/*backgrounds*/
.bgblack {
  background-color: black;
}

.bg00 {
  background-color: white;
  box-shadow: 0px 00px 10px black;
}

.bg01 {
  background-image: url(../img/bg/04.jpg);
}

/*page content*/
.pgcontain {
  width: 435px;
  margin: auto;
}

body {
  margin: 0;
  padding: 0;
}

.ytchannel {
  width: 435px;
  border-radius: 10px;
  background-image: linear-gradient(#434443, #242424);
  margin: 10 auto;
  display: flex;
  align-items: center;
}

.ytchannel img {
  padding: 10px;
  width: 55;
  border-radius: 15px;
}

.ytchannel p {
  text-indent: 0;
  color: white;
  font-size: 30;
  text-shadow: 0px 2px 0px black;
  padding-left: 10;
}

.subscribe {
  margin: 0 0 0 auto;
  padding-right: 10;
}

.contain {
  border: double 3px #ed1c46;
  padding: 8px;
  background-color: rgb(0, 0, 0, 0.4);
}

.rawmusicplayer {
  margin: 10;
  justify-content: center;
}

/*text formats*/
p {
  margin: 0;
  font-family: sans-serif;
  font-size: 16px;
  color: black;
  text-indent: 40px;
  text-align: justify;
}

ul {
  margin: 0;
  font-family: sans-serif;
  font-size: 16px;
  color:#ed1c46;
  text-align: justify;
}

li {
  margin-bottom: 20px;
  margin-left: -20px;
}

table {
  border: 10px;
	text-align: left;
}

th {
  margin: 0;
  font-family: sans-serif;
  font-size: 16px;
  color: black;
  text-align: justify;
  background-color: #ed1c46;
}

td {
  margin: 0;
  font-family: sans-serif;
  font-size: 16px;
  color: darkgrey;
  text-align: justify;
}

a {
  color: blue;
  text-decoration: none;
}

a:hover {
  font-style: normal;
  text-decoration: underline;
}

.redhighlight {
  font-family: sans-serif;
  background-color:darkred;
  color: black;
  font-weight: bold;
}

.title1 {
  text-indent: 0px;
  color: black;
  font-size: 50px;
  font-family: sans-serif;
  font-weight: bolder;
  text-align: justify;
  text-align-last: justify;
  background-color: #ed1c46;
}

.title2 {
  color: black;
  font-size: 18px;
  font-family: sans-serif;
  font-weight: bolder;
  text-align: right;
  background-color: #ed1c46;
}

.header1 {
  text-indent: 0px;
  color: black;
  font-weight: bold;
  font-size: 40px;
  background-color: #ed1c46;
}

.header2 {
  text-indent: 0px;
  color: #ed1c46;
  font-weight: bold;
  font-size: 24px;
}

.header3 {
  text-align: center;
  color: #ed1c46;
  text-indent: 0px;
  font-weight: bold;
  font-size: 36px;
  text-decoration: underline;
}

.subheader1 {
  text-indent: 0px;
  color: #ed1c46;
  font-weight: bold;
  font-size: 16px;
}

.subheader2 {
  text-indent: 0px;
  text-align: center;
  color: #ed1c46;
  font-weight: bold;
  font-size: 16px;
}

.subheader3 {
  text-indent: 0px;
  text-align: right;
  color: #ed1c46;
  font-weight: bold;
  font-size: 16px;
}

.playertitle {
  box-shadow: 0px 1px 2px #434443;
  border-radius: 5px;
  padding: 15px;
}

.playerbutton {
  color: rgb(90, 90, 90);
  background-color: white;
  border: 1px solid rgb(90, 90, 90);
  font-family: monospace;
  font-weight: bold;
  width: 150;
  margin: 10 0;
}

.playerbutton:hover {
  color: white;
  border: 1px solid rgb(90, 90, 90);
  background-color: rgb(90, 90, 90);
}

.playerbutton:active {
  color: white;
  border: 1px solid white;
  background-color: none;
}

.playerbuttonhead {
  text-indent: 0;
  color: inherit;
  text-align: center;
  font-family: monospace;
  font-size: 36;
}

.playerbuttonleft {
  text-indent: 0;
  color: inherit;
  text-align: right;
  font-family: serif;
  padding-top: 7;
  padding-right: 7px;
  margin-bottom: 4;
  border-top: 1px solid black;
  font-style: italic;
}

.playerbuttonright {
  text-indent: 0;
  color: inherit;
  text-align: left;
  font-family: serif;
  padding-top: 7;
  padding-left: 7px;
  margin-bottom: 4;
  font-style: italic;
}

.imgfloatleft {
  border: double 1px #ed1c46;
  padding: 1px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.conceptart {
  border: 1px solid #ed1c46;
  margin: 2;
}

.conceptart:hover {
  border: 1px solid white;
}