/* Late 90s / early 2000s intranet */
body.fixture-table-layout-form {
    margin: 0;
    padding: 12px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    background: #c0c0c0;
    color: #000;
}

.fixture-wrap {
    max-width: 640px;
    margin: 0 auto;
    background: #d4d0c8;
    border: 2px outset #fff;
    padding: 16px;
}

.fixture-wrap h1 {
    font-size: 16px;
    margin: 0 0 12px;
}

.fixture-wrap .layout-table {
    border-color: #808080;
    background: #fff;
}

.fixture-wrap .cell-label {
    width: 120px;
    background: #e8e8e8;
}

.fixture-wrap input[type="text"],
.fixture-wrap select {
    font-family: inherit;
    font-size: 12px;
}

.fixture-wrap .hint {
    margin-top: 10px;
    font-size: 11px;
}

.fixture-wrap .back-to-index {
    font-size: 11px;
}

.fixture-wrap .back-to-index a {
    color: #0000ee;
}
