body {
    margin-top: 0px;
    background-color: #EFF20C;
    font-family: Arial, Helvetica, sans-serif;
}

/* Left spacer — mirrors reference site's float:left div before heading */
.left-spacer {
    float: left;
    width: 400px;
}

/* ── "Show Result" heading ── */
.show-result-heading {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

/* style12 — wraps the form labels and inputs */
.style12 {
    font-family: Verdana;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

/* Date display span — sized to match <input size="25"> in Verdana 14px */
.date-input-box {
    display: inline-block;
    width: 175px;
    border: 1px solid #7b7b7b;
    padding: 1px 2px;
    font-family: Verdana, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    background: #fff;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
}

/* Go image button — no border, no background */
.go-img-btn {
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    vertical-align: middle;
}

/* ── "Result Of Date …" summary row ── */
.summary-cell {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

/* ── Results wrapper (margin-top matches reference inline style) ── */
#divResult {
    margin-top: 30px;
}

/* ── Results table ── */
.result-table {
    width: 100%;
    border: 1px solid #FFF;
    border-collapse: collapse;
}

/* Column header cells */
.result-table th {
    background: #AC1221;
    color: #FFFFFF;
    border: 1px solid #FFF;
    height: 25px;
    text-align: center;
    vertical-align: middle;
}

/* Header cell text */
.style6 {
    font-family: Verdana;
    font-size: 17px;
    font-weight: bold;
}

/* Data cells — exact copy of reference .resluttd */
.resluttd {
    border-color: #FFF;
    border-style: solid;
    border-width: 0 1px 1px 1px !important;
    color: #000000;
    height: 35px;
    padding: 5px 0 5px 12px;
    font-size: 16px;
    background: #080100;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

/* White text — date column */
.style22 {
    font-family: Verdana;
    font-size: 12px;
    color: #FFFFFF;
}

/* Yellow text — time and result columns */
.style222 {
    font-family: Verdana;
    font-size: 12px;
    color: #FFFF00;
}

/* No results message */
.no-results-cell {
    text-align: center;
    padding: 16px;
    color: #555;
    background: #fff;
}
