.mobile-button-gray.toggle_odd{
    width: 50px !important;
    height: 30px !important;
    line-height: 24px !important;
}

.mobile-button-gray.toggle_odd:hover,.mobile-button-gray.toggle_odd.selected{
    border-style: solid;
    border-width: 1px;
    border-color: rgb(158, 158, 158);
    border-radius: 8px;
    background-image: -moz-linear-gradient( 90deg, rgb(161,161,161) 0%, rgb(187,187,187) 49%, rgb(196,196,196) 50%) !important;
    background-image: -webkit-linear-gradient( 90deg, rgb(161,161,161) 0%, rgb(187,187,187) 49%, rgb(196,196,196) 50%) !important;
    background-image: -ms-linear-gradient( 90deg, rgb(161,161,161) 0%, rgb(187,187,187) 49%, rgb(196,196,196) 50%) !important;
    box-shadow: 0px 1px 1px 0px rgba(2, 2, 2, 0.75);
}
