/* containers */
#day_preview {
	padding: 15px; 
	margin: 10px -31px 20px -31px;
	cursor:pointer;
	overflow: auto;
}
.OrdinaryTime {
	background: #EBFFD7;
	border: solid 1px #D0ECC0;
	border-bottom: none;	
}
.Advent {
	background: #EBCEF0;
	border: solid 1px #B697BA;
}
.Christmas {
	background: #FFC;
	border: solid 1px #E8C709;
	}
.Lent {
	background: #EBCEF0;
	border: solid 1px #B697BA;
}
.Easter {
	background: #FFC;
	border: solid 1px #E8C709;
}


/* inner elements */
#day_preview p {
	font-size: 13px;
	line-height:18px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 40px;
}
#day_preview h1 {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	font-size: 22px;
	line-height:26px;
}

	.OrdinaryTime h1 {
		color: #7EAA56;
	}
	.Advent h1 {
		color: #662D91;
	}
	.Christmas h1 {
		color:#E8C709;
	}
	.Lent h1 {
		color: #662D91;
	}
	.Easter h1 {
		color:#E8C709;
	}

#day_preview h2, #day_preview h2 a {
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 0px 10px;
	
}

#day_preview img {
	background: #FFF;
	display: block;
	float: left;
	padding: 5px;
	margin: 0px 25px 6px 10px;
	height: 100px;
}
	.OrdinaryTime img {
		border: solid 1px #c7e1ac;
	}
	.Advent img {
		border: solid 1px #B697BA;
	}
	.Christmas img {
		border: solid 1px #FF0;
	}
	.Lent img {
		border: solid 1px #B697BA;
	}
	.Easter img {
		border: solid 1px #FF0;
	}
	
/*Smartphones and Phablets*/
@media only screen and (max-width : 650px) {
#day_preview {
	margin: 0px -20px 20px -20px;
}
}