textarea{
	resize: none;
}
hr.hr-1{
	border-color: #000 !important;
	margin-bottom: 5px;
	margin-top: 5px;
}

.type-section ul {
	padding-left: 0px;
	text-align: center;
	list-style: none;
}
.type-section ul li{
	display: inline-block;
	margin: 5px 10px;
}
.type-section ul li a i {
	display: block;
	font-size: 36px;
	color: #000;
	margin-bottom: 10px;
}
.type-section ul li a span {
	background-color: #999999;
	color: #fff;
	border-radius: 5px;
	padding: 3px 6px; 
}

.r-panel-body .list-group .list-group-item{
	border:0px solid #fff;
	margin-bottom: 5px;
	margin-top: 5px;
	
}