.category {
	
	border-top: 5px solid #009cd6;
	margin-right: 3%;
	width: 30% 

	
}

.db-list {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	text-align: left;
	
}

.category ul li {
	border-top: 1px solid #d6d7d9;
	
}

.db-name {
	
	padding-left: 3px;
	line-height: 2em;
	font-size: 0.8em;
	font-weight: 400;
	color: black;
	
}

.db-result {
	
	color: white;
	font-weight: 600;
	font-size: 1.2em;
	
	margin-right: 10px;
	background-color: #009cd6;
	position: absolute;
	right: 0;
	z-index: 10;
	padding: 0.1em 0.7em;
	border: 1px solid white;
	
}

