#categories, #services, #countries, #zones{ 
	/* max-width: 800px; */
	margin: 0 auto;
	/* display: block; */
	clear: both;
	overflow: hidden;
	text-align: center;	
	margin-top:10px;
}
	
#search-service {
	margin: 20px auto;
}

#services, #zones {
	display:none;
}

.dual-list .list-group {
	margin-top: 8px;
}

.list-left li, .list-right li {
	cursor: pointer;
}

.list-arrows {
	padding-top: 100px;
}

.list-arrows button {
	margin-bottom: 20px;
}

.service-add .panel-body{ 
	min-height: 120px;
}

#add_service {
	float:right;
}

