/* Modal Styles */
.modal {
    padding: 10px;
}

.modal-card-head {
    background-color: #006699;
    text-align: center;
}

.modal-card-title {
    color: white;
    font-weight: bold;
}

#modal-js-example .bulletin-header {
    color: #006699;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}

#modal-js-example .bulletin-affected span {
    font-weight: bold;
    font-size: 16px;
    margin-right: 4px;
}

#service-bulletin-content .bulletin-text {
    white-space: pre-line;
}