#content {
	display: block;
	clear: both;
	width: 90%;
	text-align: center;
	margin-left: 5%;
}

#content .browse_year{
	display: block;
	margin-top: 1%;
	margin-bottom: 5px;
}

#content .browse_year ul{
	list-style-type: none;
	margin: 0px;
	padding-bottom: 3px;
}

#content .browse_year li {
	display: inline;
	padding: 3px;
}

#content .browse_year li{
	font-size: 16px;
	margin: 10%;
	padding: 3px 20px 3px 20px;
}

#content .browse_year li a{
	font-size: 16px;
}

#content .search {
	width: 96%;
	border-top: 1px solid green;
	border-bottom: 1px solid green;
	margin-left: 2%;
	margin-bottom: 1%;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content .alert_text {
	color: red;
	font-weight: bold;
}

#content .list_header {
	display: block;
	text-align: left;
	font-weight: bolder;
	border-bottom: 1px solid #00704D;
	margin-bottom: 8px;
}

.list_quake, .list_quake_map {
	width: 32%;
	height: 240px; /* map thumbnail is 160px */
	float: left;
	border: 1px solid #AFC0FF;
	-moz-border-radius: 4%;
	margin: 1% 1% 1% 0;
	padding: 0px 0px 10px 0px;
	background: #FEFFEB;
	font-size: 12px;
}

.list_quake {
	text-align: left;
}

.list_quake_map .quake_title{
	margin-bottom: 5px;
}

.list_quake .quake_title, .list_quake_map .quake_title {
	display: block;
	border-bottom: 1px solid #AFC0FF;
	border-top: 1px solid #AFC0FF;
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}


#content ul.list_info {
	list-style-type: none;
	padding: 0px 0px 0px 5px;
	margin-bottom: 0px;
	margin: 2px 0px 0px 0px;
}

#content .data_title {
	font-weight: bold;
}

#content .data_title:after {
	font-weight: bold;
}

#content .lat_lon{
	font-style: italic;
}

#content .lat_lon:after {
	font-style: italic;
}

a:link, a:visited, a:active {
	text-decoration: none;
	font-size: 12px;
}

a:hover {
	text-decoration: underline;
}
