body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  background: #f7f7f7;
  word-wrap: break-word;
  margin: 20px;
}

header {
  margin-bottom: 10px;
}

h1 {
  color: #4184bf;
  font-size: 2rem;
  line-height: 1;
}

h2 {
  color: #4184bf;
  font-size: 1.8rem;
  line-height: 1;
  padding-top: 30px;

}
.fundsxml-table {
  background-color: #595959;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

footer {
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
}

footer .container {
  color: #fff;
  background: #595959;
}
footer a {
  color: #fff;
}

.blockquote {
  font-size: 1rem;
}

.blockquote-footer a {
  color: #595959;

}
