@import url('https://fonts.googleapis.com/css?family=Lato|Lato:bold');
:root {
  --shiraz: #660032;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0; 
}
body,h2,p,fieldset,form,div,select {
  font-family: Arial,sans-serif;
  font-size: 10pt;
  color: black;
  background: white;
}
p {
  margin: 2px;
}
p.spacious {
  line-height: 150%;
}
fieldset {
  margin: 2px;
  padding: 2px;
  border-radius:5px 5px;
  border:1px solid grey;
}
li.plain {
  list-style-type: none;
}
.lato {
  font-family: 'Lato';
}
.bold {
  font-style: bold;
}
.big-size {
  font-size: 150%;
}
.huge-size {
  font-size: 300%;
}
.shiraz-color {
  color: var(--shiraz);
}
.shiraz-img {
  color: var(--shiraz);
  border: 1px solid #ccc;
  padding: 5px;
}
.width-900px {
  width: 900px;
  overflow: auto;
}
.tooltip {
  cursor: help; 
  text-decoration: none;
  position: relative;
}
.tooltip span {
  font-size: 10pt;
  margin-left: -999em;
  position: absolute;
}
.tooltip:hover span {
  border-radius:5px 5px;
  position:absolute; left: 1em; top: 2em; z-index: 99;
  margin-left:0;
  width:250px;
}
.yellow_tip { 
  padding: 0.5em 0.5em;
  background: #F9F7A4;
  border: 1px solid grey;
}
img.bordered {
  border:5px solid;
  align: center;
  horizontal-align: center;
  padding: 5px;
}
#heading {
  display:inline;
}
#body-content {
  margin: 10px 15px;
  padding: 7px;
  background: #fff;
}
#fineprint {
  font-size:80%;
  font-style:italic;
  color: red;
}
.fineprint {
  font-size:80%;
  font-style:italic;
  color: red;
}
.tinyprint {
  font-size:50%;
}
