#header {
    background: #373b37;
    font-family: monospace;
    border-bottom: 1px solid #fff;
    color: #fff;
}
#hSub {
    background: #353736;
    font-family: monospace;
    color: #fff;
}
body {
    background: #272727;
    color: #fff;
    font-family: monospace;
}
.boxHead {
    background: #535959;
}
.boxInfo {
    border: 1px solid #fff;
    background: #222;
}
.player {
    padding: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #232222;
    color: #ffffff;
    width: calc(100% - 10px);
    border: 1px solid #ffffff;
}
.url {
    border: solid 2px #5a6f64;
    color: #fff;
}
.extended {
    border: 1px solid #ffffff;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 15px;
}
a {
    color: #ffffffc9;
    transition: color 0.5s;
}
a:hover {
    color: #fff;
}
.rightHead {
    background: #222;
    color: #fff;
}
h4 {
    color: #e3e3e3;
    margin-bottom: 0px;
}
.tableLeft {
    background: #393d3a;
}
.tableRight {
    background: #444;
}
textarea, textarea:focus {
    outline: none;
    border: 1px solid #000000;
    background: #111;
    color: white;
}
.boxButton {
    color: #ffffffc9;
}
element.style {
    color: #fff;
    text-decoration: none;
}
.blog {
background-color: #5a6f64;
}
.fwiendCount {
    color: #98b9a4;
}
button {
  background-color: #222;
  border: none;
  color: white;
  padding: 6px 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: monospace;
}
input {
  background-color: #222;
  border: none;
  color: white;
  padding: 6px 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: monospace;
}