.new_post {
margin-bottom: 5px;
  line-height: 110%;
}

.np_title {
text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
}

.np_author {
font-size: 9px;
  text-transform: uppercase;
}

.footer_wrapper {
background-image: url(/images/footer.png);
  height: 295px;
  margin: auto;
  width: 1280px;
  background-size: 100%;
  border-left: 10px solid var(--container-background);;
  border-right: 10px solid var(--container-background);;
  border-bottom: 10px solid var(--container-background);;
}

.theme {
float: right;
  width: 150px;
  margin-top: -4px;
}

.footer_info {
color: var(--body-background);
  font-size: 9px;
  text-transform: uppercase;
  width: 800px;
  padding-top: 250px;
  padding-left: 30px;
}

.stats_whosonline {
font-size: 10px;
  text-transform: uppercase;
  height: 100px;
  overflow: auto;
	text-align:justify;
	line-height:170%;
	scrollbar-width: none;
}

.stats_wnew {
}

.new_box1 {
overflow: auto;
  height: 100px;
  padding-right: 5px;
scrollbar-width: none;}

.stats_away {
font-size: 10px;
  text-transform: uppercase;
  height: 150px;
  overflow: auto;
  text-align: justify;
  line-height: 170%;
}

.stats_gossip {
font-size: 12px;
  text-align: justify;
  line-height: 170%;
  overflow: auto;
  height: 100px;
  padding-right: 5px;
		scrollbar-width: none;
}

.stats_online {
font-size: 10px;
  text-transform: uppercase;
  height: 150px;
  overflow: auto;
		text-align:justify;
	line-height:170%;
}

.stats_wrapper {
display: flex;
  flex-wrap: wrap;
  gap: 90px;
  background: var(--light);
  padding: 20px;
  box-sizing: border-box;
  margin-top: -10px;
	height: 330px;
}

.stats_box {
width: 28.2%;
	position:relative;
}

.stats_inplayquote {
margin-top: 15px;
  border: 10px solid var(--container-background);
  padding: 20px;
  text-align: center;
  margin-bottom: -20px;
}

.user_new {
font-family: Playfair Display;
  font-size: 21px;
}

.stats_ue1 {
text-align: center;
  font-family: Tahoma;
  font-size: 10px;
  font-weight: normal;
	width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.stats_new {
height: 170px;
  background-color: var(--body-background);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  margin-bottom: 5px;
  position: relative;
  top: -20px;
  background-image: var(--texture);
}

.stats_ue {
text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: bold;
  width: 100%;
  font-family: Playfair display;
}