html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Helvetica Neue, Helvetica, Arial, sans;
	overflow: hidden;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-right: 1px solid #777;
}
.ailments {
	background: #555;

}
.ailments li {
	/*color: #DDD;
	//text-shadow: 0 -1px 0 rgba(0,0,0,0.5);*/
	color:#DDD; border:none;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.35), inset 0 -1px 0 rgba(0,0,0,0.5);
}
li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	border-bottom: 1px solid #aaa;
	display: block;
	width: 100%;
}
.ailments li.active {
	background: -webkit-linear-gradient(90deg, rgb(63,63,253), rgb(92,92,253));
	color: white;
}



.searchContainer {
    border: 1px solid #333;
    box-shadow: 0 -1px 0 #eee inset;
    border-radius: 13px;
    background: white;
    position: relative;
    height: 24px;
}
.searchContainer input {
    background: transparent;
    border: none;
    margin-left: 12px;
    position: absolute;
    left: 0;
    right: 24px;
    top: 1px;
    bottom: 1px;
    outline: none;
}
.clear {
    display: inline-block;
    font-weight: bold;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    background: #aaa;
    text-align: center;
    color: white;
    float: right;
    margin: 3px;
}