blockquote {
  font-style: italic
}

/* Headers */
h1{
  font-size: 20pt;
  font-weight: bold;
}

h2{
  font-size: 18pt;
  font-weight: bold;
}

h3,h4,h5,h6{
  font-size: 14pt;
  font-weight: bold;
}

#figcap{
    font-size:100%;
    color:#717D7E;
    text-align: center;
}

#fig {
  width: 80%;
}

#tabcap{
    font-size:100%;
    color:#717D7E;
    text-align: center;
}

#footer{
    position:fixed;
    height:30px;
    bottom:0;
    left:0;
    right:15px;
    text-align: right;
    background-color:white;
    margin-bottom:0;
}

#KeySources{
    font-size:150%;
    color:#717D7E;
}

#box {
  text-align: center;
  float: center;
  width:60%;
  z-index:-10;
  border: solid;
  border-width: 1px;
  overflow:auto;
  padding:10px;
  border-radius: 5px;
  background-color: #F0F0F0;
}

#left {
  left:-8.33%;
  text-align: left;
  float: left;
  width:70%;
  z-index:-10;
}

#right {
  left:31.25%;
  top: 75px;
  float: right;
  text-align: left;
  z-index:-10;
  border: solid;
  border-width: 1px;
  height:400px;
  width:30%;
  overflow:auto;
  padding:10px;
}

/* body { */
  /* background-image: url("https://www.worldatlas.com/r/w728-h425-c728x425/upload/ba/cf/9a/shutterstock-555595231.jpg"); //The image is 842 x 508 */
  /* background-attachment:fixed; */
  /* background-position: top center; */
  /* background-repeat: no-repeat; */
/* } */
