﻿.pc-style #topNav {
    line-height: 1.5;
    clear: both;
    padding: 10px 0px;
}

.pc-style #topNav div {
    float: right;
}

.pc-style #topNav div a {
    color: #336797;
}

.pc-style #topNav div span {
    color: #F5630D;
}

.mobile-style #topNav {
    line-height: 1.5;
    clear: both;
    padding: 10px 16px;
    white-space: nowrap;
    overflow: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.mobile-style #topNav div {
    display: none;
}