@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700);

html {
	background: #ffffff; /* Old browsers */
	border:solid 4px #204178;
	font-family: Ubuntu, Arial, sans-serif;
	font-weight: normal;
	font-size: 62.5%;
}
#Form1{
	border:none;
	background:none;
}
a{
	color:#a3da95;
}
hr{
	display:none;
}
font.EVENT_DETAILS_DATE{
	width:100%;
	font-family: Ubuntu, sans-serif;
	font-weight: 400;
	font-size: 2.1rem;
	text-align:center;
	color:#fff;
	background: #204178;
	border-bottom: 5px solid #00718C;
	margin:0;
	display:block;
	position:relative;
	line-height:4.0rem;
}
#listing > span > table {
	text-align:center;
	padding:2.0rem;
}
span.FORM_LABEL_TEXT{
	font-size: 1.6rem;
	font-weight:bold;
	color: #204178;
	margin-top: 1.0rem;
}

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

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

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

/* 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: Ubuntu, sans-serif;
	font-weight: 400;
	font-size: 7.2em;
	text-align:center;
	color:#fff;
	background: #204178;
	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:#204178;
	margin-top: 2.0rem;
}

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

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

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

}
