/******************* SCROLLBARS *******************/

.profile2-wr::-webkit-scrollbar {
width:6px;
}

.profile2-wr::-webkit-scrollbar-track-piece {
background-color:#14242d;
}

.profile2-wr::-webkit-scrollbar-thumb:vertical {
height:10px;
background-color:#b3b3b3;
}

.profile2-wr_character-content::-webkit-scrollbar {
width:6px;
}

.profile2-wr_character-content::-webkit-scrollbar-track-piece {
background-color:#14242d;
}

.profile2-wr_character-content::-webkit-scrollbar-thumb:vertical {
height:10px;
background-color:#b3b3b3;
}

.profile2-wr {
  margin: auto;
  width: 900px;
  box-sizing: border-box;
  color: #b3b3b3;
  font-family: "Roboto";
  font-size: 13px;
}

.profile2-wr_user {
  padding: 20px;
  background: #436587;
  margin-bottom: 5px;
}

.profile2-wr_username {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
}

.profile2-wr_quote {
  font-style: italic;
  color: #b3b3b3;
}

.profile2-wr_quote:before {
  content: "»";
  font-weight: bold;
  color: #b3b3b3;
}

.profile2-wr_flex {
  display: flex;
  justify-content: space-between;
}

.profile2-wr_left {
  background: #14242d;
  margin-right: 5px;
}

.profile2-wr_avatar {
  margin-bottom: 10px;
}

.profile2-wr_icon {
  margin-bottom: 10px;
}

.profile2-wr_nick {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.profile2-wr_away {
  background: #436587;
  margin: 5px;
  padding: 10px;
  overflow: auto;
  width: 190px;
  height: 120px;
}

.profile2-wr_away2 {
  background: #436587;
  margin: 5px;
  overflow: auto;
  padding: 10px;
  width: 250px;
  height: 150px;
}

.profile2-wr_away3 {
  background: #436587;
  margin: 5px;
  padding: 10px;
  overflow: auto;
  text-align: justify;
  width: 550px;
  height: 400px;
}


.profile2-wr_away4 {
  background: #436587;
  margin: 5px;
  padding: 10px;
  overflow: auto;
  text-align: justify;
  width: 260px;
  height: 400px;
}

.profile2-wr_away5 {
  background: #436587;
  margin: 5px;
  padding: 10px;
  overflow: auto;
  width: 260px;
  height: 230px;
}


.profile2-wr_middle {
  width: 400px;
}

.profile2-wr_middle2 {
  width: 600px;
}

.profile2-wr_middle3 {
  width: 300px;
}

.profile2-wr_character {
  background: #14242d;
  padding: 10px;
}

.profile2-wr_title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}

.profile2-wr_character-content {
  height: 200px;
  text-align: justify;
  overflow: auto;
  padding: 5px;
}

.profile2-wr_mod {
  background: #436587;
  padding: 5px;
  text-align: center;
  margin-bottom: 5px;
}

.profile2-wr_signature {
  text-align: center;
  width: 350px;
}

.profile2-wr_right {
  width: 300px;
  margin-left: 5px;
  background: #14242d;
  padding: 10px;
}

.profile2-wr_right2 {
  width: 300px;
  margin-left: 5px;
  background: #14242d;
  padding: 1px;
}

.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-content2 {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 320px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: auto;
}

.profile2-wr_description-box {
  background: #436587;
  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: #436587;
  padding: 5px 10px;
}
		