﻿.calendar
{
    border: 1px;
}

.calendar td
{
    border: 1px solid white;   
    height: 100px;
    width: 140px;
}

.day
{
}

.day td
{
    height: 25px;
    text-align: center;
}

.empty
{   
}

.calendar th
{    
    font-size: x-large;
    text-align: center;     
}