iframe {
    display:none !important;
}

.background {
  background-repeat : no-repeat;
  background-attachment: fixed;
  background-size : cover;
  background-position: center center;
}

.eas_trans {
  transition: all 1s ease-in-out;
}

.lin_trans {
  transition: all .5s linear;
}

.test {
  border: 1px solid black;
}

.header {
  z-index: 10;
  position: absolute;
  right: 0;
  left: 0;
  padding: 1rem;
}

.header_container {
  visibility: hidden;
  margin-bottom: 10px;
}

/*
.header_row:hover {
  background-image: url(https://66.media.tumblr.com/6ae0d920f476da667718493130a9b803/tumblr_pil1zm74AR1w2ihx6o1_500.png);
}
*/


.content_container {
  position: absolute;
  width: 420px;
  height: 430px;
  
  top: 43%;
  left: 50%;
  margin-left: -210px;
  margin-top: -205px;
}

.footer {
  z-index: 20;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 1rem;
  text-align: center;
}

.footer_container {
  margin-top: 10px;
}

/*
.footer_row:hover {
  background-image: url(https://66.media.tumblr.com/6ae0d920f476da667718493130a9b803/tumblr_pil1zm74AR1w2ihx6o1_500.png);
}
*/


table {
  width: 100%;
  white-space:nowrap;
}

table td:last-child {
    width: 100%;
}

.arrow_container {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;

  box-shadow: 0px 0px 13px rgba(0,0,0,.3),inset 0 1px 0px rgba(255,255,255,.2);
}

.seeker_container {
  padding-top: 25px;
  padding-bottom: 25px;
  transition: all .2s ease-in-out;
}

.margin_cell {
  width: 25%;
}

.seeker_margin_cell {
  width: 25%;
}

.center_cell {
  text-align: center;
}

.container {
    border: 0px solid black;
    position: absolute;
    width: 427px;
    height: 70px;
 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
 
    -webkit-box-shadow: 0px 0px 13px rgba(0,0,0,.3),inset 0 1px 0px rgba(255,255,255,.2);
    -moz-box-shadow: 0px 0px 13px rgba(0,0,0,.3),inset 0 1px 0px rgba(255,255,255,.2);
    box-shadow: 0px 0px 13px rgba(0,0,0,.3),inset 0 1px 0px rgba(255,255,255,.2);
    top: 50%;
    left: 50%;
    margin: -214px 0px 0px -214px;
    padding: 10px;
 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.cover {
    opacity: 0;
    width: 300px;
    height: 310px;
    border: 2px solid black;
 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
 
    -webkit-box-shadow: inset 0px 5px 5px rgba(0,0,0,1);
    -moz-box-shadow: inset 0px 5px 5px rgba(0,0,0,1);
    box-shadow: inset 0px 5px 5px rgba(0,0,0,1);
}

.cover_art {
  width: 420px;
  height: 430px;
  opacity: .75;
  transition: all .2s ease-in-out;
}

.cover_art:hover {
  opacity: 1;
  transform: scale(1.05); 
}

.cover_art:active {
  opacity: 1;
  transform: scale(1.00); 
}
 
input[type="range"] {
    width: 250px;
    margin-top: 0px;
    opacity: .90;
}

input[type="range"] {
    -webkit-appearance: none;
    border: 1px outset pink;
    /*
    position: absolute;
    top: 50%;
    display: block;
    */
    width: 500px;
    margin-left: -40px;
    height: 5px;
 
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #000000;
    
}

input[type="range"]:focus {
    outline: none;
}
 
input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px outset pink;

    border-radius: 2px;
    transform: rotate(45deg);
    background: #000000;
}

input::-webkit-slider-thumb:hover {
  transition: all .2s ease-in-out;
  transform: scale(1.5) rotate(45deg);
}

input::-webkit-slider-thumb:active {
  transition: all .2s ease-in-out;
  transform: scale(1.5) rotate(45deg);
}

#autoplay_cell {
  padding-left: 10px;
  font-family: 'nonstop_italicregular', sans-serif;
  transition: all .2s ease-in-out;
}

#autoplay {
  width:200px;
  position:absolute;
  top:115%;
  left:25%;
  transition: all .2s ease-in-out;
  outline: none;
  opacity: 0.75;
}


#autoplay:hover {
  transform: scale(1.30); 
  opacity: 1;
}

#autoplay:active {
  transform: scale(1.00); 
}

.opt_out {
  color: gray;
}

.arrow {
  border: inset black;
  border-width: 0 15px 15px 0;
  display: inline-block;
  padding: 5px;
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#note_to_pujun {
    color: white;
    text-align: center;
    min-width:  420px;
    transition: all .2s ease-in-out;
    font-family: 'Oswald', sans-serif;
    font-size: medium;
}