#content .meeting-calendar {
	width:100%;
}
#content .meeting-calendar .event {
    background-color: #f5f5f5;
    background-position: right;
    background-repeat: no-repeat;
    border: 1px solid #e5e5e5;
    margin-bottom: 5px;
    padding: 10px;
}
#content .meeting-calendar .event-last {
    margin-bottom: 15px;
}
#content .meeting-calendar .calendar-box {
    background: url('/packages/dm_legacy_blocks/blocks/dm_legacy_live_activity_page/images/bg_box.png') no-repeat;
    background-color: #fff6a2;
    border: 1px solid #e5dd91;
    color: #000;
    float: left;
    font-size: .9em;
    height: 45px;
    line-height: 1.5em;
    margin-right: 10px;
    padding: 5px 0 0;
    text-align: center;
    width: 50px;
    
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#content .meeting-calendar .calendar-box big {
    font-size: 2em;
}
#content .meeting-calendar .details {
    border-left: 1px solid #d7d7d7;
    display: inline-block;
    margin: 0;
    padding: 0 0 0 10px;
    vertical-align: top;
    /*width: 300px;/**/
}
#content .meeting-calendar .details-small {
    width: 200px;
}