.header {
    position: relative;
    overflow: hidden;
    max-height: 130px;
    display: flex;
    z-index: 11
}

.title {
    position: absolute;
    top: 10px;
    left: 25px;
}

div.post {
    position: -webkit-sticky;
    position: sticky;
    top: 44px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0px;
    background-color: white;
    z-index: 1;
    display:grid;
    grid-template-columns: 50px auto;
}

#forum-page md-backdrop.md-sidenav-backdrop{
    z-index: 11;
}

.col-sm-1 {
    padding-left: 10px;
    padding-right: 0px;
    width: 60px;
}

.btn-comment {
    font-size: 12px;
    color: grey;
    border-color: #E5E7E9
}

.btn-comment:active, .btn-comment:hover {
    font-size: 12px;
    color: DeepSkyBlue;
    border-color: DeepSkyBlue;
}

.btn-comment:focus {
    outline: none !important
}

#forum-page .row {
    margin: 0;
}

.img-box-1 {
    display: block;
    /* width: 100px; */
    /* height: 100px; */
    max-width: 100%;
    background: rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    padding: 1px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    border-radius: 10px;
    border: 0;
}

.img-box-2 {
    display: block;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.1);
    /* margin-top: 10px; */
    padding: 1px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    border-radius: 20px;
    border: 0;
}

.row.content {
    height: 1500px;
    margin-left: 10px
}

.grid-post{
    display:grid;
    grid-template-columns: 80px auto 70px;
    padding: 10px 0px;
}

.grid-reply{
    display:grid;
    grid-template-columns: 80px auto;
    padding: 10px 0px;
}

.post-owner{
    padding:15px 0 0 10px;
    grid-column: 1/span 1;
}
.post-txt{
    grid-column: 2/span 1;
}

.post-ops{
    grid-column: 3/span 1;
    margin-left: 10px;
}

.post-owername{
    margin-top: 5px;
    font-size: 10px;
    color: DeepSkyBlue;
    width: 70px;
    word-wrap: break-word;
}

#grid-forumtitle{
    display:grid;
    grid-template-columns: 70px auto;
    padding: 10px 0px;
}

#forum-page md-sidenav {
    width:150px;
    overflow-x:hidden;
    height: 100%;
    padding-bottom: 50px;
    padding-left: 10px;
    margin: 0px 5px 0 0;
    transition: 0.5s;
    min-height: 800px;
    border-right: 1px solid rgb(180,190,240);
    /* z-index: 11; */
}

.sidenav-row{
}

.sidenav-subrow{
    padding-left: 20px;
}

@media screen and (max-width: 767px) {
    /* .sidenav {
        height: auto;
        padding: 15px;
    } */

    .row.content {
        height: auto;
    }

    .post-txt{
        grid-column: 2/span 2;
    }

    /* .post-ops{
        grid-column: /span 2;
    } */
}
