body{
	font-family:'Arimo', sans-serif;
	font-size:10pt;
}

a {
	color:#3fae49;
}
a:hover{
	color:#8888ff;
}

.page_title{
	color:#3fae49; 
	font-size:28pt; 
	line-height:140%;
	font-family: 'Merriweather', serif;
	padding-top:20px;
}
.page_title_blue{
	color:#009afe; 
	font-size:17pt; 
	line-height:140%;
}
.day-col{
	border-top:1px solid #aaa; 
	padding:10px 0px;
	min-height:100px;
}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.page_title{
		color:#ff6501; 
		font-size:14pt; 
		line-height:140%;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.page_title{
		color:#ff6501; 
		font-size:10pt; 
		line-height:140%;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.page_title{
		color:#ff6501; 
		font-size:12pt; 
		line-height:140%;
		text-align:center;
	}
	label {
		margin-top:10px;
	}
	.xsleft{
		text-align:left;
	}
	.day-col{
		border-top:none; 
		padding:10px;
		min-height:50px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {


}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}