.btn-group-sm > .btn, .btn-sm {
    border-radius: 0;
    font-size: 11px;
    line-height: 1.75;
    padding: 5px 10px;
}
.panel{
	border-radius: 0;
}
.btn{
	border-radius: 0;
}
.form-control{
	border-radius:0;
}
.ui-select-bootstrap.ui-select--break-word .ui-select-choices-row>a , .ui-select-bootstrap.ui-select--break-word .ui-select-choices-row>span {
    white-space: normal;
    overflow-wrap: break-word;
}