
.qt-content-aside a, .qt-footer a, .qt-tags a {
    color: #248b00;
}

.qt-content-aside a, .qt-footer a, .qt-tags a {
    color: #ffffff !important;
}


.mobile-container {
    max-width: 480px;
    margin: auto;
    background-color: #101010;
    height: 500px;
    color: white;
    border-radius: 10px;
}

.topnav {
    overflow: hidden;
    background-color: #101010;
    position: relative;
}

.topnav #myLinks {
    display: none;
}

.topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

.topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}







/*** SEARCH ***/


.mobile-container {
    max-width: 480px;
    margin: auto;
    background-color: #101010;
    height: 500px;
    color: white;
    border-radius: 10px;
}

.searchnav {
    overflow: hidden;
    background-color: #101010;
    position: relative;
}

.searchnav #mySearch {
    display: none;
}

.searchnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

.searchnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.searchnav a:hover {
    background-color: #ddd;
    color: black;
}
