#cal {
   width: 100%;
   }
   
div.cal-title {
   width: 95%;
   text-align: center;
   margin: auto;
   }
   
div.cal-prev {
   float: left;
   }
   
div.cal-next {
   float: right;
   }

table.cal-table {
   width: 95%;
   border-collapse: collapse;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px; 
   }
   
section.cal-doi {
   margin-bottom: 20px;
   }
   
section.cal-doi header {
   text-align: center;
   }
   
#cal-eventlable {
   display: block;
   font-weight: bold;
   font-size: 18px;
   /*padding-bottom: 12px;*/
   }
   
section.cal-doi dt {
   margin-left: 8px;
   }
   
section.cal-doi dd {
   margin-left: 28px;
   }
   
/*table.cal-table tr.cal-calweek {
   height: 90px;
   }*/
   
div.cal-dhack {
   min-height: 100px;
   font-size: 12px;
   margin-top: 16px;
   margin-left: 4px;
   }
   
table.cal-table td {
   vertical-align: top;
   }
   
table.cal-table th {
   width: 14%;
   text-align: center;
   }
   
td.cal-day {
   background-color: #FFFFCC;
   border: 1px solid black;
   color: black;
   }
   
td.cal-day a{
   text-decoration: none;
   color: black;
   }
   
td.cal-holiday {
   background-color: #FF99FF;
   border: 1px solid black;
   color: black;
   }
   
td.cal-holiday a{
   text-decoration: none;
   color: black;
   }
   
td.cal-today {
   background-color: #CCFFFF;
   border: 1px solid black;
   color: red;
   }
   
td.cal-today a{
   text-decoration: none;
   color: red;
   }
   
.cal-dow {
   float: right;
   font-size: 125%;
   margin-right: 4px;
   margin-top: -12px;
   /*color: red;*/
   }
   
/* .cal-dow a{
   text-decoration: none;
   color: black;
   } */
   