#searchBar {
	margin: 4px;
	margin-top: 7px;
}
.findB {
	position: absolute;
	height: 24px;
	border-radius: 9px;
	right: 14px;
	top: 8px;
	display: none;
	width: 47%;
}
.findBar {
	position: absolute;
	background: #161616;
	color: #c85;
	height: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #55f;
	border-radius: 7px;
	padding-left: 10px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	width: 100%;
}
.default {
	background: #1c1a21;
	color: #7aa;
	padding-left: 10px;
	cursor: pointer;
}
.focused {
	background: #16121a;
	color: #50b950;
	padding-left: 10px;
	cursor: pointer;
}
.default:hover {
	background: #282528;
	color: #9cc;
}
.focused:hover {
	background: #282528;
	color: #7c7;
}
input[type=text]:focus {
	outline: none;
}
