.w2ui-schedule .w2ui-schedule-choicedate {
    width: 140px !important;
	font-size: 12px !important;
	box-sizing: border-box;
	height: 26px !important;
}

.w2ui-schedule .w2ui-schedule-grid {
    width: 100%;
}

.w2ui-schedule .w2ui-schedule-cell {
    display: block;
    overflow-y: auto;
}

.w2ui-schedule .w2ui-schedule-date {
    color: black;
}

.w2ui-schedule .w2ui-schedule-date-previous,
.w2ui-schedule .w2ui-schedule-date-next {
    color: grey;
}





.w2ui-schedule .w2ui-schedule-entry {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.w2ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png);
}