/* Updates for OA migration */
.offair-body form {
    max-inline-size: none;
}

.offair-body form input[type=submit] {
    color: #fff;
    background-color: #0077C8;
    border-color: #004778;
    -moz-box-shadow: 0 3px #004778;
    -webkit-box-shadow: 0 3px #004778;
    box-shadow: 0 3px #004778;
    padding: 0.6em 1.7em;
    border-radius: 0.3em;
    margin: 0 0.6em;
}

div.offair-body  {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

h2.hero-title {
    font-size: 22pt;
    font-weight: bold;
    margin-top : 1em;
    margin-bottom : 0;
    text-color: #220C43;
    text-decoration: none;
}

.offair-body textarea {
    height: auto;
}

/* Try to restore something of the old Off-Air L&F */
table {
    border: 1px solid silver;
    margin:1rem auto 2rem auto;
    box-shadow: none;
}

table td, table th {
    border: none;
    padding: 8px;
}

html hr {
    height: 0;
    width: 100%;
    border: 1px solid #808080;
    margin: 5px;
    padding: 1px;
}

.select, select {
    font-size: 1em;
    height: 2.3rem;
}

.header-logo {
    color: var(--color-light);
    background-image: none;
}
