body {
	font-family: arial, sans-serif;
	color: #555;
	line-height: 140%;
	margin: 15px;
}

p {
	font-size: 16px;
}

h3 {
	font-size: 125%;
}

button.inputButtons {
	background-color: #03abc9;
	color: #fff;
	border-radius: 3px;
	border: .5px solid #0061a6;
	box-shadow: 2px 4px #e6e6e6;
	padding: 10px 10px;
	font-size: 20px;
}

button.inputButtons:hover {
	background-color: #02869d;
	box-shadow: none;
}

.okayButton {
	display: block;
	width: 198px;
	height: 56px;
	margin: 0px auto 20px auto;
	cursor: pointer;
}

@media only screen and (max-width: 320px) {
	body {
		font-size: .8em;
	}

	button.inputButtons {
		background-color: #03abc9;
		color: #fff;
		border-radius: 3px;
		border: .5px solid #0061a6;
		box-shadow: 2px 4px #e6e6e6;
		padding: 5px 5px;
		font-size: 16px;
	}

	.okayButton {
		width: 150px;
		height: 40px;
	}
}
