.pull-right {
	float: right;
	font-size: 12px;
}

.pull-left {
	float: left;
	padding-right: 8px;
	padding-left: 0px !important;
}

ul.new-list {
	list-style-type: none;
	margin: 0;
	padding: 0;

}

ul.new-list li a {
	text-decoration: none;
	padding: 5px;
	display: block;
	color: #000;
	border-top: 1px solid #cdcdcd;
}

ul.new-list li a.links {
	text-decoration: none;
	padding: 5px;
	display: inline;
	color: #000;
	border-top: 1px none #cdcdcd;
}

ul.new-list li a.links:hover {
	background: none !important;
}

ul.new-list li.active {
	background: #e4f6d4;
}

ul.new-list li.active a.links {
	background: none;
	border-top: 1px none #93bb70;
}

ul.new-list li.active a.links:hover {
	background: none !important;
}

ul.new-list li.active a {
	background: #e4f6d4;
	border-top: 1px solid #93bb70;
}

ul.new-list li a:hover {
	background: #d3ecff !important;
}

ul.new-list li.active a:hover {
	background: #d8f2c2 !important;
}

ul.new-list li a span {
	display: block;
	padding-left: 8px;
	margin-top: 9px;
	color: #888;
}

ul.new-list li a em {
	display: block;
	font-style: normal;
	font-size: 11px;
	color: #888;
}

.more-button {
	width: 100%;
	text-align: center;
}
