.unwiredgl-menu  {
    position: relative;
    z-index: 20;
    font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
    margin: 10px;
}

.unwiredgl-menu  input {
    display: none;
}

.unwiredgl-menu  label {
    float: left;
}

.unwiredgl-menu  label {
    text-transform: capitalize;
    font-weight: 100;
    direction: ltr;
    overflow: hidden;
    text-align: center;
    position: relative;
    color: rgb(86, 86, 86);
    font-size: 11px;
    background-color: rgb(255, 255, 255);
    padding: 8px;
    background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    min-width: 39px;
    border-left: 0px;
    outline: none;
}

.unwiredgl-menu  label:hover {
    color: rgb(0, 0, 0);
    background-color: rgb(235,235,235);
    cursor: pointer;
}

.unwiredgl-menu  input:checked + label {
    color: rgb(0, 0, 0);
    font-size: 11px;
    background-color: rgb(255, 255, 255);
    min-width: 39px;
    border-left: 0px;
    font-weight: 550;
}

.unwiredgl-menu  label:first-of-type {
    border-radius: 2px 0 0 2px;
}

.unwiredgl-menu  label:last-of-type {
    border-radius: 0 2px 2px 0;
}