/* Plain government-style form */
body.fixture-select-datalist-form {
    margin: 0;
    font-family: "Times New Roman", Times, serif;
    background: #fff;
    color: #000;
}

.fixture-wrap {
    max-width: 500px;
    margin: 1.5rem auto;
    padding: 0 1rem;
}

.fixture-wrap h1 {
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.fixture-wrap label {
    display: block;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.fixture-wrap select,
.fixture-wrap input {
    width: 100%;
    max-width: 320px;
    font: inherit;
    padding: 2px 4px;
}

.fixture-wrap button {
    font: inherit;
    margin-top: 0.5rem;
}

.fixture-wrap .hint {
    font-size: 0.85rem;
    font-family: Arial, sans-serif;
}

.fixture-wrap .back-to-index a {
    color: #00c;
}
