/*********************************STAT*********************************/
/*Used: LB cabinet, admin*/

.cifra {
font-size:1.7em;
font-family:"Times New Roman", Times, serif;
text-align:center;
}

.ballance {
font-size:1.7em;
font-family:"Times New Roman", Times, serif;
text-align:left;
color:#FF0000;
}

.dashboard-stats {
border:1px solid #e3e3e3;
border-collapse: collapse;
font-size:small;
}

.dashboard-stats td {
background: #e8edff;
border-bottom: 1px solid #fff;
color:#000033;
border-top: 1px solid transparent;
padding: 0.5em;
}

.dashboard-info {
font-size:1.2em;
margin:0.8em 0 0.8em 0;
}


.dashboard-ballance {
color:#1F9C3E;
text-align:left;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.4em;
font-weight:normal;
margin-bottom:0.5px;
margin-top:0.5px;
}

/*****************************************************************************/
/*******************************MOBILE****************************************/
/*****************************************************************************/


@media only screen and (max-width: 1023px) {

.dashboard-info {
clear:both;
}

}