/* Page-specific styles - styles are defined in main CSS files */
/* This file exists to prevent 404 errors */
.mBtn:hover {
    color: white
}

.file-hide {
    display: none;
}

.service-title {
    border-left: 10px solid #66C8FF;
    padding-left: 15px;
    font-weight: 500;
}

.case-tab-list {
    display: flex;
    background-color: #01559b;
    height: 3em;
    overflow: auto;
    white-space: nowrap;
}

.case-tab-list li.tab-flex {
    flex: 1 1 auto;
}

.case-tab-list li a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: white;
    padding: 0em 1.5em;
}

.case-tab-list li a:hover,
.act {
    background-color: #FFC042 !important;
    color: #01559b !important;
}

.case-tab-content {
    display: none;
}
