/* I know what you came for, just go ahead and grab whatever you want, I don't care. */

@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap');

body {
  font-family: 'Source Code Pro', monospace;
  color: #1c2cd9;
  background-color: #15161c;
}

div#header {
  background-color: #15161c;
  border-bottom: 5px solid #15161c;
}

div#hSub {
  background-color: #15161c;
  border: none;
}

div#hSub#text {
  display: none !imporant;
}

div.extended.box {
  border: none;
}

div.topLeft {
  padding-right: 8px;
}

td.shortRight {
  color: white;
}

h2#name.uName {
  font-size: 40px;
  text-align: center;
  color: white;
}

/* BLURBS */

div.box.blurbs div.rightHead {
  background: transparent;
  text-align: center;
  color: #e68b0b;
}

div.box.blurbs h4 {
  text-align: center;
  color: #e68b0b;
}

div.box.blurbs div#about {
  text-align: center;
}

div.box.blurbs div#who {
  text-align: center;
}

/* FRIENDSLIST */

div.box.fwiends {
  padding-top: 12px;
  border-top: 1px solid white;
}

div.box.fwiends div.rightHead {
  background: transparent;
  text-align: center;
  color: #e68b0b;
}

div.box.fwiends div.fwiendCounter {
  text-align: center;
}

div.box.fwiends span.fwiendCount {
  color: white;
}

div.box.fwiends img {
  display: none;
}

div.box.fwiends div#viewFriends {
  text-align: center;
}

/* COMMENTS */

div.box.comments div.boxHead {
  background-color: #15161c;
  text-align: center;
  color: #e68b0b;
}

div.box.comments textarea#commentInput {
  background: #282b3d;
  border: none;
  color: white;
  border-radius: 5px;
}

div.box.comments table#userWall td.tableLeft {
  background: transparent;
  text-align: center;
  font-size: 15px;
}

div.box.comments table#userWall td.tableLeft a {
  color: #e68b0b !important;
}

div.box.comments table#userWall td.tableLeft a:hover {
  color: #57e62c !important;
}

div.box.comments table#userWall td.tableLeft img {
  display: none;
}

div.box.comments table#userWall td.tableRight {
  background: transparent;
  color: white;
  font-size: 16px;
}

/* CONTACT */

div.boxInfo.box {
  border: none;
  text-align: center;
}

div.boxInfo.box div.boxHead {
  background: transparent;
  text-align: center;
}

div.boxInfo.box div#sMsg.boxButton {
  color: #e68b0b;
}

div.boxInfo.box div#report.boxButton {
  color: #e68b0b;
}

div.boxInfo.box div#add.boxButton {
  color: #e68b0b;
}

div.boxInfo.box div#block.boxButton {
  color: #e68b0b;
}

div.url.box {
  border: none;
  text-align: center;
}

div.url.box a {
  color: white; !important;
}

/* URL */

a:link {
  color: white !Important;
}

a:visited {
  color: white !important;
}

a:hover {
  color: #57e62c  !important;
}

a:active {
  color: white !important;
}

/* AUDIO */

div.player.box {
  background-color: #282b3d;
  color: #e68b0b;
  text-align: center;
}