.select-parent {
    width: 150px;
    ooverflow: hidden;
}

.styled-select {
    background: transparent;
    width: 170px;
    padding: 2px;
    font-size: 12px;
    line-height: 0;
    border: 0;
    border-radius: 0;
    height: 26px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.selectedcell {
    background-color: #ddddff;
}

.mediumlabel {
    font-size: 14px;
}

.gaugelabel {
    font-size: 12px;
}
