.guia-covid a{
    text-decoration: nome; 
    color: #212529;
}

.guia-covid a:hover{
    background-color: rgba(100,149,237,0.3);
    text-decoration: underline;
}

.guia-covid td{
    border: 0px !important;
}


@media screen and (max-width: 576px){
    #table{
        display: block;
        overflow-x: auto;
        white-space: nowrap; 

    }
    #divTable{
        max-width: 410px;
        max-height: 550px;
        overflow: auto;
    }	
}
	