.flexpostbitbody {
    display: flex;
    padding: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
    flex-direction: row;
}


.flexpostbitauthorleft {
    min-width: 10%;
    margin-right: 10px;
    text-align: start;
}


.flexpostbitcontentbtnright {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
}

.flexpostbitbodybuttons {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: nowrap;
    align-items: flex-start;
    max-width: 10%;
    padding: 0 10px 0 0;
}

.flexpostbitbodycontent {
    width: 100%;
    padding: 10px;
    background: #e8ecf3;
    border-radius: 10px;
    min-height: 300px;
}

.post_content {
    padding: 0 !important;
}


.avatarimg {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}


.arrow_box {
    position: relative;
    background: #e8ecf3;
    border: 2px solid #c2e1f5;
}
.arrow_box:after, .arrow_box:before {
    right: 100%;
    top: 8.5%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #e8ecf3;
	border-width: 30px;
	margin-top: -30px;
}
.arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #c2e1f5;
    border-width: 33px;
    top: 11px;
}



.arrow-left {
    margin-top: 0px;
    margin-left: -30px;
    margin-bottom: -55px;
    width: 0px;
    height: 0px;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #e8ecf3;
}


.btnspostbit {
    background: #e8ecf3;
    color: #667c99;
    font-weight: 600;
    border-radius: 4px;
    font-family: 'Roboto';
    font-size: 12px;
    padding: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: start;
    min-width: 120px;
}

.postbitbuttonscontainer {
    padding: 10px;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid #e9ecf3;
}
























































		