.threadlist_title {
    background-color: #000000a8;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 8px;
}

.threadlist_title2 {
    font-size: 20px;
    font-family: 'Arbutus Slab';
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
}

.forumcat_last {
width: 30%;
    padding: 5px;
    padding-top: 3px;
    background-color: rgba(44, 44, 44, 0.1);
    font-size: 12px;
    font-family: Calibri;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 5px;
    text-align: center;
    line-height: 115%;
}

.forumcat_num {
width: 7%;
    padding: 5px;
    padding-top: 10px;
    background-color: rgba(44, 44, 44, 0.1);
    font-size: 10px;
    font-family: Calibri;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 5px;
    text-align: center;
    line-height: 155%;
}

.forumcat_desc {
    width: 50%;
    height: 35px;
    padding: 5px;
    overflow-y: scroll;
    font-size: 10px;
    font-family: Calibri;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* width */
.forumcat_desc::-webkit-scrollbar {
    width: 2px;
}

/* Track */
.forumcat_desc::-webkit-scrollbar-track {
    background:  #060606;
}

/* Handle */
.forumcat_desc::-webkit-scrollbar-thumb {
    background: #595959;
}

/* Handle on hover */
.forumcat_desc::-webkit-scrollbar-thumb:hover {
    background: #777;
}

/* width */
.forumcat_desc::-webkit-scrollbar {
    width: 1px;
}

.for-titel {
    text-align: center;
    padding: 5px;
}

.forumcat_status {
	width: 80px;
	height: 110px;
	float: left;
	margin-left: 25px;
	    padding-top: 5px;
}

.forumcat_title {
    /* background-color: rgba(44, 44, 44, 0.2); */
    /* text-align: left; */
    /* padding-left: 150px; */
    font-family: 'Arbutus Slab';
    font-size: 20px;
}

.forumcat_title a:link,
.forumcat_title a:visited {
	    color: #715525!important;
}

.forumcat_title a:hover {
	color: #8e7e63!important;
}

.forumcat_info {
    width: 730px;
    /* border: 1px solid #b4afa5; */
    padding: 5px;
    position: relative;
    top: 0px;
    left: 30px;
    height: 45px;
    overflow: hidden;
    display: flex;
}

.for-sub {
    width: 750px;
    position: relative;
    top: -80px;
    left: 120px;
    z-index: 1;
    height: 0px;
}


		