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

body:not(#event) table thead tr {
    background-color: #4b0082;
}

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

body:not(#event) table tbody tr
{
    border-collapse: collapse;
    border: 1px solid;
    background-color: #f7f5f5;
}
body:not(#event) 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;
}
}
