.jdspad-top-nav {
    display: none;
}

footer nav,
.jdspad-footer {
    font-size: 0px;
}

html footer nav a,
html .jdspad-footer a {
    border-bottom: 1px #77aaee solid;
    display: block;
    font-family: 'Times New Roman';
    font-size: 28pt;
    padding: 10px;
}

footer nav a:hover,
.jdspad-footer a:hover {
    background-color: #77AAEE;  /* bb0000; */
    color: white !important;
    text-decoration: none !important;

    -webkit-transition: background-color 150ms linear;
    -moz-transition: background-color 150ms linear;
    -o-transition: background-color 150ms linear;
    -ms-transition: background-color 150ms linear;
    transition: background-color 150ms linear;
}

.logged-in-text {
    background-color: #3355aa;
    border-top: 1px #77aaee solid;
    border-bottom: 1px #77aaee solid;
    display: block;
    margin: 0px;
    padding: 5px;
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
    width: 100%;
}

.logged-in-text .user-name {
    font: 11pt Verdana;
}

@media all and (max-width: 500px) {
    .content-outer {
        max-width: 100%;
        width: 100%;
    }
    .content-inner {
        max-width: 100%;
        width: 100%;
    }
}

@media all and (max-width: 300px) {
    .jdspad-header {
        background-color: #77aaee;
    }
    .jdspad-header a {
        font-size: 300%;
        font-style: normal;
    }
}








