@charset "UTF-8";



#calendar {font-size: 12px; width: 100%; border-spacing: 1px; background: #ccc;}
#calendar td {position: relative; top: 0px; left: 0px; color: #333; padding: 2px; width: 14%; text-align: center; background: #fff; border: 0;}
#calendar .sun {color: #fff; background: #ff3399;}
#calendar .sat {color: #000066; background: #99ffff;}

#calendar-t {font-size: 12px; width: 300px; border-spacing: 1px; background: #ccc;}
#calendar-t td {color: #333; padding: 2px; width: 10%; text-align: center; background: #fff;}
#calendar-t .time {width: 30%; background: #eee;}
#calendar-t .sun {color: #fff; background: #ff3399;}
#calendar-t .sat {color: #000066; background: #99ffff;}
