/* overall table */
#calendar-full table {
    border:1px solid #fff;
    padding: 0;
    margin:20px auto;
    }

#calendar-full .navigation td {
    font-weight: bold;
    font-size: 110%;
    padding: 0 0 6px 0;
    }
    
#calendar-full td.monthnavigation,
#calendar-full td.monthname {
    text-align: center;
    }

#calendar-full tr {
    min-height: 80px;
    height: 80px;
    }

#calendar-full tr.navigation,
#calendar-full tr.dayname {
    height: auto;
    }
    
/* how days this month will look, make dates appear in top right */
#calendar-full td.monthday,
#calendar-full td.event {
    background: #eee;
    color: #000;
    padding: 6px;
    margin: 0;
    text-align: right;
    vertical-align: top;
    border: 1px solid #fff;
    width: 13%;
    min-height: 80px;
    height: auto !important;
    height: 80px;
    border-collapse: separate;
}

#calendar-full td.nomonthday {
    background: #e3e3e3;
    }

#calendar-full tr.dayname td {
    text-align: center;
    background: #333;
    color: #fff;
    padding: 5px 0;
    }

#calendar-full a {
    text-decoration: none;
    }

#calendar-full a:hover {
    text-decoration: underline;
    }
        
#calendar-full .simplemodal {
    display: none;
    }

#calendar-full .eventcontent {
    text-align: left;
    padding-bottom: 6px;
    }