#add, #search, #addlink, #searchlink {
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
#add_text {
	min-width: 60%;
}
#search *, #add * {
	font-size: 2em;
}
#search #search_text, #add #add_text {
	padding: 10px;
}
#results {
	width: 60%;
	text-align: center;
	margin: auto;
	height: 300px;
	overflow: scroll;
}
#results div {
	margin: 8px;
	padding: 8px;
	font-size: 1.5em;
	background: #eee;
	border-left: 8px solid #C35;
}
#results div:hover {
	background: #ccc;
}
#results div a {
	color: #555;
	text-decoration: none;
}
#results div:first-child a {
	color: #111;
}
#results div:second-child a {
	color: #333;
}