@media only screen and (max-width:600px) {

#nav-thing {
    clear:both;
    position: fixed;
    right:0;
    top:0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999;
}
#nav-thing.mobile-closed {
    display: none;
}
#nav-thing-burger-close {
    display: block;
    text-align: right;
    margin: 8px;
    font-size: 24pt;
    font-weight: bold;
    position: relative;
    top: -8px;
}

#nav-thing-burger-close a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

#header-thing {
    padding: 8px;
}

#burger-thing {
    display: block;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 32px;
    height: 32px;
}

#content-thing {
    margin: 0;
    border-radius: 0;
}

#user-stuff {
    text-align: left;
}

}