body {
  background-color: lightgreen;
  /* Smoothly transition the background color */
  transition: background-color .5s;
}
  
.player {
 
 float: left;
 width: 100%;
 top: 0px;
 position: absolute;
  align-items: center;

  justify-content: safe left;
}
  
.details {

 /* position: absolute; */
  margin-left: auto;
  margin-right: auto;
  top: 100px;
  justify-content: center;
  margin-top: 1px;
  z-index: 3;

}
  
.track-art {
  display: none;
  margin: 1px;
  height: 10px;
  width: 100px;
  border-radius: 1%;
}
  
/* Changing the font sizes to suitable ones */
.now-playing {
  position: absolute;
  top: 110px;
  margin-left: 28%;
  font-size: 1.2rem;
 font-weight: bold;
 
}
  
.track-name {
  top: 100px;
  position: absolute;
  font-size: 3rem;
 margin-left: 35%;
 z-index: 4;

 
}
  
.track-artist {
  position: absolute;
  font-size: 1rem;
  top: 90px;
  display: none;
}
  
/* Using flex with the row direction to
   align items in a horizontal direction */
.buttons {

height: 100px;
margin: 0px;
}
  
.playpause-track{
 transition: opacity .2s;
margin-left: 35%;
margin-right: 35%;
 

}
.prev-track {
transition: opacity .2s;
float: left;
}
.next-track {
  float: right;
  transition: opacity .2s;
 
}
  
/* Change the opacity when mouse is hovered */
.playpause-track:hover,
.prev-track:hover,
.next-track:hover {
  opacity: 1.0;
}
  
/* Define the slider width so that it scales properly */
.slider_container {
  display: none;
  width: 100px;
  margin: 1px;
  padding: 1px;
  justify-content: center;
  align-items: center;
  display: none;
  
}
  
/* Modify the appearance of the slider */
.seek_slider, .volume_slider {

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 10px;
  background: black;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
  
/* Modify the appearance of the slider thumb */
.seek_slider::-webkit-slider-thumb,
.volume_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: white;
  cursor: pointer;
  border-radius: 50%;
}
  
/* Change the opacity when mouse is hovered */
.seek_slider:hover,
.volume_slider:hover {
  opacity: 1.0;
}
  
.seek_slider {
/*  top: 400px; */
  width: 50px;
  max-width: 200px;
}
  
.volume_slider {
  width: 100px;
  
}
  
.current-time,
.total-duration {
  width: 30px;
  padding: 1px;
}
  
i.fa-volume-down,
i.fa-volume-up {
  padding: 1px;
}
  
/* Change the mouse cursor to a pointer
   when hovered over */
i.fa-play-circle,
i.fa-pause-circle,
i.fa-step-forward,
i.fa-step-backward {
  cursor: pointer;
} 


*[class^="readerBody"]{
  padding-top: 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width:80%;
  background-color: white;
  position: relative;
  top: 120px;

z-index: 2;
padding: 10px;
}

.place_holder{

margin-left: auto;
margin-right: auto;
}

.version_button{
  font:2em;
  padding:.5em;
  border: none;
  color: blue;
  background: white;
}

.version_button:hover{
  font:2em;
  padding:.5em;
  border: none;
  color: black;
  background: yellow;
}
 
 .versetextclass{  
      font-family: 'Ariel';
      padding-bottom: .5em;
      padding-right:  .5em;
      /* max-height: 400px; */
     /* overflow-x: hidden; */
}


*[id^="greekTarget"]{
  max-height: 90px;
  overflow-x: hidden;
}
.greek_button{
    margin: 3px;
    color: blue;
    background: white;
    font-size: .75em;
   border: none;
  
  }
  .greek_button:hover{
    background: yellow;
    color: black;
    } 

.citations{

display:block;
color:blue;
font-size: 1em;
float:left;
border:3px;
border-color: black;
width:100%;
height:auto;
margin-top: 11px;  
margin-bottom: 0px;  
margin-right: 15px; 
margin-left: 0px;

}