table.calendar { max-width:273px; min-width:273px; float:left; }
table.calendar .event-content { display:none; }
table.calendar td.current-day { border:1px solid #000000; }
table.calendar td.selected { background:#CCCCCC; }
.event-content { float:left; min-width:100%; }
/*#events #event-info {
    float:left;
    max-width:447px;
    min-width:447px;
    min-height:30px;
    padding:15px;
    box-sizing:border-box;
    position:relative;
    left:0;
    margin-left:30px;
    }*/

.event-content h2 { margin-top:0;margin-bottom:20px; text-align: center;}