.__5bac8,
.__5bac8 nav {
  box-sizing: border-box;
}

.mdl-progress>.bar {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0%;
  transition: width .2s cubic-bezier(.4,0,.2,1);
}

.mdl-progress>.progressbar {
  background-color: #CE412C;
  z-index: 1;
  left: 0;
}

.mdl-progress>.bufferbar {
  background-image: linear-gradient(to right,rgba(206,65,44,.7),rgba(206,65,44,.7)),linear-gradient(to right,#CE412C,#CE412C);
  z-index: 0;
  left: 0;
}

@supports (-webkit-appearance:none) {
  .mdl-progress:not(.mdl-progress--indeterminate):not(.mdl-progress--indeterminate)>.auxbar,
  .mdl-progress:not(.mdl-progress__indeterminate):not(.mdl-progress__indeterminate)>.auxbar {
    background-image: linear-gradient(to right,rgba(206,65,44,.7),rgba(206,65,44,.7)),linear-gradient(to right,#CE412C,#CE412C);
    -webkit-mask: url(/assets/images/buffer-88ae28d5c187118d47dc6b454eeceb65.svg?embed);
    mask: url(/assets/images/buffer-88ae28d5c187118d47dc6b454eeceb65.svg?embed);
  }
}

.mdl-progress:not(.mdl-progress--indeterminate)>.auxbar,
.mdl-progress:not(.mdl-progress__indeterminate)>.auxbar {
  background-image: linear-gradient(to right,rgba(206,65,44,.9),rgba(206,65,44,.9)),linear-gradient(to right,#CE412C,#CE412C);
}

.mdl-progress.mdl-progress--indeterminate>.bar1,
.mdl-progress.mdl-progress__indeterminate>.bar1 {
  background-color: #CE412C;
  animation-name: indeterminate1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.mdl-progress.mdl-progress--indeterminate>.bar3,
.mdl-progress.mdl-progress__indeterminate>.bar3 {
  background-image: none;
  background-color: #CE412C;
  animation-name: indeterminate2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes indeterminate1 {
  0% {
    left: 0;
    width: 0%;
  }

  50% {
    left: 25%;
    width: 75%;
  }

  75% {
    left: 100%;
    width: 0%;
  }
}

@keyframes indeterminate2 {
  0%, 50% {
    left: 0;
    width: 0%;
  }

  75% {
    left: 0;
    width: 25%;
  }

  100% {
    left: 100%;
    width: 0%;
  }
}

.Notice {
  display: flex;
  width: 100vw;
  height: 100vh;
}

.Container,
.Items {
  max-width: 1200px;
  margin: 0 auto;
}

p.secondary {
  color: #757575;
}

.Container {
  padding: 0 1rem 1rem;
}

article.Item {
  max-width: 720px;
  padding: 1rem 0;
}

article.Item a {
  font-weight: 400;
  margin-bottom: .5rem;
  line-height: 1.2;
  text-decoration: none;
  color: #000;
}

article.Item a:visited {
  color: rgba(0,0,0,.54);
}

article.Item>header {
  padding-bottom: 1rem;
}

article.Item h2 {
  font-weight: lighter;
  font-size: 1.5rem;
  line-height: 1.1rem;
  margin: 0;
}

article.Item h2 span.domain {
  font-size: 1rem;
}

.Notice {
  flex-flow: column;
  justify-content: center;
  align-content: center;
}

.Notice p {
  text-align: center;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 3px;
  padding: .5rem;
  margin: 0 2rem;
}

foo.reset {
  color: #000;
}

.__5bac8 {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #757575;
  color: #fff;
  line-height: 48px;
  transition: background-color .25s ease-in-out;
}

.__5bac8.is-online {
  background-color: #CE412C;
}

.__5bac8 .offline {
  color: rgba(255,255,255,.54);
  cursor: help;
  line-height: 24px;
}

.__5bac8>div {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}

.__5bac8 nav {
  padding: 0 1rem;
  margin: 0;
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}

.__5bac8.is-floated {
  line-height: 32px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2);
}

@media screen and (max-width:425px) {
  .__5bac8.is-floated .logo a {
    width: 32px;
  }
}

.__5bac8.is-floated .logo a:before {
  width: 24px;
  height: 32px;
  background-size: 24px 24px;
}

.__5bac8 li {
  list-style: none;
}

.__5bac8 a,
.__5bac8 a:visited {
  color: #fff;
}

.__5bac8 ol.links {
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.__5bac8 ol.links .link a {
  color: #fff;
  text-decoration: none;
  margin: 0 .4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  height: 100%;
}

.__5bac8 ol.links .link a:after {
  display: block;
  content: '';
  background: #fff;
  height: 2px;
  position: absolute;
  width: 100%;
  bottom: 0;
  transition: transform .3s ease-out;
  transform: translateY(3px);
}

.__5bac8 ol.links .link a.active:after {
  transform: translateY(0);
}

.__5bac8 .logo {
  margin-right: .6rem;
}

.__5bac8 .logo a {
  white-space: nowrap;
  text-decoration: none;
  display: flex;
  flex-flow: row nowrap;
  align-content: center;
  line-height: 2rem;
}

.__5bac8 .logo a:before {
  display: block;
  content: '';
  background: url(/assets/images/ember-hn-inverted1x-2569295fccf1ea4eb3d9255730f4c3ad.png) center center no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  margin-right: .5rem;
  transition: width .15s ease-out,height .15s ease-out,background-size .15s ease-out;
}

@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:3 / 2),(min-device-pixel-ratio:2) {
  .__5bac8 .logo a:before {
    background: url(/assets/images/ember-hn-inverted@2x-f3110601fb4099ef976fdfc45d787645.png) center center no-repeat;
    background-size: 32px 32px;
  }
}

@media screen and (max-width:425px) {
  .__5bac8 .logo a {
    width: 32px;
  }

  .__5bac8 .logo a:before {
    margin-right: 0;
  }

  .__5bac8 .logo a span {
    display: none;
  }
}

.__64866 {
  display: flex;
  flex-flow: row nowrap;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.__64866 h2 {
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0;
}

.__64866 span.domain {
  font-size: 1rem;
  overflow-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}

.__64866 span.index {
  font-size: 1.5rem;
  padding: .5rem .5rem .5rem 1rem;
  color: rgba(0,0,0,.24);
  min-width: 2rem;
  display: flex;
  align-items: flex-start;
  line-height: 1;
}

.__64866 p {
  margin: 0;
  line-height: 1.5rem;
}

.__64866 a {
  font-weight: 400;
  margin-bottom: .5rem;
  line-height: 1.2;
  text-decoration: none;
  color: #000;
}

.__64866 a:visited {
  color: rgba(0,0,0,.54);
}

.__64866 .Comments {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0 .5rem;
  background: rgba(0,0,0,.01);
  flex-basis: 48px;
  font-size: .8rem;
  border-left: 1px solid rgba(0,0,0,.06);
}

@media screen and (min-width:1200px) {
  .__64866 .Comments {
    border-right: 1px solid rgba(0,0,0,.06);
  }
}

.__64866 .Comments a {
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.__64866 .Comments a:before {
  content: '';
  display: block;
  background: url(/assets/images/ic_comment_black_16px-ed88d933f7bd8ffb2f4c17207970e7dd.svg) center center no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem 1.5rem;
  opacity: .1;
}

.__64866 .metadata {
  padding: .5rem 0;
  flex: 1;
}

.__64866 .metadata>p {
  font-size: .8rem;
  color: #666;
  display: flex;
  flex-flow: row nowrap;
}

.__64866 .metadata>p span {
  padding-right: .5rem;
}

.__64866 .metadata span a {
  text-decoration: underline;
}

.__8cda3 {
  font-size: .9rem;
}

.__8cda3 header {
  display: flex;
  flex-flow: horizontal nowrap;
}

.__8cda3 header .user {
  color: #CE412C;
  margin-right: .5rem;
}

.__8cda3 header .user i.icon {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-image: url(/assets/images/ic_person_black_16px-cf0dc921557babb91b706975f6f05fb4.svg);
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  vertical-align: text-bottom;
}

.__8cda3 .content {
  padding-left: 1.2rem;
}

.__8cda3 p:first-child {
  margin-top: 0;
}

.__8cda3 article.Comment {
  padding-left: 1rem;
}

.__8cda3 a {
  color: #1976d2;
}

.__8cda3 a:visited {
  color: #63a4ff;
}

.__8cda3 a:hover {
  color: #004ba0;
}
