/*
.bs select.form-control  {
	border: initial;
	border-radius: initial;
}*/

.bs pre hr {
	border: solid 1px gray;
	margin: 15px 0;
}

.bs h4 {
	border: none;
}

.fade {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    opacity: 0;
}

.modal-backdrop {
    position: fixed;
    z-index: 1040;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
}

.fade.in {
    opacity: 1;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50);
}

.modal-open {
    overflow: hidden;
}
