 #fat-footer{
     color:white;
 }
    .date {
        
        float: none;

    }
    .cal_contents{
        
        width: max-width;
    }

    .weekend a, .weekend{
        background-color:black;
        color:white;
    }
    .today a, .today{
        background-color:#e42312;
        color:white;
        font-weight:bold;
    }

    .eventDate{
        text-decoration:none;        
    }
   #week tr:nth-child(3)
    {
        display:none;        
    }
     #week th:nth-child(1)
    {
        display:none;        
    }
   #week tr:nth-child(n+1){
       border:1 solid #e42312;
   }
   .columnLabel .today{
       background:black;
       
   }
   .columnLabel a{
       
       color:white;    
   }
   .th{
       font-size:20px;
   }
   
    html {
        font-size:18px;
    }
   
