* {
  box-sizing: border-box;
}

html {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: black;
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

mark {
  padding: 0.1rem 0.4rem;
  border-radius: 0.4rem;
  transition: background 100ms ease;
}

.l-content {
  padding: 2rem 0;
}

@media (max-width: 800px) {
  .l-content {
    padding: 1rem 0;
  }
}
.splash-grid__left {
  grid-column: 2/4;
}

code {
  font-size: 0.8em;
  background-color: #e0e0e0;
  padding: 2px;
}

h1 {
  font-size: 3rem;
  line-height: 2;
  margin: 0 0 0.5rem;
  color: black;
}

.headline {
  font-size: 4rem;
  line-height: 1.5;
}

.headline--light {
  font-weight: normal;
}

h2 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.25;
  margin: 0 0 0.5rem;
}

h3 {
  line-height: 1.25;
  margin: 0;
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
}

.section__heading {
  font-size: 2.5rem;
  line-height: 1.25;
  margin: 0 0 0.5rem;
  color: black;
}

@media (max-width: 700px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  .headline {
    font-size: 3rem;
    line-height: 1.25;
    margin-bottom: 1rem;
  }

  .section__heading {
    font-size: 2rem;
    line-height: 1.25;
    margin: 1rem 0;
  }
}
h5 {
  font-size: 1em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

a {
  transition: color 100ms, background 100ms;
}

a,
a:visited {
  font-weight: 600;
  text-decoration: none;
  color: #006b9c;
}
a.districtr-name,
a:visited.districtr-name {
  color: #fff !important;
}

a:hover,
a:active {
  color: #004464;
}

.link--no-style {
  font-weight: unset;
  color: unset;
  display: flex;
}
.link--no-style:hover, .link--no-style:active, .link--no-style:visited {
  color: unset;
}

.sepia {
  background-color: #f7f1ee;
}

.sepia a,
.sepia a:visited {
  color: #806463;
}

.sepia a:hover,
.sepia a:active {
  color: #503f3e;
}

.sepia mark {
  background: #bdaaa8;
  color: white;
}

.sepia mark:hover {
  background: #ff4f49;
}

.sepia .button,
.sepia .button:visited,
.sepia .button:hover,
.sepia .button:active {
  color: white;
}

.dark {
  background: #111;
  color: white;
}
.dark h1,
.dark h2,
.dark h3 {
  color: white;
}
.dark a,
.dark a:visited {
  color: #0099cd;
}
.dark a:active,
.dark a:hover {
  text-decoration: inherit;
  color: #006b9c;
}
.dark mark {
  background: #ff4f49;
  color: white;
}
.dark mark:hover {
  background: #e44944;
}

.technologies {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  margin: 0;
  width: 100%;
  flex-wrap: wrap;
  border-bottom: 1px solid #444;
}

.technologies__item {
  list-style: none;
  margin: 0.5rem 2rem;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  transition: all 100ms ease;
  box-shadow: 20 0 2px 8px rgba(12, 12, 12, 0.1);
}

.technologies__item:hover {
  transform: scale(1.05);
  box-shadow: 30 0 2px 8px rgba(12, 12, 12, 0.1);
}

.technologies__item a {
  padding: 1rem;
  display: block;
}

.github-logo {
  width: 64px;
  height: 64px;
  margin: 0 1rem;
  display: block;
}

.github-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.github-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
}

.lit-html-link {
  color: #f9f9f9;
  background: #ff2f2f;
  font-size: 1.75rem;
  border-radius: 0.5rem;
}

.lit-html-link a,
.lit-html-link a:visited {
  color: #f9f9f9;
}

.lit-html-link a:hover {
  color: white;
}

.mapbox-logo {
  display: block;
  margin: auto;
  width: 200px;
}

.sass-logo {
  width: 120px;
}

p {
  line-height: 1.75;
  margin: 0 0 1rem;
}

.l-major-section {
  padding-top: 1rem;
  padding-bottom: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 800px) {
  .l-major-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.landing-page {
  color: #444;
  font-size: 1.5rem;
  overflow: hidden;
  display: block;
}

.splash-text {
  z-index: 1;
  min-width: 250px;
  width: 53.3%;
  margin: 0;
  margin-left: 13.3%;
}

.details .splash-text {
  margin-left: 33.3%;
}

.takeaway {
  font-weight: 400;
  margin: 0 0 1rem;
  line-height: 1.75;
}

.districtr-name {
  background: #ff4f49;
  color: white;
  border-radius: 0.4rem;
  padding: 0.1rem 0.4rem;
  font-weight: 400;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  margin: 0;
  outline: 0;
  border: none;
}

.details {
  padding: 2rem 0;
  justify-content: right;
  min-height: 0;
}

.splash-code-details {
  justify-content: center;
  display: flex;
}

.splash-code-text {
  text-align: center;
  min-width: 250px;
  margin: 2rem 0;
  padding: 0 0.5rem;
  display: flex;
  flex-direction: column;
}

.code-title {
  width: 60%;
  font-weight: 300;
  line-height: 1.25;
  font-size: 2rem;
  margin: 1rem auto;
}

.features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-column: 2/3;
}

.splash-text p:last-child {
  margin-bottom: 0;
}

.team {
  background: #222;
  border-radius: 1rem;
  padding: 1rem 2rem;
  margin: 0 auto;
  text-align: left;
  font-size: 1.25rem;
  color: #ccc;
}

.team__title {
  text-align: center;
  font-weight: 300;
  font-size: 2rem;
}

.team-list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: top;
}

.team-list__item {
  margin: 1rem;
}

.team-members {
  padding: 0;
  margin: 0;
}

.team-member {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}

.team dt {
  font-weight: 600;
  color: white;
  line-height: 1.5;
}

.team dt::after {
  content: ":";
}

.team dd {
  margin: 0;
}

@media (max-width: 800px) {
  .hello {
    padding-top: 4rem;
    background: rgba(255, 255, 255, 0.5);
  }

  .team-list {
    justify-content: left;
  }

  .code-title {
    width: auto;
    margin: 0.5rem;
    text-align: left;
  }
}
@media (max-width: 800px) {
  .landing-page {
    font-size: 1.25rem;
  }
}
@supports (display: grid) {
  .splash-grid {
    display: grid;
    grid-template-columns: 2fr 3fr 5fr 3fr 2fr;
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .splash-text,
.details .splash-text {
    margin-left: 0;
    margin-right: 0;
  }

  .splash-text {
    width: auto;
    grid-column: 3/5;
  }

  .hello .splash-text {
    grid-column: 2/5;
    padding: 0;
  }

  .splash-code-text {
    grid-column: 2/-1;
  }

  @media (max-width: 800px) {
    .splash-grid {
      grid-template-columns: 1fr;
    }
  }
}
.u-centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.plan-thumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 1rem;
  padding: 0;
  justify-content: center;
}

.plan-thumbs__thumb {
  box-shadow: 0 4px 16px rgba(12, 12, 13, 0.1);
  margin: 0.5rem;
  transition: 100ms all ease;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: stretch;
  flex-wrap: wrap;
  min-width: 250px;
  width: 36rem;
  border: 1px solid #e0e0e0;
}

.plan-thumbs__thumb:hover,
.plan-thumbs__thumb:active {
  box-shadow: 0 1px 4px rgba(10, 10, 10, 0.5);
}

.thumb__img {
  min-height: 12rem;
  width: 12rem;
  object-fit: contain;
  align-self: center;
  border-right: 1px solid #e0e0e0;
}

@media (max-width: 36rem) {
  .thumb__img {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
  }

  .plan-thumbs__thumb {
    width: auto;
  }

  .plan-thumbs {
    align-items: stretch;
    flex-direction: column;
  }
}
.thumb__caption {
  color: #666;
  padding: 1rem;
  flex: 1;
  font-weight: normal;
  font-size: 1rem;
}

.thumb__heading {
  font-weight: bold;
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
  line-height: 1;
  color: #444;
}

.dfn-list,
.dfn-list__term,
.dfn-list__caption {
  margin: 0;
  padding: 0;
}

.dfn-list {
  font-size: 1rem;
  color: #666;
  line-height: 1.5;
  margin: 1rem 0;
}

.dfn-list__term,
.dfn-list__caption {
  display: inline;
}

.dfn-list__row {
  display: flex;
}

.dfn-list__term {
  font-weight: bold;
  margin-right: 0.5rem;
}

.dfn-list__term::after {
  content: ":";
}

.number-list,
.number-list__number,
.number-list__caption {
  margin: 0;
  padding: 0;
}

.number-list__number,
.number-list__caption {
  display: inline;
}

.number-list__number {
  font-weight: bold;
  padding: 0 0.25rem;
  margin: 0.25rem;
  background-color: #444;
  color: white;
  border-radius: 0.2rem;
}

.number-list__row {
  line-height: 2;
  vertical-align: middle;
}

.place {
  width: 100%;
  min-height: 100vh;
  left: 0;
  color: #444;
  font-size: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  justify-content: stretch;
  align-items: stretch;
  z-index: 1000;
}

.place__content {
  width: 55%;
  padding: 0 2rem;
  margin: 0 auto 2rem;
  max-width: 48rem;
}

.place__name {
  font-weight: 700;
  line-height: 2;
}

.place__map {
  width: 100%;
  height: 300px;
  height: 40vh;
  max-height: 600px;
}

.place__content p {
  margin: 0 0 1rem;
}

.place__section {
  margin: 2rem 0;
}

.place__subheading {
  border-bottom: #e44944 2px solid;
  margin: 2rem 0;
}

@media (max-width: 800px) {
  .place {
    flex-direction: column;
  }

  .place__content {
    width: 100%;
  }

  .place__map {
    width: 100%;
  }
}
.places-list-container {
  margin: 0 auto;
  width: 65%;
  max-width: 72rem;
  padding: 0;
}

.places-list {
  list-style: none;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.places-list--columns {
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.places-list__item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0.5rem 0.5rem;
  padding: 0.5rem;
  font-weight: bold;
  transition: all ease 100ms;
  border-radius: 0.5rem;
  background-color: #b445b6;
  color: white;
  cursor: pointer;
}
.places-list__item:focus {
  box-shadow: 0 1px 4px rgba(10, 10, 10, 0.5);
}
.places-list__item:hover {
  background-color: #9c2eb8;
}
.places-list__item.choice {
  cursor: default;
  background-color: #b445b6;
}
.places-list__item.choice button {
  cursor: pointer;
  background-color: #fff;
  color: #b445b6;
  padding: 0.2rem 0.6rem;
  margin: 0.2rem 0.5rem;
  border-radius: 0.2rem;
  font-size: 100%;
}
.places-list__item.choice button:hover {
  background-color: #eee;
}
.places-list__item.choice:hover {
  background-color: #b445b6;
}

.custom-input {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0.5rem 0.5rem;
  padding: 0.5rem;
  font-weight: bold;
  transition: all ease 100ms;
  border-radius: 0.5rem;
  background-color: #b445b6;
  color: white;
  cursor: pointer;
}
.custom-input:focus {
  box-shadow: 0 1px 4px rgba(10, 10, 10, 0.5);
}
.custom-input:hover {
  background-color: #9c2eb8;
}
.custom-input.choice {
  cursor: default;
  background-color: #b445b6;
}
.custom-input.choice button {
  cursor: pointer;
  background-color: #fff;
  color: #b445b6;
  padding: 0.2rem 0.6rem;
  margin: 0.2rem 0.5rem;
  border-radius: 0.2rem;
  font-size: 100%;
}
.custom-input.choice button:hover {
  background-color: #eee;
}
.custom-input.choice:hover {
  background-color: #b445b6;
}

.communities {
  /*
      .learn__more,
      .learn__more:visited {
          background: $mggg-blue;
      }

      .learn__more:hover,
      .learn__more:active {
          background: $mggg-dark-blue;
      }
  */
}
.communities .state--available {
  fill: #ff4f49;
}
.communities .state--available:hover {
  fill: #e44944;
}
.communities .state--available:active {
  fill: #9e2925;
}
.communities .places-list__item {
  background-color: #ff4f49;
}
.communities .places-list__item:hover {
  background-color: #e44944;
}
.communities .place-map__search {
  color: #444;
  border-bottom-color: #444;
  caret-color: #444;
}
.communities .media__title--primary,
.communities .button--transparent {
  color: #444;
}

.card .places-list__item {
  background-color: #006b9c;
}
.card .places-list__item:hover {
  background-color: #004464;
}

.places-list__item--small {
  max-width: 14rem;
  margin: 0.5rem;
}

.place-info {
  margin: 0.25rem 0;
  font-weight: normal;
}

.plan-loader {
  margin: 1rem auto;
  text-align: center;
  color: #444;
}

.places-list-container {
  width: 100%;
}

.places-list__item {
  height: auto;
  width: auto;
}

.start-districting {
  display: grid;
  width: 100%;
  grid-template-areas: "form form form form" "map map map map";
  grid-template-columns: auto 1fr 1fr auto;
  height: 700px;
  height: 110vh;
  min-height: 600px;
  overflow: hidden;
}

.start-districting--alone {
  padding: 1rem 0;
}

.start-districting__title {
  text-align: center;
  margin: 0;
  grid-area: title;
  color: black;
}

.request-new-place {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  align-items: center;
  padding: 3rem 0;
}

.call-to-request {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
  margin: 0 0.5rem;
}

@media (max-width: 800px) {
  .call-to-request {
    font-size: 1.5rem;
  }
}
/*
.learn__more,
.learn__more:visited {
    background: $districtr-red;
    color: white;

    border-radius: 0.5rem;
    // padding: 0.2rem 0.4rem;
    padding: 0.1rem 0.4rem;

    font-weight: 600;
    font-family: $font-family;

    margin-top: 0.5rem;
    outline: 0;
    border: none;

    line-height: 1.5;
    display: block;
    text-align: center;
}

.learn__more:hover,
.learn__more:active {
    cursor: pointer;
    color: white;
    background: $districtr-red-dark;
}

.learn__more:active {
    outline: 0;
}

.learn__more:focus {
    box-shadow: $focus-shadow;
    outline: 0;
}
*/
ol {
  padding: 0;
}

iframe {
  /* netlify widget */
  display: none !important;
  visibility: hidden !important;
}

.screenshot {
  box-shadow: 0 4px 16px rgba(12, 12, 13, 0.1);
  width: 150%;
  margin: 2rem -25%;
  overflow: auto;
  border: 1px solid #aaaaaa;
}

p {
  line-height: 1.75;
}
p div {
  display: inline;
}

h2 {
  background: #e0e0e0;
  margin: 2rem 0;
  margin-bottom: 1rem;
  padding: 0.5rem 1.5rem;
  margin-left: -5%;
  display: inline-flex;
  border-radius: 0.25rem;
}

h3 {
  margin: 2rem 0;
  margin-bottom: 1rem;
  font-size: 1.75rem;
}

.question {
  font-style: italic;
  line-height: 2;
  margin: 1rem 0 0.5rem;
}

.q-and-a {
  margin: 0 0 3rem;
}

.place__subheading {
  margin: 3rem 0;
  font-size: 2.5rem;
  border-bottom: none;
  background-color: #e0e0e0;
}

h4 {
  font-size: 1.25rem;
  margin: 2rem 0;
  margin-bottom: 1rem;
}

figure {
  margin: 0;
  width: 150%;
  margin: 2rem -25%;
  overflow: auto;
}

.figure_screenshot {
  width: 100%;
  border: 1px solid #aaaaaa;
  box-shadow: 0 4px 16px rgba(12, 12, 13, 0.1);
}

figcaption {
  margin: 0 0 1rem;
  font-weight: lighter;
  font-size: 1.5rem;
}

.place__name__local {
  font-weight: 500;
  line-height: 1.5;
}

.place__name {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 1rem;
}

.place__content {
  width: 80%;
  max-width: 75rem;
  margin-top: 4rem;
}

.place-options {
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.locals {
  justify-content: left;
}

.places-list__item--small {
  max-width: none;
}

.places-list__item--small.old-card {
  background-color: #aaa;
}

.places-list__item--small.old-card:hover {
  background-color: #888;
}

.places-list--columns {
  align-items: stretch;
  margin-bottom: 1rem;
}

/* Statewide vs Local Selection */
label {
  background-color: #aaa;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  line-height: 1.5rem;
  color: white;
  border-width: 1px;
  border-style: hidden solid;
  border-color: white;
  font-size: 1.125rem;
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

label:hover {
  background-color: #888;
}

input[type=checkbox] {
  display: none;
}

input[type=radio] {
  display: none;
}

input[type=radio]:checked + label {
  background-color: #9c2eb8;
}

input[type=radio]:checked + label:hover {
  background-color: #4a0e59;
}

input[type=radio].comm:checked + label {
  background-color: #e44944;
}

input[type=radio].comm:checked + label:hover {
  background-color: #9e2925;
}

.mode-selection {
  flex-basis: 11.5rem;
  flex-grow: 0;
}

/* Header */
.jump {
  margin-top: -3rem;
  padding-top: 3rem;
}

.banner__title {
  font-weight: 300;
  text-transform: uppercase;
  line-height: 2;
  letter-spacing: 0.5rem;
  text-align: center;
  margin: 0.4rem 0;
  font-size: 1.2rem;
}

/* nav */
.site-header {
  background-color: #eee;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  box-shadow: 0 4px 16px rgba(12, 12, 13, 0.1);
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1001;
}

.site-nav {
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-nav__logo {
  flex: 1.5;
  padding: 0.5rem 0;
}

.site-nav__logo__img {
  height: 3rem;
  filter: none;
  display: block;
}

.site-nav__contents {
  flex: 4;
  justify-content: center;
  overflow-x: hidden;
}

.nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
.nav-links a,
.nav-links a:visited {
  color: #006b9c;
}
.nav-links a:hover {
  color: #004464;
}

.nav-links__link {
  display: block;
  padding: 0 1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #000;
  transition: all 100ms ease;
}

.nav-links__link--see-more {
  align-self: center;
  background-color: #f9f9f9;
  margin: 1rem 0;
}

.nav-links__link--major {
  line-height: 1.5;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.nav-links__link--img {
  height: 2.5rem;
  filter: none;
  line-height: 3;
  margin: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  display: block;
}

.nav-links__link--major:hover,
.nav-links__link--major:active {
  background-color: #e0e0e0;
}

.site-nav__open-btn {
  border-radius: 0.25rem;
  margin: 0;
  outline: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem;
  line-height: 1;
  color: none;
  background: none;
  cursor: pointer;
  display: none;
}
.site-nav__open-btn:hover {
  background-color: #e0e0e0;
}
.site-nav__open-btn:active {
  background-color: #e0e0e0;
}

.icon {
  height: 1.5rem;
  width: 1.5rem;
}

@media only screen and (max-width: 750px) {
  nav {
    flex-direction: column;
    padding: 0rem;
  }

  .site-nav {
    padding: 0;
  }

  .site-nav__open-btn {
    display: flex;
  }

  .site-nav__contents {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .site-nav__contents {
    display: none;
  }

  .site-nav__contents--show {
    display: flex;
  }

  .site-nav__logo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }

  .nav-links__link:hover,
.nav-links__link:active {
    background-color: #e0e0e0;
  }

  .nav-links__link--major {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.l-center {
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  flex: 1;
}

.plan-thumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 1rem;
  padding: 0;
  justify-content: center;
  align-items: stretch;
}

.plan-thumbs__thumb {
  box-shadow: 0 4px 16px rgba(12, 12, 13, 0.1);
  margin: 0.5rem;
  transition: 100ms all ease;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  flex-wrap: wrap;
  width: auto;
  border: 1px solid #e0e0e0;
}

.plan-thumbs__thumb:hover,
.plan-thumbs__thumb:active {
  box-shadow: 0 1px 4px rgba(10, 10, 10, 0.5);
}

.thumb__img {
  min-height: 12rem;
  width: 12rem;
  object-fit: contain;
  align-self: center;
  border-right: none;
  border-bottom: 1px solid #e0e0e0;
}

.thumb__caption {
  color: #666;
  padding: 1rem;
  flex: 1;
  font-weight: normal;
  font-size: 1rem;
}

.thumb__heading {
  font-weight: bold;
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
  line-height: 1;
  color: #444;
  text-align: center;
}

table {
  width: 100%;
  margin: 0 0 1rem;
}

td:first-child {
  text-align: left;
}

th {
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 90%;
  padding: 0.75rem;
}

td {
  font-size: 85%;
  text-align: center;
  padding: 0.5rem;
}

caption {
  display: table-caption;
  text-align: top center;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 90%;
  padding: 0.75rem;
}

.rules td:nth-child(even) {
  background-color: #f2f2f2;
}

.data tr:nth-child(even) {
  background-color: #f2f2f2;
}

.italic-note {
  padding-left: 10px;
  padding-right: 10px;
  font-size: small;
  font-style: italic;
}