    #calendar {
        width: 100%;
        border: 1px solid black;
    }
    #calendar th {
        
    }
    
    #calendar tr td {
        border: 1px solid black;
        height: 90px;
        width: 14.3%;
        vertical-align: top;
        
    }
    
    #calendar .datenumber {
	background-color: #002E42;
        color: white;
        line-height: 25px;
        text-align: center;
	display: block;
	width: 25px;
	height: 25px;
	right: 0;
	top: 0;
	clear: both;
        border-radius: 15px;
	
    }
    #calendar .today{
	background-color: red;
	color: white;
    }