blockquote {
  padding-left: 20px;
}

figcaption {
  text-align: center;
  font-style: italic;
  color: #214;
}

.active {
  background-color: green;
}

.revu {
   font-family: 'Judson', serif;
   font-family: 'IM Fell English SC', serif;
   color: #b11;
   font-size: 1.5em;
}

.letter {
   font-family: 'Judson', serif;
   color: #125;
   font-style: italic;
   font-size: 1.10em;
   padding-left: 30px;
   padding-right: 30px;
}    

.intro {
   font-size: 1.2em ;
}

.imgCtr {
  display: block;
  margin-top: 20px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.imgCtrMax {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 95%;
}

.imgMax {
  width: 100%
}

.txtRt {
  text-align: right;
}

.txtCtr {
  text-align: center;
}

.poemhead {
  font-size: 1.15em;
  padding-top: 15px;
  padding-left: 20px;
  font-style: italic;
}

.poem {
  padding-left: 20px;
  font-style: italic;
}

.revLogo {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

    
}

.revtable {
  border: 1px solid #888;
}

.revtable th {
  background-color: #eee;
}

.revtable td, th {
  border: 1px solid #aaa;
  text-align: center;
  padding: 8px;
  line-height: 0.9em;
}

.revtable tr:nth-child(odd) {
  background-color: #f8f8f8;
}

h5 {
  margin-top: 15px;
}

p {
  margin-top: 5px;
  margin-bottom: 5px;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: green; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.drCap {
  float: left;
  width: 0.75em;
  font-family: Times, serif;
  font-size: 550%;
  line-height: 75%;
}