*{

    font-family: 'Prompt', sans-serif;
	zoom: 99%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Prompt', sans-serif;
  margin:0px;
  
}

td{
	color:#888;
}

.table-chart td*{
	font-size:10px!important;
}

.box-scroll{
	overflow-x:scroll;
}


.box-header h1,.box-header  h2,.box-header  h3,.box-header  h4,.box-header  h5,.box-header  h6 {
  font-family: 'Prompt', sans-serif;
}

a:hover {
    text-decoration:underline;
} 


.font2{
    font-family: 'Prompt', sans-serif;
}

.percent{
	font-family: 'Tahoma';
	font-weight:bold;
	color:black;
}


@media only screen and (max-width:800px) {
  /* For mobile phones: */
  
  .desktop{
	  display: none;
  }
  .mobile{
	visibility: visible;
  }  
 
}


@media only screen and (min-width:800px) {
  /* For mobile phones: */
  
 .mobile{
	  display: none;
  }
  .desktop{
	visibility: visible;
  }
 
}


@media only screen and (max-width:600px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
  
  
  
  
  .item-row{
	  margin-bottom:50px;
	}
  .item-title{
		color:royalblue;
		font-weight:bold;
		
  }
}



			