.custom-iframe {
	width: 100%; 
	height: 500px; 
	resize: both;
	border: none;
}

.custom-margin-0 {
	margin: 0px;
}

.custom-calendar-label-enabled {
    cursor: pointer;
}

.custom-calendar-label-disabled {
	color: #ACACAC;
}

.custom-calendar-label-1 {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    vertical-align: middle;
    background-color: #EFEFEF;
}

.custom-calendar-cell {
	text-align: left;
	vertical-align: top;
	padding: 0;
}

.custom-table {
	width: 100%;
} 

.custom-table tr td {
	border-bottom: 1px solid #E9E9E9;
    border-collapse: collapse;
} 