.am-list>li {
	background-color: #f7f7f7;
	border: none !important;
	border-bottom: 1px dashed #cdcdcd !important;
}

.am-list {
	background-color: #f7f7f7;
	padding: 20px;
}

a:hover,
a:focus {
	color: #79150d;
}

.title {
	cursor: pointer;
	padding: 10px;
	border-bottom: 1px dashed #cdcdcd;
}

.collapse {
	padding: 10px;
	color: gray;
	margin-left: 10px;
}

.collapse p {
	border-bottom: 1px dashed #cdcdcd;
}

.collapse>div {
	overflow: hidden;
}

.categoryList {
	background: #f7f7f7;
	padding: 10px;
	font-weight: 600;
}

.category-search .am-icon-search {
	float: right;
	margin-right: 20px;
	position: relative !important;
	top: -20px !important;
}

.am-table {
	border-bottom: 1px solid #ddd
}

table thead th {
	background-color: #f7f7f7;
	border-bottom: none !important;
}


.categoryList .title:hover,
.categoryList .collapse p:hover
{

	cursor: pointer;
	text-decoration: underline;
}