html {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  font-size: 16px;
}

body {
  color: #4a4a4a;
  margin: 8px;
  font-size: 1em;
  font-weight: 400;
}

header {
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
}

main {
  width: 100%;
  display: flex;
  flex-direction: column;
}

a {
  color: #3273dc;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: #000;
}

button {
  color: #fff;
  background-color: #3298dc;
  border-color: transparent;
  cursor: pointer;
  text-align: center;
}

button:hover {
  background-color: #2793da;
  flex: none;
}

.spacer {
  flex: auto;
}

.small {
  font-size: 0.75rem;
}

footer {
  margin-top: 16px;
  display: flex;
  align-items: center;
}

.header-label {
  margin-right: 4px;
}

.benchmark-set {
  margin: 8px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.benchmark-title {
  font-size: 3rem;
  font-weight: 600;
  word-break: break-word;
  text-align: center;
}

.benchmark-graphs {
  display: grid;
  /* flex-direction: row; */
  /* justify-content: space-around; */
  /* align-items: center; */
  /* flex-wrap: wrap; */
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 400px;
  width: 80%;
}

@media (max-width: 600px) {
  .benchmark-graphs {
    grid-template-columns: 100%;
  }
}

/* .benchmark-chart { */
/*   max-width: 550px; */
/*   max-height: 600px; */
/* } */

a.button {
    padding: 1px 6px;
    border: 1px outset buttonborder;
    border-radius: 3px;
    color: buttontext;
    background-color: buttonface;
    text-decoration: none;
}
