/* CSS for bugs view home page */
.row {
	width: inherit;
}

.search-db-head {
	padding-left: 0px;
	font-size: 16px;
	font-weight: normal;
}

.search-db {
	padding-left: 0px;
}

.search-db li {
	list-style: none;
}

.section-2 h3 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
	font-weight: bold;
}

.section-2 p {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 30px;
}

.section-2 a:hover {
	color: red;
	text-decoration: none;
}