#election08{
    width: 475px;
    margin: 6px 8px 0 8px;
}


#results-table{
    
}

#countdown { font-weight: bold }

.delegates{
font-size: 9px;
}

#election_results{
width: 475px;
}
#election_results .header { 
    background-color: #275099;
    color: #fff;
    font-weight: bold;
}
    

#election_results, #election_results td {
    border: 1px solid #ddd;
    padding: 8px;
}

#election_results .state_name {
    font-weight: bold;
}

#election_results .cand {
    font-weight: bold;
}

#election_results .vote{
    text-align: right;
}

#election_results .divider {
    height: 5px;
    padding: 4px;
//    padding-left: 4px;
    background-color: #eee;
    border-top: 1px solid #ddd;
}

#election_results .divider a {
    color: #545454;
    font-size: 10px;

}

#election_nav{
    text-align: right;
    font-size: 12px;

    margin-top: 4px;
    
}

#election_nav a{
    color: #275099;
    padding: 6px;
}

#meter {
    
    height: 11px;
    width: 150px;
    margin: 0 auto;
    background: url(/modules/upload/images/progressmeter-busy.gif) 50% 50% repeat-x;
}

#loader {
    
    text-align: center;
    min-height: 30px;
    width: 300px;
    margin: 25px auto 0 auto;
    padding-top: 15px;
    border: 1px solid #ccc;
    background-color: #eee;
}

#loader span{
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #555;
}


#last_updated{
    
    text-align: center;
    font-size: 10px;
    color: #555;
    margin-top: 4px;
    margin-bottom: 4px;
}

#results {font-size:12px}