/* Elements
--------------------------------------------- */
ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

html {
  scroll-padding-top: 140px;
}
@media screen and (max-width: 781px) {
  html {
    scroll-padding-top: 100px;
  }
}

.entry-content p {
  font-size: 0.875rem;
  line-height: 1.2142857143;
}

table.has-fixed-layout td:first-of-type {
  width: 25%;
}
table.has-fixed-layout td:nth-of-type(2) {
  width: 75%;
}

/*# sourceMappingURL=material-data-terms-of-use.css.map */
