.lr-strip-calendar{
	border: 1px solid #ddd;
	display: inline-block;
	border-collapse: collapse;
	margin-bottom: 0px !important;
}

.lr-strip-calendar td{
	font-size: 12px;
	padding: 0 3px !important;
}

.lr-strip-calendar--weekday{
    text-align: center;
	border: 1px solid #ababab;
}

.lr-strip-calendar--weekday:first-child{
    border-left: none;
}

.lr-strip-calendar--weekday:last-child{
    border-right: none;
}


.lr-strip-calendar--heading-row  td:nth-child(even){
	background: #eaeaea;
	border: 1px solid #eaeaea;
	border-bottom-color: #ababab; 
}

.lr-strip-calendar--heading-row  td:nth-child(odd){
	background: #c0c0c0;
	border: 1px solid #c0c0c0;
	border-bottom-color: #ababab;
}

.lr-strip-calendar--weekday{ 
	width: 20px;
}

.lr-strip-calendar--day{ 
	background: #fafafa; 
	color: #333333; 
	width: 20px;	
	text-align: center;
}
.lr-strip-calendar--day.checkin{ 
	background: url('https://cdn.liverez.com/0/images/yahoo-calendar-arrival-bg.gif') top no-repeat;
    background-size: 100% 100%; 
}
.lr-strip-calendar--day.checkout{     
	background: url('https://cdn.liverez.com/0/images/yahoo-calendar-departure-bg.gif') top no-repeat;
    background-size: 100% 100%; 
}
.lr-strip-calendar--day.occupied, .lr-strip-calendar--day.checkin.checkout {
	background: #FFCC66; 
}
