.header-status-page {
    margin: 0;
    background: #333;
    width: 100%;
    height: 80px;
    margin-bottom: 24px;
}

.header-status-row {
    padding: 16px 32px;
}

.header-status-logo {
    float: left;
    height: 30px;
    width: 160px;
}

.header-navlist {
    float: right;
    display: block;
    width: auto;
    margin: auto;
    margin-top: 4px;
}

.header-dropbtn {
    font-family: 'Roboto Slab';
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #444;
    border-radius: 28px;
    padding: 10px 18px;
    border: none;
    cursor: pointer;
    transition: all .9s ease;
    margin-left: 24px;
}

.header-dropbtn:active {
    background-image: linear-gradient(#ffc20e, #ffc20e);
    transition: all .3s ease;
}

.header-dropbtn:hover {
    background: #777;
    transition: all .3s ease;
}

.header-caret {
    position: relative;
    float: right;
    margin: 11px 6px 0;
}

.header-caret:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 4px solid #eee;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.header-caret:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 0;
    border-top: 2px solid #eee;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
}

.header-dropdown {
    position: relative;
    display: inline-block;
}

.header-dropdown-content {
    padding-top: 20px;
    display: none;
    position: absolute;
    left: -10px;
    background-color: #333;
    min-width: 180px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
    opacity: 0;
    transition: all .8s ease;
}

.header-dropdown-content a {
    color: #fff;
    font-size: 14px;
    font-family: Roboto Slab;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    transition: all .3s ease;
}

.header-dropdown-content a:hover {
    background-color: #444;
    transition: all .5s ease;
}

.header-dropdown:hover .header-dropdown-content {
    display: block;
    opacity: 1;
    transition: all .8s ease;
}

.wrapper-AtBcr {
    font-family: 'Roboto Slab';
    color: #111;
    font-size: 1rem;
}

.u-userLauncherColor {
    background-color: #ffc20e !important;
    background-image: linear-gradient(#ffc20e, #ffc20e);
    border: 0 solid #ffc20e;
    box-shadow: 2px 10px 16px 0 rgba(0,0,0,0.2);
}

.font-large, .font-largest {
    font-family: 'Roboto Slab', 'Open Sans', sans-serif !important;
}

.status-day {
    font-family: 'Roboto Slab';
    font-size: 13px !important;
}

.page-status {
    color: #fff;
    height: 40px;
    padding: 2px 16px !important;
    margin-bottom: 20px !important;
}

#fluke-status-info .fh-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    margin-bottom: 16px;
}

#fluke-status-info .fh-container {
    display: block;
    margin: auto;
    padding: 8px 32px;
    width: 100%;
    max-width: 960px;
    box-sizing: border-box;
}

#fluke-status-info table {
    padding: 0;
    border: 1px solid #e0e0e0 !important;
    border-radius: 4px;
    width: 100%;
    border-spacing: 0;
    font-family: 'Open Sans', sans-serif;
    color: #555;
}

#fluke-status-info tr,
#fluke-status-info th,
#fluke-status-info td {
    border: none;
    padding: 6px 14px;
    border-top: 1px solid #f0f0f0;
    text-align: left;
}

#fluke-status-info th {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 0.95rem;
    color: #777;
    background: #fafafa;
}

#fluke-status-info td {
    font-size: 0.9rem;
}

#fluke-status-info .fh-label {
    width: 180px;
    color: #888;
}

#fluke-status-info tr:first-child th,
#fluke-status-info tr:first-child td {
    border-top: none;
}

#fluke-status-info tr:last-child {
    border-top: none !important;
}