.s-nav-btn {
    font-size: 20pt;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
.s-nav-btn:hover {
    color: #CCC;
}
.dropdown {
    background: #080;
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
}
.nav-dropdown {
    display: none;
    position: fixed;
    top: 10%;
    width: 100%;
    height: 90%;
    background: #080;
}
.nav-dropdown-table {
    width: 100%;
    height: 100%;
}
.nav-mobile-table {
    width: 100%;
}
.nav-mobile-tr {
    width: 100%;
}
.nav-mobile-td {
    width: 50%;
}
.nav-dropdown-btn {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align:middle
}
.nav-dropdown-table-cell {
    display: table;
    margin: 0 auto;
    font-size: 25pt;
    color: #FFF;
    width: 100%;
    height: 100%;
}
#nav-dropdown-icon {
    height: 50px;
    width: auto;
}

