.select-container {
    display: inline-block;
    float: left;
}

.select-right {
    padding-right: 10px;
    position: absolute;
    right: 20px;
    top: 6px;
}

.select-element {
    padding-right: 10px;
    height: 75px;
    padding-top: 25px;
}

.select-field {
    display: inline-block;
    width: 100%;
    max-width: 150px;
    height: 30px;
    margin-right: 10px;
    margin: 0px;
    padding: 0px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}

.select-field > form > select {
    float: left;
    width: 100%;
    height: 30px;
    margin: 0px;
    padding: 2px 20px;
    border: 0px;
    border-color: #008acc; 
    border-radius: 5px;
    background-color: #008acc;
    /*font-family: Helvetica,Arial,sans-serif;*/
    font-family: Helvetica,Arial,sans-serif;/*added fix*/
    font-size: 16px;
    font-size: 14px;
    color: white; 
    position: relative;
    z-index: 3;
}

.select-field > form > select > option {
    padding: 10px;
    color: white;
    border-color: white;
    background-color: #008acc;
}

.select-field > form > select > option:checked, .select-field > form > select > option:hover {
    background-color: #008acc;
}
