#compheader td {
    padding-top:7px;
    padding-left:7px;
    padding-bottom:0px;
}
#clubheader td {
    padding-top:7px;
    padding-left:7px;
    padding-bottom:0px;
}
#wnav {
    height: 60px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    border-bottom: 0px solid silver;
    padding-top: 0px;
    padding-bottom: 24px;
    margin-top: 0px;
    max-height: 100%;
    overflow-y: hidden;
    border-top:solid 1px black;
}
#wnav ul {
    margin-top: 7px;
    text-align: justify;
    width: 5000px;
}

#wnav ul:after {
    content: '';
    display: inline-block;
    width: 100%;
}

#wnav li {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 1px;
    display: inline-block;
    vertical-align: middle;
    font-size:15px;
}

#wnav li a {
    color: #e2e2e2;
    letter-spacing: 1.2px;
    font-size: 15px;
    font-weight: normal;
}

    #wnav li.sel {
        font-size: 15px;
        color: white;
        background-color: dodgerblue;
        font-weight: 600;
        letter-spacing: 1.2px;
        border-radius: 5px;
    }

    #wnav li.sel a {
        color: white;
        background-color: dodgerblue;
        font-weight: 600;
        letter-spacing: 1.2px;
        border-radius: 5px;
    }
.wnavmonth {
    position: absolute;
    top: 47px;
    left: 10px;
    right: 10px;
    height: 30px;
    color: white;
    text-align:center;
}

#glnav {
    height: 36px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    border-bottom: 2px solid silver;
    padding-top: 0px;
    margin-top: -10px;
    max-height: 100%;
    overflow-y: hidden;
}

    #glnav ul {
        text-align: justify;
        width: 1220px;
        height: 30px;
    }

        #glnav ul:after {
            content: '';
            display: inline-block;
            width: 100%;
        }

    #glnav li {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 2px;
        display: inline-block;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        #glnav li a {
            color: #eeeeee;
            letter-spacing: 1.2px;
            font-size: 13px;
            font-weight: normal;
        }

        #glnav li.sel {
            border-bottom: 2px solid white;
            font-weight: normal;
        }

            #glnav li.sel a {
                color: white;
                font-weight: 600;
                letter-spacing: 1.2px;
            }
