/* From File 1: Review Step */
[id="review"]>:nth-child(1)>:nth-child(1)>:nth-child(2) {
    font-size: 30px !important;
    line-height: 1.4285em !important;
}

/* From File 3: Introduction Step */
.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.text-red {
    font-size: 1em !important;
    color: red !important;
}

/* From File 4: Step 5 */
.text-align-left {
    text-align: left !important;
    min-width: 30px !important;
    vertical-align: top !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.select-margin {
    margin-bottom: 10px !important;
    margin-right: 30px !important;
}

.table-cell-right-border {
    border-right: 1px solid black !important;
}

.bold-text {
    font-weight: bold !important;
}

.no-border {
    border: none !important;
}
