@charset "utf-8";
/*
 * (c) 2015 BuggedBrain
 */

body {
	padding-top: 25px;
	font-family: 'Open Sans', sans-serif;
	background: #f2f2f2;
	color: #737373;
}

.container {
	max-width: 450px;
}
 
.footer {
	font-size: 0.9em;
	margin-top: 50px;
}

a,
a:focus {
	color: #737373;
	text-decoration: underline;
}

a:hover {
	color: #737373;
	text-decoration: none;
}
