@media only screen and (max-width:76.1875em) {
}

#version-selector select.form-control  {
  	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-color: #F5F5F5;

    background-position: center right;
    background-repeat: no-repeat;
    border: 0px;
    border-radius: 2px;
    /* box-shadow: 0px 1px 3px rgb(0 0 0 / 10%); */
    color: inherit;
    width: -webkit-fill-available;
    width: -moz-available;
    max-width: 200px;
    font-size: inherit;
    /* font-weight: 600; */
    margin: 10px;
    overflow: hidden;
    padding: 7px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#version-selector::after {
    content: '⌄';
    font-family: inherit;
    font-size: 22px;
    margin: -35px;
    vertical-align: 7%;
    padding-bottom: 10px;
}
