/* Square modal tops while preserving Bootstrap's bottom corner radius. */
.modal-content,
.modal-header {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
