
/*# sourceMappingURL=custom.min.css.map */
.thead-dark
{
    background-color: #143863;
    color: #ffffff;
}

td
{
    font-size: 13px;
}

.railspear-logo
{
    max-width: 250px;
    height: auto;
}

@media (max-width: 768px)
{
    .railspear-logo
    {
        max-width: 80%;
        height: auto;
    }

    .footer
    {
        padding-top:20px;
    }
    
}