﻿.ss-header--logo {
    height:32px;
    color: #960020;
}

.bg-footer {
    background-color: #960020 !important;
}

.divider:after {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.h-custom {
    height: calc(100% - 73px);
}

@media (max-width: 450px) {
    .h-custom {
        height: 100%;
    }
}

.table-container {
    max-height: 20em;
    width: 100%;
    margin: 0;
    overflow-y: auto;
}

.font-small {
    font-size: 0.75em;
}

