html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, menu, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block
}

*[hidden] {
  display: none
}

body {
  line-height: 1
}

menu, ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

.header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 0 132px;
  margin-bottom: 32px;
  background: #000000
}

.header__eos-detroit-logo {
  width: 32px;
  height: 32px;
  display: block;
  margin-bottom: 56px
}

.header__version {
  font-family: Lato, Arial;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ccc;
  margin-bottom: 24px
}

.header__title {
  font-family: Montserrat, Arial;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  color: #fff;
  margin-bottom: 24px
}

.header__latest-snapshot {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  width: 274px;
  background: #9E1C1C;
  border-radius: 8px;
  font-family: Montserrat, Arial;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff
}

.snapshot__aligner {
  display: flex;
  justify-content: flex-end;

  max-width: 1280px;
  width: 100%;
  margin: 0 auto 30px auto;
}

.snapshot__aligner label {
  position: relative;
  display: inline-block;
  width: 200px;
}

.snapshot__aligner label:before {
  content: "";
  height: 31px;
  position: absolute;
  right: 7px;
  top: 3px;
  width: 22px;
  background: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  pointer-events: none;
  display: block;
}

.snapshot__aligner label:after {
  content: " ";
  position: absolute;
  right: 15px;
  top: 46%;
  margin-top: -3px;
  z-index: 2;
  pointer-events: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.9px 4px 0 4px;
  border-color: #aaa transparent transparent transparent;
  pointer-events: none;
}

.snapshot__aligner label select {
  width: 200px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 30px 0 10px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  line-height: 36px;
  height: 36px;
  background: #fff;
  margin: 0 5px 5px 0;
  font-family: Lato, Arial;
  font-size: 16px;
  line-height: 28px;
}

.snapshot__aligner select::-ms-expand {
  display: none;
}

.snapshot__table {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto
}

.snapshot__table thead tr th {
  background: #EEEEEE;
  text-transform: uppercase;
  font-family: Lato, Arial;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #666;
  text-align: center;
  height: 48px;
  vertical-align: middle
}

.snapshot__table thead tr th:first-child {
  border-radius: 4px 0 0 4px;
  padding-left: 16px;
  text-align: left
}

.snapshot__table thead tr th:last-child {
  border-radius: 0 4px 4px 0;
  padding-right: 16px;
  text-align: right
}

.snapshot__table thead tr th:nth-child(2), .snapshot__table thead tr th:nth-child(3), .snapshot__table thead tr th:nth-child(4) {
  width: 250px
}

.snapshot__table tbody tr {
  border-bottom: 1px solid #EEEEEE
}

.snapshot__table tbody tr td {
  text-align: center;
  height: 55px;
  vertical-align: middle;
  font-family: Lato, Arial;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px
}

.snapshot__table tbody tr td:first-child {
  padding-left: 16px;
  text-align: left
}

.snapshot__table tbody tr td:last-child {
  padding-right: 16px;
  text-align: right
}

.snapshot__table tbody tr td a {
  color: #000000;
}

.snapshot__table tbody tr td a:hover {
  text-decoration: none;
}

.made-with-love-eos {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 32px
}
