.search-bar {
/* Size */
	width:auto;
	max-width:auto;
	height:45px;
/* Layout */
	position:relative;
	margin:0 auto;
	padding:0;
	float:none;
	clear:both;
/* Background */
	background:#f7f7f7;
	border:3px solid #fff;
	box-shadow:0 0 6px 0 rgba(0,0,0,0.11),inset 0 0 0 0 rgba(0,0,0,0.50);
	border-radius:26px;
}

.search-bar input[type=search] {
/* Size */
	width:90%;
	height:100%;
/* Layout */
	padding:0;
	margin:0 5%;
	position:relative;
/* Font */
	font-family:'CircularStd-Book';
	font-size:16px;
	color:#145b84;
	text-align:center;
/* Border */
	border:0;
/* Outline */
	outline:none;
/* Background */
	background:none;
/* Webkit Appearance */
	-webkit-appearance:none;
}

#results {
/* Layout */
	position:relative;
	margin:0;
	padding:0;
}

#results li {
/* Size */
	width:auto;
	max-width:auto;
	height:50px;
/* Layout */
	margin:18px auto;
	padding:15px;
	clear:both;
/* List Style Type */
	list-style-type:none;
/* Font */
	font-family:'CircularStd-Medium';
	font-size:18px;
	color:#145b84;
	text-align:left;
/* Background */
	background:#F7F7F7;
/* Border */
	border:3px solid #FFF;
	box-shadow:0 0 6px 0 rgba(0,0,0,0.11),inset 0 0 0 0 rgba(0,0,0,0.50);
	border-radius:12px;
/* Cursor */
	cursor:pointer;
/* Overflow */
	overflow:hidden;
}

#results li#rogue {
/* Size */
	width:auto;
	max-width:auto;
	height:50px;
/* Layout */
	margin:18px auto;
	padding:15px;
	clear:both;
/* List Style Type */
	list-style-type:none;
/* Font */
	font-family:'CircularStd-Medium';
	font-size:18px;
	color:#FFF;
	text-align:left;
/* Background */
	background:#ec7f79;
/* Border */
	border:3px solid #FFF;
	box-shadow:0 0 6px 0 rgba(0,0,0,0.11),inset 0 0 0 0 rgba(0,0,0,0.50);
	border-radius:12px;
/* Cursor */
	cursor:pointer;
/* Overflow */
	overflow:hidden;
}