.bootstrap-select .btn {
    border-radius: 0px;
    background-color: white !important;
    border: #ccc 1px solid;
    height: 33px;
}

.bootstrap-select .btn-default * {
    color: #555555 !important;
    font-size: 14px;
}

.bootstrap-select .btn-default:hover * {
    color: #555555 !important;
}

.bootstrap-select .btn-default:focus * {
    color: #555555 !important;
    border: none;
}