*:focus { outline: none; }

.styled-select {
    background: url(../assets/images/15xvbd5.png) no-repeat 92% 0;
    height: 45px;
    overflow: hidden;
    width: 240px;
    -webkit-box-shadow: 0px 10px 24px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 24px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 24px 0px rgba(0,0,0,0.75);
    margin-bottom: 1.5rem;
}

.styled-select select {
    background: transparent;
    border: none;
    height: 100%;
    padding: 5px; /* If you add too much padding here, the options won't show in IE */
    width: calc(100% + 1rem);
    font-size: 1rem;
}

.rounded {
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
}

.red   { background-color: #b20000; }
.red select   { color: #fff; }