html {
  font-family: Roboto, "Open Sans", sans-serif;
  font-size: 14px;
  height: 100%;
  background-color: #eee;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: rgba(0, 0, 0, 0.87);
}

h1 {
  font-size: 2rem;
  line-height: 1.1;
  margin: 0 0 0.75rem 0;
  font-weight: 500;
}

h2 {
  font-size: 1.75rem;
  line-height: 1.1;
  margin: 0 0 0.5rem 0;
  font-weight: 500;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.1;
  margin: 0 0 0.5rem 0;
  font-weight: 500;
}

h4 {
  font-size: 1.3rem;
  line-height: 1.1;
  margin: 0 0 0.5rem 0;
  font-weight: 500;
}

h5 {
  font-size: 1.15rem;
  line-height: 1.1;
  margin: 0 0 0.5rem 0;
  font-weight: 500;
}

h6 {
  font-size: 1rem;
  line-height: 1.1;
  margin: 0 0 0.5rem 0;
  font-weight: 500;
}

p {
  margin: 0 0 1rem 0;
}

a {
  text-decoration: none;
  color: #0275d8;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin: 0 0 1rem 0;
}

ol {
  margin: 0 0 1rem 0;
}

th {
  font-weight: 500;
}

text {
  fill: currentColor;
  stroke: none;
}

table {
  font-size: inherit;
}

@media screen and (min-width: 700px) {
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: rgba(0, 0, 0, 0.05);
  }
  ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
  }
  ::-webkit-scrollbar-thumb:vertical {
    background-color: rgba(0, 0, 0, 0.07);
  }
  ::-webkit-scrollbar-thumb:vertical:hover {
    background-color: rgba(0, 0, 0, 0.12);
  }
  ::-webkit-scrollbar-thumb:horizontal {
    background-color: rgba(0, 0, 0, 0.07);
  }
  ::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: rgba(0, 0, 0, 0.12);
  }
  ::-webkit-scrollbar-corner {
    background-color: rgba(0, 0, 0, 0.02);
  }
}