﻿#calendaritems
{
    clear: both;
    border-collapse: collapse;
}
#calendaritems th,
#calendaritems td
{
    font-size: 10px;
    border: solid 3px #fff;
    padding: 2px 5px;
    
}
#calendaritems thead th
{
    text-align: left;
    font-size: 14px;
    font-weight: normal;
}
#calendaritems tbody th
{
    font-weight: normal;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
}
#calendaritems .info
{
    background-color: #ddd;
}
#calendaritems .break
{
    background-color: #00553d;
    height: 20px;
}