.flusernameonlsts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: auto;
    background: #202020;
    padding: 10px;
    border-radius: 4px;
}

.flusertitles {
    background: #202020;
    margin-top: 15px;
    font-size: 9px;
    text-align: center;
    text-transform: uppercase;
    padding: 6px 0px;
    cursor: text;
    color: white;
    font-weight: 500;
}

.flpostsnum {
    background: #202020;
    margin-top: 4px;
    font-size: 9px;
    text-align: start;
    text-transform: uppercase;
    padding: 6px 17px;
    color: white;
    font-weight: 500;
}

.flthreadsnum {
    background: #202020;
    margin-top: 4px;
    font-size: 9px;
    text-align: start;
    text-transform: uppercase;
    padding: 6px 17px;
    color: white;
    font-weight: 500;
}

.flregdate {
    background: #202020;
    margin-top: 4px;
    font-size: 9px;
    text-align: start;
    text-transform: uppercase;
    padding: 6px 17px;
    color: white;
    font-weight: 500;
}

.flreputatthr {
    background: #202020;
    margin-top: 4px;
    font-size: 9px;
    text-align: start;
    text-transform: uppercase;
    padding: 6px 17px;
    color: white;
    font-weight: 500;
}

.flwarnlvthr {
    background: #202020;
    margin-top: 4px;
    font-size: 9px;
    text-align: start;
    text-transform: uppercase;
    padding: 6px 17px;
    color: white;
    font-weight: 500;
}

.flusertitles:hover {color: #00adff;font-weight: 600;}
.flpostsnum:hover {background: #2c2c2c;}
.flthreadsnum:hover {background: #2c2c2c;}
.flregdate:hover {background: #2c2c2c;}
.flreputatthr:hover {background: #2c2c2c;}
.flwarnlvthr:hover {background: #2c2c2c;}



ul.thread_tools,
ul.thread_tools li {
	list-style: none;
	padding: 0;
	margin: 0;
}


.scaleimages img {
    max-width: 100% !important;
    height: auto;
}


ul.thread_tools li {
	padding-left: 24px;
	padding-bottom: 4px;
	margin-bottom: 3px;
	font-size: 11px;
	background-image: url(../../../images/showthread_sprite.png);
	background-repeat: no-repeat;
}

ul.thread_tools li.printable {
	background-position: 0 0;
}

ul.thread_tools li.sendthread {
	background-position: 0 -20px;
}

ul.thread_tools li.subscription_add {
	background-position: 0 -40px;
}

ul.thread_tools li.subscription_remove {
	background-position: 0 -60px;
}

ul.thread_tools li.poll {
	background-position: 0 -80px;
}

.showthread_spinner {
	width: 100%;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 20px;
}

.threadbodyflexitm {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
}


.threadbodyright {
    padding: 5px;
    background: #171717;
    width: -webkit-fill-available;
    text-align: start;
    margin-right: 5px;
    border-radius: 4px;
    min-height: 431px;
}


.threadbodyleft {
    min-width: 200px;
    background: #171717;
    margin-right: 5px;
    margin-left: 5px;
    text-align: start;
    padding: 5px;
    border-radius: 4px;
}
		
		