#awf select {
    width: 100%;
    height: 2.5em!important;
    background-color: white;
    border: 1px solid darkgray;
    box-shadow: none;
    border-radius: 0;
    color: black;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: normal;
    margin: 0;
    padding: 0 1.8em 0 0.2em;
}

#awf *, #awf *:before, #awf *:after {
    white-space: normal;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    outline-offset: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}