th {
    font-size: 13;
    color: rgb(0, 60, 255);

}

.th1 {
    width: 10%;

}

.th2 {
    width: 30%;
}


td {
    border: 0px solid #c5c5c5;
    background: #ffffff !important;
    zoom: 100%;
    font-size: 10pt;
    font-family: Calibri !important;
}

td:hover {
    border: 0px solid #c5c5c5;
    background: #ffffff ipo !important;
    zoom: 100%;
    font-size: 10pt ;
    font-family: Calibri !important;
}


/* tamanho <600px*/
@media (max-width: 600px) {

th {
    font-size: 13;
    color: rgb(0, 60, 255);

}

.th1{
 width: 16%;

}
.th2 {
    width: 30%;
}



td {
    border: 0px solid #c5c5c5;
    background: #ffffff !important;
    zoom: 100%;
    font-size: 10pt;
    font-family: Calibri !important;
}

td:hover {
    border: 0px solid #c5c5c5;
    background: #ffffff ipo !important;
    zoom: 100%;
    font-size: 10pt;
    font-family: Calibri !important;
}}