#calendar {
    background-color: #efefef;
    width: 1500px;
    height: 850px;
    padding-bottom: 65px;
}

#calendar h1 {
    font-size: 24px;
    color: #333333;
    text-align: center;
}

#calendar a {
    font-size: 16px;
    color: #333333;
    text-align: right;
}

#calendar table {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}


#calendar table td {
    text-align: center;
    font-size: 16px;
    color: #333333;
    border: 1px solid #333333;
}


#calendar .event {
    width: 100%;
    height: 100%;
    border: 1px solid #333333;
}


