body {
  background-color: #222222;
  text-align: center;
  font-size: 20px;
  margin: 15px;
  color: #FFFFFF;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: #FFFFFF;
  text-decoration: underline;
}

hr {
  margin-top: 0px;
  color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
}

a:visited {
  color: #FFFFFF;
  text-decoration: underline;
}

a:hover {
  color: #DDDDDD;
  text-decoration: none;
  cursor: pointer;
}

ul li {
  padding: 0;
  margin: 0;
  text-align: left;
}

.button {
  height: 25px;
  width: auto;
  color: #FFF;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  vertical-align: middle;
  border-width: thin;
  border-style: solid;
  border-color: rgba(204, 204, 204, 0.5);
  margin-top: 10px;
  margin-left: 5px;
  z-index: 10;
  background: rgba(50, 50, 50, 0.5);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px 30px;
}

.button:hover {
  border-color: rgba(255, 255, 255, 1);
  background: rgba(50, 50, 50, 1);
  cursor: pointer;
}

.button:focus {
  border-color: rgba(0, 255, 0, 0.3);
  background: rgba(50, 50, 50, 1.0);
}

.button:active {
  border-color: rgba(0, 255, 0, 0.3);
  background: rgba(50, 50, 50, 1.0);
}

.starbutton {
  height: 25px;
  width: auto;
  color: #FFF;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  vertical-align: middle;
  border-width: thin;
  border-style: solid;
  border-color: rgba(204, 204, 204, 0.5);
  margin-top: 10px;
  margin-left: 1px;
  z-index: 10;
  background: rgba(50, 50, 50, 0.5);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px 30px;
}

.starbutton:hover {
  border-color: rgba(255, 215, 0, 1);
  background: rgba(50, 50, 50, 1.0);
  cursor: pointer;
}

.starbuttonset {
  height: 25px;
  width: auto;
  color: #ffd700;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  vertical-align: middle;
  border-width: thin;
  border-style: solid;
  border-color: rgba(255, 215, 0, 1);
  background: rgba(50, 50, 50, 1.0);
  margin-top: 10px;
  margin-left: 1px;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px 30px;
  display: inline;
}

.starbuttonset:hover {
  cursor: pointer;
  border-color: rgba(204, 204, 204, 0.5);
}

.gold0 {
  border-color: rgba(255, 215, 0, 1);
}

.gold1 {
  border-color: rgba(255, 215, 0, 0.9);
}

.gold2 {
  border-color: rgba(255, 215, 0, 0.8);
}

.gold3 {
  border-color: rgba(255, 215, 0, 0.7);
}

.gold4 {
  border-color: rgba(255, 215, 0, 0.6);
}

.gold5 {
  border-color: rgba(255, 215, 0, 0.5);
}

.gold6 {
  border-color: rgba(255, 215, 0, 0.4);
}

.gold7 {
  border-color: rgba(255, 215, 0, 0.4);
}


.modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content-video {
  background-color: #222222;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  border: 3px solid #999999;
  padding: 0px;
}

@media screen and (orientation:portrait) {
  .modal-content-video {
    width: 97%;
  }

}

@media screen and (orientation:landscape) {
  .modal-content-video {
    height: 97%;
  }
}

.modal-content-sound {
  background-color: #222222;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  border: 3px solid #999999;
}


.close {
  margin: 0px;
  color: #aaa;
  float: left;
  font-size: 32px;
  font-weight: bold;
  border: 3px solid #999999;
}

.close:hover,
.close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.soundboardheader {
  background-color: #222222;
}

#videotag {
  margin: 0px;

}

@media screen and (orientation:portrait) {
  #videotag {
    width: 95%;
  }

}

@media screen and (orientation:landscape) {
  #videotag {
    height: 100%;
  }
}

table, th, td {
  border: 1px solid white;
}
