#eventsSchedule {
    background-color: white;
}

table.calendar {
    width: 650px;
    border-collapse: separate;
    border-spacing: 5px;
    padding: 40px;
    font-size: 8px;
    margin-top: 20px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    background: 
    url(images/topleft.jpg) top left no-repeat, 
    url(images/topright.jpg) top right no-repeat, 
    url(images/bottomleft.jpg) left bottom no-repeat,
    url(images/bottomright.jpg) right bottom no-repeat,
    url(images/top.jpg) top left repeat-x,
    url(images/left.jpg) top left repeat-y,
    url(images/right.jpg) top right repeat-y,
    url(images/bottom.jpg) bottom left repeat-x; 
}

.EventDate{
    font-weight: 600;
    color:#598e3f;
}

table caption {
   padding-bottom: 10px;
   font-size: 16px;
   font-weight: 600;
   kerning: 3px;
   width: 650px;
   margin:0px;
   text-align: center;
}

/* Styles for table heading group */

table.calendar thead {
    color: white;
    background-color: #00aeef;
    letter-spacing: 5px;
}

table.calendar thead tr {
    height: 5px;
}

table.calendar h3 {
    font-size: 8px;
}

/* Styles for table body */


table.calendar tbody tr td {
    vertical-align: top;  
    border: 1px solid gray;
}

table.calendar tbody td {
    font-size: 8px;
    border-spacing: 5px;  
}

table.calendar tbody tr {
    height: 19%
}

/* styles for table columns */

table.calendar col.weekends {
    background-color: rgba(0, 148, 68, .25);
    width: 14%;
}

table.calendar col.weekdays {
    width: 14%;
}

/* styles for section div (2 columns)*/
section#summary div {
    column-width: 300px;
   /* -moz-column-count: 2;
    -webkit-column-count: 2;*/
    column-count: 2;

   /* -moz-column-gap: 20px;
    -webkit-column-gap: 20px;*/
    column-gap: 20px;

   /* -moz-column-rule: 1px solid black;
    -webkit-column-rule: 1px solid black;*/
    column-rule: 1px solid black;
}
.clear {
    clear: both;
}
.imgEventleft {
    float: left;
    padding: 0 10px 20px 0;
    max-width:200px;
    height: auto;
    vertical-align: middle;
}

#eventsSchedule {
    align-items: center;
    background-color: #b4deee;
    margin: 0;
    padding: 8px;
    border-bottom: 6px solid #83cba4;
}