.newthreadtop{
	width: 100%;
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
	margin-bottom: 5px;
}

.newthreadtop2{
	width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
	margin-bottom: 5px;
}

.newthreadwrap{
	width: 100%; 
	box-sizing:border-box; 
	display:flex; 
	flex-direction:row;     
	justify-content: flex-start; 
	align-items: center;
	padding: 10px 20px; 
	gap: 10px;
	color: var(--tb-txt);
	font-size: 13px;
	background: var(--tb-bg);
	flex: 1;}

.newthreadwrap2{
	width: 100%; 
	box-sizing:border-box; 
	display:flex; 
	flex-direction:column;     
	justify-content: flex-start; 
	align-items:  flex-start;
	background: var(--tb-bg);
	padding: 10px 20px; }

.newthreadwrap3{
	width: 100%; 
	box-sizing:border-box; 
	display:flex; 
	flex-direction:row;     
	justify-content: flex-start; 
	align-items: center;
	gap: 10px;
	color: var(--tb-txt);
	font-size: 13px;
	background: var(--tb-bg);
	flex: 1;}

.newthreaddivider{border-top: 1px solid var(--tb-txt2); width: 10%;min-width: 10px;}

.newthreadques{
	color: var(--tb-hl1);
	text-transform: uppercase;
	font-weight: 600;
}

.newthreadansw{
	display:flex; 
	flex-direction: row;
	gap: 5px;
}

.newthreadansw a:link;
.newthreadansw a:visited{
	color: var(--tb-txt);
	font-size: 13px;
}

.newthreadansw a:hover;
.newthreadansw a:active{
	color: var(--tb-hl1);
	-webkit-transition: all 1s ease;
  	transition: all 1s ease;	
}

.newthreadansw textarea{
	height: 22px; 
	overflow: hidden;
}

.newthreadbottom{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	width: 100%;
	background: var(--tb-bg);
	padding: 20px;
	gap: 20px;
	margin-bottom: 75px;
}

.newthreadbottom2{
    width: 100%;
    background: var(--tb-bg);
    padding: 20px;
    margin-bottom: 10px;
}

.newthreadleft{
	width: 15%;
}

.newthreadtright{
	width: 85%;
}

.newthreadoptions{
	width: 100%;
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
    padding: 0px 0px 20px 0px;
}