.postbit_useravatar2:hover + .postbit_frak {
opacity: 0.9;
z-index: 999;
}

.forumcat_title2 {
	background-color: #a9a9a9;
	text-align: center;
	padding: 5px;
	
	font-family: 'Arbutus Slab';
	font-size: 20px;
    border-bottom: #430710 1px solid;
}

.forumcat_title2 a:link,
.forumcat_title2 a:visited {
	color: #430710!important;
}

.forumcat_title2 a:hover {
	color: #333!important;
}

.for_title2 {
	text-align: center;
    border: 0px solid #b6b6b6;
    padding: 5px;
}

.threadlist_info {
    border: 0px solid #999;
    padding: 5px;
}

.threadlist_box {
	padding: 5px;
	background-color: #a9a9a9;
	letter-spacing: 1px;
	
	font-family: Calibri;
	font-size: 12px;
}

.postbit_outer {
    font-family: Calibri;
    background-color: #adadad;
    /* background-image: url(../../../images/bg1.png); */
    /* border: 1px solid #6b6b6b; */
    padding: 3px;
    margin-top: 3px;
}

.postbit_boxouter {
    font-family: Calibri;
    padding: 5px;
    border: 0px solid #b6b6b6;
}

.postbit_boxinner {
	background-color: #a9a9a9;
	padding: 5px;
	border: 0px solid #b6b6b6;
	
	font-family: Calibri;
}

.postbit_frak {
z-index: 1;
opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.postbit_frak img {
    height: 250px;
    position: relative;
    top: -245px;
    left: -10px;
}

.postbit_userdetails {
    text-align: center;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-left: 3px;
}

.postbit_info5 {
	width: 100%;
	color: #222;
	margin-right: 7px;
	margin-top: 5px;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 120px;
	letter-spacing: 1px;
	text-align: justify;
	padding: 5px;
	border: 0px solid #707070;
	
	font-family: Calibri;
	font-size: 10px;
}


}

/* width */
.postbit_info5::-webkit-scrollbar {
    width: 2px;
}

/* Track */
.postbit_info5::-webkit-scrollbar-track {
    background: #757575;
}

/* Handle */
.postbit_info5::-webkit-scrollbar-thumb {
    background: #5f5d5d;
}

/* Handle on hover */
.postbit_info5::-webkit-scrollbar-thumb:hover {
    background: #5f5d5d;
}

/* width */
.postbit_info5::-webkit-scrollbar {
    width: 1px;
}

.postbit_info3 {
width: 45%;
    padding: 3px;
    margin: 2px;
    margin-bottom: 0px;
    font-family: Calibri;
    font-size: 9px;
    text-transform: uppercase;
    border-bottom: 1px solid #430710;
    color: #222;
    text-align: left;
    letter-spacing: 1px;
}

.postbit_info6 {
width: 100%;
    padding: 3px;
    margin: 2px;
    margin-bottom: 0px;
    color: #222;
    font-size: 9px;
    text-transform: uppercase;
}

