/* -*- coding: utf-8 -*- */

.tos-page-container {
  font-size: 16px;
  max-width: var(--moderate-width);
}

.tos-page-container a {
  color: #0000EE;
}

.tos-page-container ul,
.tos-page-container ol {
  margin: 0;
  padding: 0 0 0 20px;
}

.tos-page-container ul {
  list-style-type: disc;
}

.tos-page-container .main-body > ol.legal-list {
  list-style-type: upper-roman;
}

.tos-page-container .main-body > ol.legal-list > li {
  font-weight: 700;
  margin-top: 3em;
  margin-bottom: 3em;
}

.tos-page-container .main-body > .legal-list > li * {
  font-weight: 400;
}

.tos-page-container .main-body > ol.legal-list > li > ol {
  list-style-type: decimal;
}

.tos-page-container .main-body > ol.legal-list > li > ol > li > ol {
  list-style-type: lower-latin;
}

.tos-page-container .main-body > ol.legal-list > li > ul > li > ul {
  list-style-type: circle;
}

.tos-page-container .main-title {
  font-weight: 600;
}

.tos-page-container .date-stamps {
  margin-bottom: 3em;
  margin-top: 3em;
}

.tos-page-container .main-header .paragraph {
  margin-top: 1.5em;
}
