html, body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: white;
  color: #333;
}

header {
  background-color: #343a3f;
  color: white;
  padding: 0.2em 1em 0.1em 5em;
  position: sticky;
  top: 0;
  min-height: 4.5em;
  font-weight: 200;
  z-index: 100;
}
header img.logo {
  position: absolute;
  height: 1.6em;
  top: 0.5em;
  left: 0.5em;
}
header h1 {
  margin: 0.2em 0;
  font-size: 1.7em;
  font-weight: 200;
}
header .slogan {
  display: block;
  font-size: 0.6em;
  margin-top: 0.1em;
}

h2 {
  font-size: 2.7em;
  margin-bottom: 0.1em;
  font-weight: 400;
}

main {
  padding: 1em 2em;
  overflow-x: auto;
}

table {
  border: 0;
  border-collapse: collapse;
  margin: 2em 0;
  font-family: Arial, sans-serif;
  width: 800px;
}
table th {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0.7em 1em;
  text-align: left;
}
table td, table th {
  margin: 0;
  font-size: 1.1em;
  padding: 0.5em 1em;
  border-bottom: 1px solid #eee;
}
table img.ico {
  margin-right: 0.3em;
  border: 1px solid #e8e8e8;
  position: relative;
  top: 3px;
  width: 24px;
  height: 18px;
}
table .r {
  text-align: right;
}
table .info {
  font-size: 90%;
  color: #666;
}

.tr-BTC .ico {
  border: none !important;
  width: 26px;
  height: 20px;
}

footer {
  margin: 2em 2em 2em 2em;
  padding: 1em 0;
  border-top: 1px solid #eee;
}

@media (max-width: 600px) {
  main {
    padding: 1em;
    font-size: 90%;
  }
  h2 {
    font-size: 2em;
  }
  .mhide {
    display: none !important;
  }
  table {
    width: 100%;
  }
  table img.ico {
    width: 20px !important;
    height: 15px !important;
    top: 2px;
  }
}

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