body {
  font-family: arial, sans-serif;
  font-size: 10px;
  /* font-family: "Sofia Pro", sans-serif; // http://www.buffalo.edu/brand/creative/typography/families/sofia-pro.html */
  /* font-size: 10px; // http://www.buffalo.edu/brand/creative/typography/families/sofia-pro.html */
}

h1 {
  color: #666;
  font-family: arial;
  font-size: 3em;
  line-height: 1em;
}

h2 {
  color: #666;
  font-family: arial, sans-serif;
  font-size: 2em;
  line-height: 1em;
}

h3 {
  color: #666;
  /* font-family: "Trebuchet MS", Helvetica, sans-serif; /* See: http://www.buffalo.edu/toolbox/brand/visual-identity/official-fonts.html */
  font-family: sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 0px;
  margin-bottom: 0px;
}

h4 {
  font-family: "Trebuchet MS", Helvetica, sans-serif; /* See: http://www.buffalo.edu/toolbox/brand/visual-identity/official-fonts.html */
}

h5 {

}

#caption_div {
  background-color: #F0F0F0;
  color: #666;
  font-style: italic;
  margin: 10px 0 10px 0;
  padding: 10px;
}

#chart_div {
  display: block;
  height: 500px;
  width: 900px;
  max-width: 100%;
}

#downloads {
  margin: 0px 0px 10px 0px;
}

#header {
  margin: 30px 0 30px 0;
  text-align: center;
  width: 100%;
}

#notes {
  margin: 0px 0px 10px 0px;
}

.form-check-label {
  padding: 5px;
  vertical-align: text-top;
}

img {
  height: auto;
  max-width: 100%;
}

input[type=button] {
  border:0;
  background:#666;
  color:#fff;
  border-radius:100px;
  font:500 14px Sofia,Arial,sans-serif;
  padding:4px 15px 6px;
  cursor:pointer;
}

input[type=reset] {
  border:0;
  background:#666;
  color:#fff;
  border-radius:100px;
  font:500 14px Sofia,Arial,sans-serif;
  padding:4px 15px 6px;
  cursor:pointer;
}

input[type=submit] {
  border:0;
  background:#666;
  color:#fff;
  border-radius:100px;
  font:500 14px Sofia,Arial,sans-serif;
  padding:4px 15px 6px;
  cursor:pointer;
}

label {
  font-family: "Sofia Pro", sans-serif; /* See: http://www.buffalo.edu/toolbox/brand/visual-identity/official-fonts.html */
}
