* {
  margin: 0;
  box-sizing: border-box;
}
html {
  margin: 0;
  font-size: 0.96rem;
  font-family: "Courier Prime", sans-serif;
}
body {
  margin: 0;
  color: #181818;
  /*overflow: auto;*/
}
a {
  color: #fd583a;
  text-decoration: none;
}
a:hover {
  color: #e82602;
}
a:hover i.fa {
  color: #e2edfa;
}
a i.fa-2x {
  font-size: 1.04rem;
  padding-right: 0.392rem;
}
p {
  margin-bottom: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
h1,
h2,
h3,
h4 {
  color: inherit;
}
h1 {
  font-size: 1.352rem;
}
h2 {
  font-size: 1.04rem;
}
h3 {
  font-size: 0.8rem;
}
h4 {
  font-size: 0.56rem;
}
button {
  border: none;
  outline: none;
}
main {
  margin: 4.2534472rem 0;
  padding: 0 0.8rem;
}
.clear:after {
  content: " ";
  display: table;
  clear: both;
}
.footer {
  padding: 0;
  border-top: 2px solid white;
  color: #181818;
}
.footer > small {
  font-size: 0.56rem;
}
.goTop {
  position: fixed;
  display: none;
  padding: 0.2744rem 1.04rem 0.56rem 1.04rem;
  right: 1.352rem;
  bottom: 1.7576rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 2.28488rem;
  font-weight: bold;
  border: 1px black;
  border-radius: 0.19208rem;
  background-color: rgba(253, 88, 58, 0.85);
  cursor: pointer;
}
.goTop:hover {
  background-color: #fd583a;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.23);
}
/* courier-prime-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Courier Prime';
  font-style: normal;
  font-weight: 400;
  src: url('../font/courier-prime-v11-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* courier-prime-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Courier Prime';
  font-style: italic;
  font-weight: 400;
  src: url('../font/courier-prime-v11-latin-italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* courier-prime-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Courier Prime';
  font-style: normal;
  font-weight: 700;
  src: url('../font/courier-prime-v11-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* courier-prime-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Courier Prime';
  font-style: italic;
  font-weight: 700;
  src: url('../font/courier-prime-v11-latin-700italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
button,
.btn {
  display: inline-block;
  text-decoration: none;
  background-color: white;
  border-radius: 0.134456rem;
  padding: 0.2744rem 0.392rem;
  white-space: nowrap;
  transition: background-color 0.2s linear, border-color 0.2s linear;
}
button.active,
.btn.active {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.24);
}
button.selected,
.btn.selected {
  background-color: #b6d2f3;
}
.btn {
  color: #181818;
  background-color: #e2edfa;
  border: 1px solid #b6d2f3;
}
.btn:hover,
.btn:focus {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.24);
  background-color: #b6d2f3;
  border: 1px solid #a1c5ef;
  color: #181818;
}
.btn-group {
  margin-right: 0.392rem;
  white-space: nowrap;
}
.btn-group button,
.btn-group .btn {
  margin-right: -0.392rem;
  border-radius: 0;
}
.btn-group .btn:first-child {
  border-top-left-radius: 0.134456rem;
  border-bottom-left-radius: 0.134456rem;
}
.btn-group .btn:last-child {
  border-top-right-radius: 0.134456rem;
  border-bottom-right-radius: 0.134456rem;
}
.dropdown-menu {
  display: inline-block;
  position: relative;
}
.dropdown-menu ul {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 10;
  border: 1px solid #e6e6e6;
  border-radius: 0.134456rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.24);
  display: none;
}
.dropdown-menu ul li {
  margin: 0;
  padding: 0.392rem 0.392rem;
  background-color: white;
}
.dropdown-menu ul li a {
  display: block;
  white-space: nowrap;
  color: #181818;
}
.dropdown-menu ul li:hover {
  background-color: #f2f2f2;
}
.dropdown-menu ul li.divider {
  height: 1px;
  margin: 0.392rem 0;
  padding: 0;
  overflow: hidden;
  background-color: #e6e6e6;
}
.dropdown-menu.right {
  float: right;
}
.dropdown-menu.right ul {
  left: inherit;
  right: 0;
}
.btn-xs {
  font-size: 0.392rem;
}
.btn-sm {
  font-size: 0.56rem;
}
.btn-md {
  font-size: 0.8rem;
}
.btn-lg {
  font-size: 1.04rem;
}
.btn-xlg {
  font-size: 1.7576rem;
}
.cmd {
  margin: 0.8rem 0;
  padding: 0;
  white-space: nowrap;
}
.cmd-table {
  width: 1%;
  padding: 0 0.392rem;
  text-align: right;
}
.cmd-flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: auto;
}
.label {
  display: inline;
  padding: 0.2744rem 1.04rem;
  line-height: 1;
  color: #e2edfa;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.134456rem;
}
.label {
  background-color: #e2edfa;
  border: 1px solid #e2edfa;
}
.label-xs {
  padding: 0.2744rem 0.392rem;
  font-size: 0.56rem;
}
.label-sm {
  font-size: 0.56rem;
}
.label-md {
  font-size: 0.8rem;
}
.label-lg {
  font-size: 1.04rem;
}
.label-xlg {
  font-size: 1.352rem;
}
.row {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.col {
  padding: 0;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 0;
}
.col-span {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 1px;
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) and (max-width: 479px) {
  .xs1 {
    flex-basis: 8.33333333%;
  }
  .xs2 {
    flex-basis: 16.66666667%;
  }
  .xs3 {
    flex-basis: 25%;
  }
  .xs4 {
    flex-basis: 33.33333333%;
  }
  .xs5 {
    flex-basis: 41.66666667%;
  }
  .xs6 {
    flex-basis: 50%;
  }
  .xs7 {
    flex-basis: 58.33333333%;
  }
  .xs8 {
    flex-basis: 66.66666667%;
  }
  .xs9 {
    flex-basis: 75%;
  }
  .xs10 {
    flex-basis: 83.33333333%;
  }
  .xs11 {
    flex-basis: 91.66666667%;
  }
  .xs12 {
    flex-basis: 100%;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sm1 {
    flex-basis: 8.33333333%;
  }
  .sm2 {
    flex-basis: 16.66666667%;
  }
  .sm3 {
    flex-basis: 25%;
  }
  .sm4 {
    flex-basis: 33.33333333%;
  }
  .sm5 {
    flex-basis: 41.66666667%;
  }
  .sm6 {
    flex-basis: 50%;
  }
  .sm7 {
    flex-basis: 58.33333333%;
  }
  .sm8 {
    flex-basis: 66.66666667%;
  }
  .sm9 {
    flex-basis: 75%;
  }
  .sm10 {
    flex-basis: 83.33333333%;
  }
  .sm11 {
    flex-basis: 91.66666667%;
  }
  .sm12 {
    flex-basis: 100%;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .md1 {
    flex-basis: 8.33333333%;
  }
  .md2 {
    flex-basis: 16.66666667%;
  }
  .md3 {
    flex-basis: 25%;
  }
  .md4 {
    flex-basis: 33.33333333%;
  }
  .md5 {
    flex-basis: 41.66666667%;
  }
  .md6 {
    flex-basis: 50%;
  }
  .md7 {
    flex-basis: 58.33333333%;
  }
  .md8 {
    flex-basis: 66.66666667%;
  }
  .md9 {
    flex-basis: 75%;
  }
  .md10 {
    flex-basis: 83.33333333%;
  }
  .md11 {
    flex-basis: 91.66666667%;
  }
  .md12 {
    flex-basis: 100%;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .lg1 {
    flex-basis: 8.33333333%;
  }
  .lg2 {
    flex-basis: 16.66666667%;
  }
  .lg3 {
    flex-basis: 25%;
  }
  .lg4 {
    flex-basis: 33.33333333%;
  }
  .lg5 {
    flex-basis: 41.66666667%;
  }
  .lg6 {
    flex-basis: 50%;
  }
  .lg7 {
    flex-basis: 58.33333333%;
  }
  .lg8 {
    flex-basis: 66.66666667%;
  }
  .lg9 {
    flex-basis: 75%;
  }
  .lg10 {
    flex-basis: 83.33333333%;
  }
  .lg11 {
    flex-basis: 91.66666667%;
  }
  .lg12 {
    flex-basis: 100%;
  }
}
.alert {
  margin: 0.8rem 0;
  padding: 1.04rem 1.7576rem 1.04rem 1.04rem;
  position: relative;
  border: 1px solid transparent;
  border-radius: 0.19208rem;
}
.alert .btn-close {
  line-height: 0.5;
  font-size: 1.352rem;
  font-weight: bold;
  position: absolute;
  top: 20px;
  right: 15px;
  background-color: inherit;
  padding: 0;
  color: #e2edfa;
}
.alert .btn-close:hover {
  color: #181818;
}
.alert h3 {
  margin: 0.392rem 0;
}
.alert p {
  margin: 0.392rem 0;
}
.alert {
  color: #15447b;
  background-color: #e2edfa;
  border-color: #b6d2f3;
}
.callout {
  margin: 0.8rem 0;
  padding: 0.8rem;
  border: 1px solid #e6e6e6;
  border-left-width: 8px;
  border-radius: 0.134456rem;
}
.callout h3 {
  margin: 0.392rem 0;
}
.callout p {
  margin: 0.392rem 0;
}
.callout {
  border-left-color: #e2edfa;
}
.callout h3 {
  color: #75aae7;
}
.panel {
  margin: 0.8rem 0;
  background-color: white;
  border: 1px solid transparent;
  border-top-left-radius: 0.19208rem;
  border-top-right-radius: 0.19208rem;
  width: 100%;
  display: table;
  overflow: scroll;
}
.panel .panel-heading {
  padding: 0.56rem;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0.134456rem;
  border-top-right-radius: 0.134456rem;
}
.panel .panel-heading .panel-title {
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
}
.panel .panel-body {
  margin: 0.8rem 0;
  padding: 0 0.8rem 0.8rem 0.8rem;
}
.panel .panel-body h2,
.panel .panel-body h3 {
  margin-top: 2.28488rem;
}
.panel .panel-body p {
  margin: 0.8rem 0;
}
.panel .panel-footer {
  margin: 0.8rem 0;
  padding: 0 0.8rem;
  background-color: #e2edfa;
  border-bottom-right-radius: 0.134456rem;
  border-bottom-left-radius: 0.134456rem;
}
.panel {
  border-color: #b6d2f3;
}
.panel > .panel-heading {
  color: #15447b;
  background-color: #e2edfa;
  border-color: #b6d2f3;
}
.panel > .panel-heading {
  color: #181818;
}
header {
  padding: 0.392rem;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #e2edfa;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.23);
}
header .row-header {
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 2.28488rem;
  overflow: hidden;
}
header .row-header .form-search {
  padding-left: 0;
}
header .auto-height {
  height: auto;
}
header .col-left,
header .col-right {
  align-self: center;
  margin: 0.392rem 0;
  padding: 0 0.392rem;
  flex-shrink: 0;
  flex-grow: 0;
  width: auto;
}
header .site-title {
  display: flex;
  width: 13.53728315rem;
}
header .site-title h1 {
  margin: 0;
  font-size: 1.352rem;
  color: #181818;
}
header .disclaimer {
  float: right;
  font-weight: bold;
}
table {
  margin: 0.392rem 0;
  display: table;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-spacing: 0;
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
}
table tr {
  display: table-row;
}
table tr td,
table tr th {
  padding: 0.56rem;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  text-align: left;
  vertical-align: middle;
}
table tr td.fixed-middle,
table tr th.fixed-middle {
  width: 20%;
  white-space: nowrap;
}
table tr td.fixed-small,
table tr th.fixed-small {
  width: 10%;
  white-space: nowrap;
}
table tr td.fixed-zero,
table tr th.fixed-zero {
  width: 1%;
  white-space: nowrap;
}
table tr td.right,
table tr th.right {
  text-align: right;
}
table tr td.center,
table tr th.center {
  text-align: center;
}
table caption {
  padding: 0.392rem;
  color: #323232;
  text-align: left;
  font-weight: bold;
  color: #181818;
}
table thead tr {
  border-bottom: 2px solid #e6e6e6;
}
table thead tr th {
  background-color: #e2edfa;
}
table tbody tr th {
  background-color: #e2edfa;
}
table tbody tr:hover {
  background-color: #f5f5f5;
}
table tbody tr .selected {
  background-color: white;
}
body#end main {
  margin: 2.28488rem 0;
  padding: 0 0.392rem;
}
body#graphDisplayPage main .period,
body#graphDisplayPage main .coinId {
  display: none;
}
body#graphDisplayPage main table tbody tr td img.coinImage {
  width: 100%;
  height: auto;
}
