select {
    outline: none;
    background: none;
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: bold;
    color: inherit;
    padding: 0;
    margin: 0;
}

select option {
    font-size: 0.5em;
}
