#resultsSection input, button {
    color:white; 
    background-color: #637a35;
    font-size: 0.9em;
    padding: 6px 8px;
    margin-top: 4px;
}
#resultsSection table tbody th,td {
    border: 1pt solid darkgray; 
    padding: 8px;
}
#resultsSection table tbody td {
    text-align: center;
}
#resultsSection table caption {
    font-weight: bold;
    padding: 1em;
}
#message_pane table td {
    border:none;
}
#message_pane a {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
.greentext {color: #538028;}
.redtext {color: #B30000;}
.info {font-style: italic; font-size: 90%; margin-left:1em;}