.layout-content.status .masthead-container.premium .masthead .text-container {
    background-color: #00478a;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 1rem;
}
.flat-button, .layout-content.status .masthead-container .updates-dropdown-container .show-updates-dropdown {
    line-height: normal;
    padding: 10px 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 0 1 auto;
    justify-content: center;
    border: 3px solid #fff;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 0;
    display: inherit;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 1rem;
    display: block;
    font-size: .87rem;
}
.flat-button, .masthead .updates-dropdown-container .show-updates-dropdown, .layout-content.status-full-history .show-filter.open {
    background-color: transparent;
}
form .flat-button {
    background-color: #00478a;
}