/* ANALYTICS TABLE */
table.analytics {
    border: 1px solid #777;
    color: #666;
    font-size: 10px;
}

table.analytics th {
    align: center;
    font-size: 12px;
    font-weight: bold;
}

table.analytics tr.one {
    background-color: #FFF8C6;
}

table.analytics tr.two {
    background-color: #EFEFEF;
}

table.analytics td.check {
    text-align: center;
    width: 40px;
}

table.analytics td.current {
    background =
    color: #DEF;
}

table.rounds {
    padding: 4px;
    margin: 8px;
    color: #555;
}

table.rounds td {
    padding: 6px;
}
	
