.essential-breadecrumbs-options{
	width:100%;
	padding:20px;
	margin-bottom:15px;
	background-color:#ffffff;
	border: 1px solid #dfdfdf;
	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
}
.input-section{
	width:100%;
	margin-bottom:15px;
}
.input-section:last-child{
	margin-bottom:0;
}
.success{
	color: #4F8A10;
    background-color: #DFF2BF;
    text-align: center;
    padding:10px;
    margin-bottom:15px;
}