﻿body {
width: 95%;
}

div.calendar {
width: 95% !important;
}

div.time {
width: 12% !important;
}

div.col1
,div.col2
,div.col3
,div.col4 {
width: 22% !important;
margin-left: -1px;
}

div.calendar div.item {
width: 22% !important;
}

div.calendar div.sel {
width: 19% !important;
margin-left: 1% !important;
border-width: 0.5% !important;
}

* html div.calendar div.item {
width: 100% !important;
}
