body > div {
    margin: 0 auto;
}

dialog::backdrop {
    background-color: rgb(0 0 0 / .7);
}

dialog {
    border: none;
    border-radius: .5rem;
    box-shadow: 0 0 1em rgb(0 0 0 / .3);
    width: 40%;
}

@media only screen and (max-width: 900px) {
    dialog {
        width: 80%;
    }
}

.dialogClose {
    width: 100%;
    text-align: right;
}

.closeDialog {
    font-style: italic;
    text-decoration: none;
    color: #ccc;
}

.howItWorksContent {
    margin-left: 3px;
    margin-right: 3px;
    text-align: justify;
}

.highlightInsideDialog {
    background: #f4f4f4;
    color: #f36d33;
    line-height: 1.6;
    padding: 3px 3px 3px 3px;
    font-weight: 600;
}

.aircraftItem {
    padding-right: 10px;
}

.formRow {
    justify-content: center;
}