#postTextBox{
    background: #E2E2E2;
    text-align: right;
    clear: both;
    width: calc(-380px + 100vw);
    min-width: 650px;
    margin: 0 auto;
    border-radius: 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    -khtml-border-radius: 5px; /* for old Konqueror browsers */
}

.postLoadingBox{
    height: 100px;
    width: 100%;
    display: none;
}

.commentLoadingBox{
    height: 60px;
    width: 100%;
}

#postTextBox form textarea{
    width: 100% !important;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
    height: 10%;
    padding: 10px;
    resize: none;
}

#dashBoardBuzz{
    min-width: 965px;
    margin: 20px;
    display: -ms-grid;
    -ms-grid-columns: 5fr 20px 300px;
    display: grid;
    grid-template-areas: 'container  container container container container rightBar';
    grid-gap: 20px;
    justify-content: space-around;
}
.buzzLeftBar{
    width: 200px;
    float: left;
    margin-top: 1%;
    z-index: 999;
}

.buzzRightBar{
    width: 300px;
    float: right;
    max-width: 300px;
    -ms-grid-column: 3;
    grid-area: rightBar;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    right: 20px;
    margin-top: 20px;
}

#buzzContainer{
    min-width: 650px;
    float: left;
    margin-bottom: 60px;
    -ms-grid-column: 1;
    grid-area: container;
}

.tabButton{
    text-align: left;
    padding: 8px;
    background: #B2B2B2;
    height: 40px; 
}

.tb_one{
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;

}
.tb_two{
    border-right: 1px solid #aaa;
}

.tabButton a{
    text-decoration: none;
    font-size: 110%;
    margin-left: 5px;
    vertical-align: middle;
}

#images-tab-label, #video-tab-label{
    color: #5d5d5d;
}

.tabButton img{
    vertical-align: middle;
    margin-top: 1px;
}

.tabSelected{
    background-color: #E2E2E2;
}

.tabSelected a{
    color: #F07C00;
}

#status_icon, #img_upld_icon, #vid_upld_icon{
    margin-left: 10px;
}

#tabLink1{
    border-radius: 8px 0 0 0;
    -ms-grid-column: 1;
    grid-area: tab1;
}

#tabLink2{
    -ms-grid-column: 2;
    grid-area: tab2;
}

#tabLink3{
    border-radius: 0 8px 0 0;
    -ms-grid-column: 3;
    grid-area: tab3;
}

#dashBoardBuzz form ol {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.rightBarBodyAll{
    background-color: #f6f6f6;
    border-radius: 8px;
}
.rightBarBody{
    background-color: #f6f6f6;
    margin-top:  0;
    z-index: 200;
    border-radius: 0 0 8px 8px;
}

.rightBarHeading{
    background: rgb(243, 243, 243);
    background: -moz-linear-gradient(90deg, rgb(243, 243, 243) 100%, rgb(236, 236, 236) 100%);
    background: -webkit-linear-gradient( gray 20%, gray 100%);
    background: -o-linear-gradient(90deg, rgb(243, 243, 243) 100%, rgb(236, 236, 236) 100%);
    background: -ms-linear-gradient(90deg, rgb(243, 243, 243) 100%, rgb(236, 236, 236) 100%);
    background: linear-gradient( #f3f3f3, #ececec);
    color: #5d5d5d;
    font-size: 18px;
    padding: 15px;

    border: 2px solid #dedede;
    z-index: 99999;

    border-radius: 10px;
    font-family: SourceSansProExtraLight;
    margin-top: 10px;
}

#rightBarHeadingAnniv.rightBarHeading {
    margin-top: 0;
}


.rightBarHeading:hover, .rightBarHeading:hover{
    cursor: pointer;
}

#dashBoardBuzz li{
    list-style: none;
}

@media all and (max-width: 1020px)  { 
    .buzzRightBar{
        width: 300px;
        float: right;

        max-width: 300px;
        position: initial;

    }
}

#postTextBox .largeTextBox {
    width: 100%;
    box-sizing: border-box;
}
