@charset 'UTF-8';
/*  Add Custom CSS here.  */

table thead tr {
    background-color: #4b0082; 
}

table thead tr td {
    color: #ffffff; 
    border: 1px solid; 
    vertical-align: middle; 
    text-align: left;
}

table tbody tr
{
    border-collapse: collapse; 
    border: 1px solid; 
    background-color: #f7f5f5;
}
table tbody tr td {
    border: 1px solid; 
    vertical-align: middle;
}
.logo-custom{
    max-width:68px;
    height:40px;
    margin-top: -5px;
}
@media (max-width:767px) {
    .logo-custom{
        max-width: 59px;
        height:30px;
        margin-top:0px;
    }
}