#daytable {
    font-family: Open Sans;
	width: 100%;
    border-collapse: collapse;
}

#daytable th {
    font-family: Open Sans;
	color: #ffffff;
    font-size: 80%;
    background-color: #6B6B6B;
    vertical-align: bottom;
    border: 1px solid black;
    line-height: 120%;
    text-align: center;
}

#daytable td {
    font-family: Open Sans;
	font-size: 80%;
    vertical-align: top;
    width: 9%;
    text-align: center;
    border: 1px solid black;
    padding: 2px;
}

#daytable .day {
    font-family: Open Sans;
	width: 4%;
    background-color: #6B6B6B;
    color: #ffffff;
}