body.editor_only, html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
	font-family: 'Open Sans', sans-serif;
}
.pure-g-pad {
	margin: 0 -15px;
}
.pure-g-pad > * {
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cwidth {
	max-width: 1240px;
	font-size: 100%;
	margin: 0 auto;
	text-align: left;
}

#c1 {
	padding: 20px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#topbar {
	text-align: center;
}
#topbar img {
	max-width: 50%;
	width: 200px;
	margin: 20px auto;
}
#msg {
	background: #f7f7a0;
	border: 1px solid #e4e4e4;
	padding: 20px;
}
table {
	max-width: 100%;
}
#c1 table.sortable th {
	cursor: pointer;
}
#c1 table td {
	padding: .5em;
	font-size: .8125em;
}

#map {height: 400px;}
