/* The Modal (background) */
.maintenance-modal {
    display: block;
    position: fixed;
    z-index: 101;
    left: 0;
    top: 0;
    width: 100%;
    overflow: auto;
    min-height: 78px;
    line-height: 48px;
    background-color: #c4172c;

    /*background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);*/
}

/* Modal Content */
.maintenance-modal-content {
    /*background-color: rgba(167,20,37,.8);*/
    margin: auto;
    padding: 10px;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    color:#fff;
    letter-spacing: 3px;
    min-height: 78px;
}

/* The Close Button */
.maintenance-close {
    float: right;
    font-size: 28px;
}
.maintenance-close:hover,
.maintenance-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
