/* Styles */

.modal-backdrop.show {
    display: none;
}

.timer-countdown {
    position: absolute;
    line-height: 120px;
    top: 0;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #8a8a8a;
    font-size: 30px !important;
}

.timer-text {
    font-size: 16px;
    position: relative;
    top: -5px;
}

