


body {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#table-title {
    text-align: center;
    width: 800px;
    font-size: .9em;
    color: #212121;
}

#entrants {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #1b281d;
    font-size: .9em;
}

.labels {
    font-size: 0.9em;
    text-align: left;
    color: green;
 }

.data {
    padding-right: 10px;
}
    
.name {
    padding-right: 10px;
    text-align: left;
}
    
.town {
    padding-right: 10px;
    text-align: left;
}

.state {
    padding-right: 0px;
}

.empty {
    color: #f32d16;
    font-weight: bold;
}
    
.asterix {
    width: 200px;
    color: #f32d16;
    font-size: 0.7em;
}

.asterix a { 
    text-decoration: none;
    color: red;
}

.asterix a hover { 
    background-color: transparent;
    text-decoration: underline;

