
/*  Fonts  */
@font-face {
    font-family: 'lato_regular';
    src: url('../fonts/lato-regular.eot');
    src: url('../fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular.woff') format('woff'),
         url('../fonts/lato-regular.ttf') format('truetype'),
         url('../fonts/lato-regular.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'lato_bold';
    src: url('../fonts/lato-bold.eot');
    src: url('../fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold.woff') format('woff'),
         url('../fonts/lato-bold.ttf') format('truetype'),
         url('../fonts/lato-bold.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'avantgardelt-extralight';
    src: url('../fonts/avantgardelt-extralight.eot');
    src: url('../fonts/avantgardelt-extralight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avantgardelt-extralight.woff') format('woff'),
         url('../fonts/avantgardelt-extralight.ttf') format('truetype'),
         url('../fonts/avantgardelt-extralight.svg#avantgardelt-extralight') format('svg');
    font-weight: normal;
    font-style: normal;

}




body, html {
  width: 700px;
  font-family: "lato_regular", arial;
}

h1, p {
  width: 100%;
  text-align: center;
}

h1 {
  margin-top: 20px;
  font-size: 1.8em;
}

#summary {
  border: 1px solid black;
  padding: 10px 0px;
  width: 100%;
  text-align: center;
}

#summary p {
  padding: 0;
  margin: 0;
  line-height: 1.9em;
}

#summary p:first-child {
  margin-bottom: 10px;
}

#summary strong {
  font-family: "lato_bold", arial;
  font-weight: normal;
  font-size: 1.5em;
}


#please_wait {
  margin-top: 80px;
  font-family: "lato_bold", arial;
  font-weight: normal;
  font-size: 1.5em;
  color: #ffd6cc;
}



div.charts {
  margin-top: 15px;
}



p#print {
  text-align: right;
  font-size: 0.8em;
  margin-top: 25px;
}
p#print a {
  text-decoration: none;
  color: black;
}
p#print img {
  vertical-align: text-bottom;
}
