
/* Remove Chosen dropdown completely */
#codplugin_state_chosen,
.chosen-container {
    display: none !important;
}

/* Style city input exactly like others */
#codplugin_state {
    display:block;
    width:100%;
    height:54px;
    padding:0 16px;
    border:2px solid #1e7e34;
    border-radius:6px;
    background:#fff;
    font-size:15px;
    box-sizing:border-box;
}
