.jh table,th {
    color: #0fa296 !important;
    
}
.jh table,td {
    background-color: rgb(224, 239, 234) !important;
}


@media screen and (min-width: 375px) and (max-width:550px){
    .jh table td,th {
        font-size: 0.6rem !important;
    }
}@media screen and (min-width: 200px) and (max-width:374px){
    .jh table td,th {
        font-size: 0.5rem !important;
    }
}

