
#application {
	background-color: #fff;
	max-width: 100%;
}

#app_body {
	max-width: 700px;
	margin: 0 auto;
}

#view-more {
	display: none;
}

.button {
	background-image: none;
	background-color: #00573c;
	border-radius: 0;
	text-transform: uppercase;
	text-shadow: none;
}

.button:hover {
	background-image: none;
	background-color: #ccc;
}

a, 
input[type='button'].link-like-button {
	color: #00573c;
}

@media only screen and (max-width: 480px) {
	#application {
		padding-left: 0;
		padding-right: 0;
	}
	#app_body {
		padding-left: 0px !important;
	}
}