.fancy-selector {
    border-color: red !important;
    border-width: 3px !important;
    border-radius: 20px 0px;
    font-weight: bold;
}
.fancy-selector:focus {
    outline:none;
}