#title {
	padding-top: 30px;
}
#title p {
	color: #555;
	font-size: 1.2em;
	line-height: .9;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	display: block;
	width: 260px;
	border-top: 5px solid #777;
	border-bottom: 5px solid #777;
}
#title p strong {
	font-size: 4.8em;
	font-family: serif;
}
form {
	margin: 0 auto;
	padding: 30px 0 20px 0;
	width: 260px;
}
form p + p {
	margin-top: 10px;
}
button {
	color: #fff;
	font-size: 1em;
	line-height: 40px;
	text-align: center;
	background-color: #06f;
	border: none;
	border-radius: 20px;
	width: 100%;
	height: 40px;
	cursor: pointer;
}
button:active {
	background-color: #09f;
}
#btns {
	margin: 0 auto;
	padding: 30px 0 20px 0;
	width: 600px;
	display: table;
	table-layout: fixed;
}
ul {
	list-style: none;
	padding: 0 5px;
	display: table-cell;
}
@media screen and (max-width: 619px) {
	#btns {
		display: block;
		width: 100%;
	}
	ul {
		padding: 0 20px;
		display: block;
	}
	ul + ul {
		margin-top: 10px;
	}
}
li + li {
	margin-top: 10px;
}
li a,
li span {
	color: #fff;
	font-size: .9em;
	line-height: 3em;
	text-decoration: none;
	text-align: center;
	background-color: #06f;
	border-radius: 1.5em;
	display: block;
	width: 100%;
	height: 3em;
	cursor: pointer;
}
li a:active {
	background-color: #39f;
}
ul:nth-child(3) li a {
	background-color: #03a;
}
ul:nth-child(3) li a:active {
	background-color: #36f;
}
ul:last-child li a,
ul:last-child li span {
	background-color: #060;
}
ul:last-child li a:active,
ul:last-child li span:active {
	background-color: #090;
}

footer p {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: .8em;
	line-height: 40px;
}