* {
  box-sizing: border-box;
}

body, html {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  padding: 0;
  margin: 0;
  position: relative;
  background: #fafafa;
}

td, tr {
  vertical-align: top;
}

.legend {
  padding: 1rem 0.5rem;
  text-align: center;
  font-size: 14px;
  color: #777;
  width: 100%;
  position: fixed;
  top: 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  z-index: 10;
  background: #fff;
}
.legend b {
  color: #000;
}
.legend .green {
  color: green;
}
.legend .red {
  color: #ff361e;
}
.legend .gray {
  color: #444;
}

.list {
  padding: 1rem 0.5rem;
  margin-top: 4.5rem;
  margin-bottom: 2rem;
  align-items: stretch;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  flex-direction: row;
}

.s {
  background: #fff;
  width: 128px;
  margin: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 1rem;
  display: block;
  text-align: center;
  font-style: normal;
  overflow: hidden;
}
.s.disabled:before,
.s.disabled span,
.s.disabled b {
  opacity: 0.4;
  filter: grayscale(1);
}
.s:before {
  background: url(server-up.svg);
  width: 48px;
  height: 48px;
  content: "";
  display: block;
  margin: 0 auto;
}
.s b {
  margin-top: 0.5rem;
  display: block;
}
.s span {
  display: block;
  font-size: small;
  color: #777;
}
.s.d:before {
  background: url(server-down.svg);
}

@media (max-width: 767.98px) {
  .s {
    width: 96px;
    font-size: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
  }
  .s:before {
    width: 24px;
    height: 24px;
  }
}

/*# sourceMappingURL=index.css.map */
