.nav-previous .prev:before {
	content: "\f060";
	font-family: FontAwesome;
  	font-weight: normal;
 	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	position:relative;
	margin-right: 5px;
	width: 13px;
	text-align:center;
}
.nav-next .next:before {
	content: "\f061";
	font-family: FontAwesome;
  	font-weight: normal;
 	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	position:relative;
	margin-right: 5px;
	width: 13px;
	text-align:center;
}

.footer_widget_box {
	background-color: white;
	color:black;
	border-style: none;
	border-radius: 25px;
	padding-left: 20px;
  	padding-top: 20px;
	width: 220px;
	height: 220px;
	
}

.dtree {
	background-color: white;
	color:black;
	border-style: none;
	border-radius: 25px;
	padding-left: 20px;
  	padding-top: 20px;
	width: 220px;
	height: 220px;
	white-space: nowrap !important;	
}

