.maintenance {
    display: block;
    width: 100%;
    overflow:hidden;
    background: #fff;
    color: #041e42;
    text-align: center;
}
.maintenanceTitle {
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}
.maintenanceContent {
    display: block;
    overflow: hidden;
    font-size: 14px;
    padding: 8px 16px;
}
.maintenanceContent strong {
    font-weight: bold;
}
.maintenanceCloseButton {
    display: block;
    margin: 12px auto;
    height: 50px;
    line-height: 50px;
    padding: 0 24px;
    background: #041e42;
    color: #fff;
    text-transform: uppercase;
    max-width: 140px;
    font-size: 16px;
}