@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700|Lato:400,700);

html {
	background: #FFF; /* Old browsers */
	font-family: Lato, sans-serif;
	font-size: 62.5%;
}
#Form1{
	border:none;
	background:none;
}
a{
	color: #4C9DBB;
}
hr{
	display:none;
}
font.EVENT_DETAILS_DATE{
	max-width: 100%;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-size: 2.1rem;
	color:#fff;
	background: #21452D;
	border-bottom: 5px solid #E9AB2E;
	margin:0;
	display:block;
	position:relative;
	padding: 2.5rem 2rem 2rem 2rem;
	line-height: 4.0rem;
	background-image: url('/data/layout/images/smallcalendar.png');
	background-repeat: no-repeat;
	background-position: 98%;
	background-size: 60px;
}

#listing > span > table {
	padding: 0 2rem;
}
span.FORM_LABEL_TEXT{
	font-size: 1.6rem;
	font-weight:bold;
	color: #0185cf;
	margin-top: 1.5rem;
	display: block;
	background: #FFF;
}

span.FORM_LABEL_TEXT:after{
	content: "";
}

#listing td {
	font-size: 1.6rem;
	display:block;
}

#listing tr {
	font-size: 1.6rem;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
font.EVENT_DETAILS_DATE{
	width:100%;
  	font-family: 'Merriweather', sans-serif;
	font-weight: 400;
	font-size: 7.2em;
	text-align:center;
	color:#fff;
	background: rgb(27, 54, 82);
	margin:0;
	display:block;
	position:relative;
	line-height:12.0rem;
}

#listing > span > table {
	text-align:left;
	padding:6.0rem;
}
span.FORM_LABEL_TEXT{
	font-size: 5.4rem;
	font-weight:bold;
	color:rgb(27, 54, 82);
	margin-top: 1.5rem; display:block; 
}

span.FORM_LABEL_TEXT:after{
	content: "";
}

#listing td {
	font-size: 5.4rem;
	display:block;
}

#listing tr {
	font-size: 5.4rem;
	display:block;
}

}