body {
	font-family : "Play";
}

.container {
	max-width : 1240px;
	margin : 0px auto;
}

.header {
	margin-top : 10px;
	margin-bottom : 60px;
}

.headertxt {
	text-align : right;
	line-height : 56px;
	font-size : 24px;
}

select {
	height : 40px;
	line-height : 40px;
	font-size : 16px;
	width : 100%;
}

h4 {
	font-size : 20px;
}

#content {
	margin-top : 60px;
}

.gritem0 {
	padding : 20px;
}

.gritem1 {
	padding : 20px;
	background : #f0f0f0;
}

.gritemtitle {
	width : 100%;
	color : #FFF;
	background : #00549C;
	line-height : 60px;
	padding : 0 10px;
}



/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px) {
.gritemtitle, .header {
	text-align : center;
	font-size : 18px;
}
.headertxt {
  text-align: center;
  line-height: 26px;
  font-size: 20px;
  margin-top : 20px;
}
.header {
  margin-top: 10px;
  margin-bottom: 20px;
}
select {
	margin-bottom: 10px;
}
}








