.enMenu {
    border-top: 1px solid black;
}

@media (min-width: 992px) {
    .enMenu {
        display: none !important;
    }
}


.modal-content p,
.modal-content b {
    color: black;
}

.single-input {
    font-size: 0.9rem;
}

#course-name {
    font-size: 1.3rem;
    margin-top: 1rem;
}

#course-date {
    font-size: 1.1rem;
}

#voucher, #registrationcode {
    width: 70%;
    display: inline;
    float: left;
    font-size: 0.8rem;
    font-family: Consolas, monaco, monospace;
}

#redeem, #validate {
    display: inline;
    width: 24%;
    margin-left: 3%;
    color: lightgrey;
    border: 1px solid lightgrey;
    font-size: 0.8rem;
    height: 40px;
    border-radius: 3px;
}

#promo_msg, #register_msg {
    font-size: 0.8rem;
}

#pricePreview td {
    font-size: 0.8rem;
    padding: 0.1rem;
    text-align: right;
    border: none;
}

#total {
    font-weight: bold;
}

#pricePreview {
    border: none;
    width: 95%;
}

.modal-header {
    padding: 1rem 1rem 0 1rem;
    border: none;
}

.modal-title {
    font-size: 1rem;
    font-weight: 900;

}

#course-desc {
    font-size: 0.9rem;
    line-height: 1.35;
}

#course-desc p {
    font-size: 0.9rem;
    margin: 0 0 6px 0;   /* remove top margin, reduce bottom */
    line-height: 1.35;   /* match parent */
}

#submitRegisterData {
    padding: 21px 21px;
}

.modal-footer {
    border-top: none;
}

#allDates {
    font-size: 0.9rem;
    width: 60%;
    min-width:240px;
}

#dates label {
    margin-bottom: 0;
}

.modal-body {
    padding-bottom: 0;
}

textarea {
    border: 1px solid lightgrey;
    font-size: 0.8rem;
    color: black;
    width: 90%;
    border-radius: 3px;
}

iframe {
    width: 100%;
    border: none;
    height: 800px;
}


.info-card {
    margin: 0;
    padding: 0;
}
