body {
  text-align: center;
  font-family: 'Tenor Sans', sans-serif;
  font-size:1.25em;
  line-height: 1.5em;  margin: 1em;
  background-color: #e7c8d5;
  color: #132b00;
  margin: 0em 5em;
}

h1{
  font-family: 'Archivo Black', sans-serif;
  font-size: 2.4em;
  line-height: 1.5em;
}

h2{
  font-size: 1.25em;
}

h3, h4{
  font-size: 1.2em;
}

h5 {
  font-size: 1em;
}

table{
  width: 100%;
  background
}

table th{
  background-color: #132b00;
  color: #f6f6f6;
}

table td{
  /*background-color: #f6f6f6;*/
  vertical-align: top;
}

table tr:nth-child(2n+1){
  background-color: #dddddd;
}

table th, td{
  padding: 1em
}

div.tooltip {	
    position: absolute;	
    padding: 1.5em;			
    background: darkgray;	
    border: 0px;		
    border-radius: 8px;	
    pointer-events: none;	
}

.content{
  padding: 1em 2em;
  background-color: #f6f6f6;
}

.left {
  text-align: left;
}

.center{
  text-align: center;
}

.artist{
  width: 33.333%;
  display: block;
}

.artist div {
  font: 10px sans-serif;
  background-color: steelblue;
  text-align: right;
  padding: 3px;
  margin: 1px;
  color: white;
}