h3 {
  font-size: 20px;
}
.oneTag {
  margin-left: 12px;
}
.hiddenTag {
  font-style: italic;
}
#play-button {
  float: left;
  margin-bottom: 10px;
}
#play-button img {
  width: 100px;
  height: 100px;
}
.buyTable {
  margin: 10px 0 0 20px;
}
.buyTable > div {
  margin: 10px 20px 0px 0;
}
.buyTable > div div.iGet {
  display: none;
  font-size: 80%;
}
#song-maillist {
  display: none;
}
#main {
  margin-right: 210px;
}
#sidebar {
  width: 190px;
  float: right;
  text-align: center;
  font-size: 80%;
}
.youtube {
  /*
      position: relative;
      padding: 30px 0 56.25% 0;
      height: 0;
      overflow: hidden;
      iframe, object, embed {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
      }
      */
}
@media screen and (max-width: 910px) {
  #sidebar {
    display: none;
  }
  #main {
    margin-right: 0;
  }
}
#attributionDialog {
  display: none;
}
#attributionDialog textarea {
  background-color: #f3f3f3;
}
