@import url(https://fonts.googleapis.com/css?family=Lato:400,900,300);

@font-face 						{ font-family: 'Lato';font-weight: normal;font-style: normal;font-size:15px;}

body { background-color: #02a859; }
body,td,th {
    font-family: Lato;
}

.ta_data_entrega { display:block; }

@media only screen and (max-width :390px){
* { font-size:12px!important;}
body { font-size:12px;}
}

@media only screen and (max-width : 990px){  
.RES990-dn { display: none!important; }
}
@media only screen and (max-width :990px){  
.ta_data_entrega { display: inline-table; padding-left: 30px;}
.RES768-tj { text-align: justify!important; }
}




@media print {
           .noprint {
              visibility: hidden;
              display: none!important;
           }
           
           .border_print { border:1px solid #000000!important;margin-bottomX: 10px; }
           .border_printX { border:1px solid #000000!important;margin-bottomX: 10px; }
        }