body{
    background: #fff;
}

#content{
	padding: 30px 40px 20px 180px;
}

#splash-banner{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 100px;
/*     height: 200px; */
    z-index: 99999;
    background: white;
    border-bottom: 1px solid;

    display: none;
}

#content{
    padding-right: 0;
}

#content>h3{
    /* display: none; */
}

#text-listing{
/*     border: 2px solid; */
}


a.user-link{
    color: inherit;
    background: inherit;
}

.user-link{
    display: inline-block;
    background: inherit;
    color: inherit;
    text-decoration-color: inherit;
}

#search-results{
    background: var(--bright-grey);
    padding: 60px 40px 0 40px;
}
.dark #search-results{
    background: #151515;
}


@media screen and ( max-width: 800px ){
    #content{
        padding-top: 120px;
    }
}