﻿.st_tblTopNav {
    /*overflow: hidden;*/
    /*position: relative;*/
    background-color: #333;
    font-weight: bold;
    color: white;
    width: 100%;
}

    .st_tblTopNav td {
        padding: 10px;
    }

    .st_tblTopNav a {
        text-decoration: none;
        color: white;
    }

.st_imgMenuBar {
    height: 50px;
    border-radius: 25px;
}

.st_topLogoText {
    font-size: 2.0rem !important;
    font-weight: bold;
}

@media screen and (max-width: 600px) {
    .st_tblTopNav td {
        padding: 5px;
    }

    .st_imgMenuBar {
        height: 40px;
        border-radius: 20px;
    }
}
