.well {
	border:0;
    border-radius: 0;
    box-shadow: 0 0 0;
}
.well.bg {
  background-color: #f5f5f5;
}
.well.border {
    border-bottom: 3px solid #ff8e00 ;
}