
.profile2-wr {
	background: #00000080;
	width: 1000px;
	color: #E0F2F7;
	margin: auto;
	padding: 10px;
	box-sizing: border-box;
	
	font-family: "tahoma";
	font-size: 14px;
}

.profile2-wr_user {
	background: #00000080;
	padding: 20px;
	margin-bottom: 5px;
}

.profile2-wr_username {
	text-transform: uppercase;
	
	font-size: 13px;
	font-weight: bold;
}

.profile2-wr_quote {
  font-style: italic;
}

.profile2-wr_quote:before {
  content: "»";
  font-weight: bold;
}

.profile2-wr_flex {
  display: flex;
  justify-content: space-between;
}

.profile2-wr_left {
	background: #33006680;
	margin-right: 5px;
}

.profile2-wr_avatar {
	background: #33006680;
	margin-bottom: 10px;
}

.profile2-wr_icon {
	background: #00000080;
	margin-bottom: 10px;
}

.profile2-wr_nick {
	background: #00000080;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
	
	font-size: 20px;
}

.profile2-wr_away {
	background: #00000080;
	margin: 5px;
	padding: 10px;
}

.profile2-wr_middle {
  width: 400px;
}

.profile2-wr_character {
	background: #00000080;
	padding: 10px;
}

.profile2-wr_title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}

.profile2-wr_character-content {
	background: #33006680;
	height: 200px;
	text-align: justify;
	overflow: auto;
	padding: 5px;
}

.profile2-wr_mod {
	background: #33006680;
	padding: 5px;
	text-align: center;
	margin-bottom: 5px;
}

.profile2-wr_signature {
	background: #00000080;
	text-align: center;
}

.profile2-wr_right {
	background: #33006680;
	width: 300px;
	margin-left: 5px;
	padding: 10px;
}

.profile2-wr_description {
}

.profile2-wr_description-content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 200px;
  margin-bottom: 10px;
  overflow: auto;
}

.profile2-wr_description-box {
	background: #00000080;
	padding: 5px 10px;
}

.profile2-wr_stats {
}

.profile2-wr_stats-content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 240px;
  margin-bottom: 10px;
  overflow: auto;
}

.profile2-wr_stats-box {
	background: #00000080;
	padding: 5px 10px;
}

