﻿.refereeInputLabel {
    width: 150px;
    float: left;
    clear: left;
    padding: 2px;
}

.refereeInput {
    float: left;
    width: 200px;
    padding: 2px;
}

.refereeInputNote {
    float: left;
    width: 300px;
    font-size: 12px;
    font-style: italic;
    color: darkred;
    padding: 2px;
}

.refereeDivider {
    margin: 0px;
    height: 2px;
    background-color: lightgray;
    clear: both;
}

.refereeHeader {
    padding: 10px;
    background-color: slategray;
    color: white;
    font-weight: bold;
}

.refereeButtons {
    padding: 20px;
    padding-left: 50px;
    clear: both;
}

.referencePanel {
    border-top: 2px solid black;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}