/* *****************************************************************************
 * Filename: gtrchds.css
 * Owner: Alvin McGovern
 * Author: Alvin Orzechowski, MyFirstWebPage.net
 * Date: Sat Jun 06 2020
 * Revised: Mon Jul 27 2020
 * ****************************************************************************** */ 
 
/* -----------------------------------------------------------------------------
 * Ids
 * ----------------------------------------------------------------------------- */

#gtrchdsList {
  margin-right: auto; margin-left: auto;
} 

#gtrchdsList, .gtrchdsList, .mono {
  font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
} 

/* -----------------------------------------------------------------------------
 * Classes
 * ----------------------------------------------------------------------------- */

.centerList {
  margin-right: auto; margin-left: auto;
}

.displayChords {
  border-spacing: 0.25em;
}
 
.thNormal {
  text-align: center;
  font-size: 1.5em;
}
 
.thLarge {
  text-align: center; 
  font-size: 2em;
}
 
.thLarger {
  text-align: center; 
  font-size: 2.5em;
}
 
.thLargest {
  text-align: center; 
  font-size: 5em;
}
 
.chdNormal {
  max-width: 5em;
}
 
.chdLarge {
  max-width: 6em;
}
 
.chdLarger {
  max-width: 7em;
}
 
.chdLargest {
  max-width: 8em;
}
 
.imgNormal,
.imgLarge,
.imgLarger,
.imgLargest {
  display: block; 
  max-width: 100%; 
  max-height: 100%; 
  width: auto; 
  height: auto;
}