.page-title{
    display: none;
}
#create-room{
    position: fixed;
    top: 110px;
    right: 50px;
    font-size: .9rem;
}

.column.left{
    width: 100%;
    max-width: 70%;
}
.column.right{
    width: 100%;
    max-width: 30%;
}
.main-col{
    padding: 10px 20px;
    position: sticky;
    top: 50px;
}

#results-area{
    margin-top: 50px;
}

.model-listing-Room{
    display: inline-block;
    padding: 5px 15px;
    margin: 5px;
    width: 100%;
}
a.model-listing-Room:hover{
    color: black;
    background: rgba(0, 0, 0, .1);
}
.th-dark .model-listing-Room:hover,
.th-dark .model-listing-Room{
    color: white;
}

.post-count{
    font-size: .8rem;
}

.right .search-bar{
    min-width: 100%;
}

@media screen and (max-width: 800px){
    #create-room{
        right: 10px;
        top: 10px;
    }

    .column.right,
    .column.left{
        max-width: 100%;
    }

    .main-col{
        position: relative;
    }
}