.breadcrumb {
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: transparent; 
	border-radius: 0;
}
.breadcrumb li a{
	color: #f67400;
	font-weight: 600;
}


.form-control{
	border-radius: 2px;
	box-shadow: none;
}

.btn {
  border-radius: 2px;
}
hr{
	margin-top: 10px;
	margin-bottom: 10px;
}
.radio-inline, .checkbox-inline{
	line-height: 20px;
}
