#mnavsel {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 30px;
}

#mnavsel a {
    text-decoration: none;
    color: #fff;
}

.mprev, .mnext {
    background-color: #0A6A97;
    border: 0 none;
    border-radius: 3px;
    width: 100%;
    padding: 5px 10px;
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'UbuntuRegular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    max-height: 27px;
}

.inactive {
    background: #acacac;
    cursor: not-allowed;
    text-decoration: none;
    color: #ccc;

}

.mselect {
    padding: 0;
    text-align: center;
    margin: 0;
    border: 1px solid #0A6A97;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    height: 27px;
    color: #555;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 27px;
    font-size: 16px;
    font-family: 'UbuntuRegular', Arial, Helvetica, sans-serif;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
