.container-80 {
    max-width: 80%;
}

.container-90 {
    max-width: 90%;
}

.font-weight-700 {
    font-weight: 700;
}

.underline {
    text-decoration: underline !important;
}

.italic {
    font-style: italic;
}

.bold {
    font-family: 'ARSMaquetteProBold', Arial, sans-serif;
}

.light {
    font-family: 'ARSMaquetteProLight', Arial, sans-serif;
}

.height-70 {
    height: 70px;
}

.red-button,
.blue-button {
    font-size: 1.5rem;
    line-height: 1.5rem;
    background-color: #006AFF;
    color: #fff;
    border: none;
    border-radius: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
}

.blue-button:hover,
.blue-button:active {
    background-color: #1B365D;
}

.red-button {
    background-color: #DB3039;
}

.red-button:hover,
.red-button:active {
    background-color: #a71017;
}

.red-button.disabled,
.red-button.disabled:hover,
.red-button.disabled:active {
    cursor: not-allowed;
    background-color: #d4595f;
}
