.nimiq, .fiat {
  padding: 5px;
  border: 1px solid #c8c8c8;
  -webkit-box-shadow: inset 2px 2px 2px #f2f2f2;
  box-shadow: inset 2px 2px 2px #f2f2f2;
  text-align: center;
  font-size: 26px;
  width: 30%;
  outline: 0;
}
.nim {
  font-size: 26px;
}
.equals {
  font-size: 26px;
}
.currency {
  padding: 5px;
  border: 1px solid #c8c8c8;
  -webkit-box-shadow: inset 2px 2px 2px #f2f2f2;
  box-shadow: inset 2px 2px 2px #f2f2f2;
  text-align: center;
  font-size: 26px;
  outline: 0;
}
.center {
  text-align: center;
}
.n-none {
  display: none!important;
}
.n-block {
  display: block!important;
}


.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-calc {
  margin-top: 15px;
  background: #f5f5f5;
  border-color: #ddd;
}
.panel-calc .panel-image {
  background: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 4px 4px 0 0;
}
a:not(.md-button) {
  color: inherit;
}
a, a:hover, a:active, a:focus {
  text-decoration: none;
}
a {
  color: #337ab7;
  text-decoration: none;
}
img {
  vertical-align: middle;
  border: 0;
}
.panel-calc .panel-image img {
  width: 40%;
  max-width: 150px;
}
.calculated-for {
  padding: 10px;
  background: #eee;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-top: 0;
  font-size: 12px;
  text-align: center;
  border-left: 0;
  border-right: 0;
  color: #777;
}
.calculated-for-value {
  font-weight: 700;
}
.panel-body {
  padding: 15px;
}
.panel-calc .select-circulating-supply-staked {
  width: 80px;
  padding: 5.5px 10px;
}
.panel-calc .currency {
  padding: 3px;
  background: #fff;
  text-align: center;
}
.panel-calc .currency .select-circulating-supply-staked {
  width: auto;
  border: 1px solid #ccc;
}
.panel-calc .input-staking-amount {
  width: 100%;
}
.calc-results {
  margin-top: 15px;
}
.calc-results .results-header {
  overflow: hidden;
  margin-bottom: 15px;
}
.circle-values {
  margin-bottom: 5px;
  overflow: hidden;
  text-align: center;
}
.circle-value:first-of-type {
  border-bottom: 2px solid #aa3333;
  border-right: 1px solid #aa3333;
}
.circle-value {
  display: block;
  float: right;
  color: #fff;
  width: 23.5%;
  text-align: right;
  background: #fcdcdc;
  padding: 10px;
  border-bottom: 2px solid #e08b8b;
  border-right: 1px solid #e08b8b;
  border-radius: 10px;
  padding-left: 10px;
  margin-bottom: 5px;
}
.circle-first {
  margin-left: 10px;
}
.circle-first .circle-label {
  background: #fff;
  color: #b13737;
}
.circle-label {
  display: inline-block;
  line-height: 25px;
  font-weight: 700;
  font-size: 11px;
  background: #fff;
  color: #b13737;
  padding: 0 10px;
  border-radius: 10px;
  text-transform: uppercase;
  -webkit-box-shadow: 1px 2px 1px 0 rgba(0,0,0,.3);
  -moz-box-shadow: 1px 2px 1px 0 rgba(0,0,0,.3);
  box-shadow: 1px 2px 1px 0 rgba(0,0,0,.3);
}
.circle-content {
  font-size: 22px;
  font-weight: 700;
  color: #ad3434;
  text-shadow: 2px 4px 3px rgba(0,0,0,.1);
}
.calc-container {
  margin-bottom: 5px;
  position: relative;
  height: 70px;
}
.calc-container .calc-col.calc-first-col {
  background: #ee5757;
  color: #fff;
  border-color: #ad3232;
  border-radius: 10px 0 0 10px;
  position: relative;
}
.calc-results .calc-col {
  float: left;
  width: 33.3%;
  padding: 10px;
  border-right: 1px solid #d4d4d4;
  border-top: 1px solid #d4d4d4;
  border-bottom: 2px solid #d4d4d4;
  text-align: right;
}
.calc-label {
  font-size: 12px;
  color: #999;
}
.calc-container .calc-col.calc-first-col .calc-label {
  color: #fff;
}
.calc-value {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #ac3434;
}
.calc-container .calc-col.calc-first-col .calc-value {
  color: #fff;
}
.calc-row-name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 55px;
  padding-left: 10px;
  background: #c04646;
  color: #fff;
  border-radius: 0 10px 0 10px;
  border: 2px solid #c14848;
  border-right: 0;
  font-size: 10px;
  font-weight: 700;
  text-align: left;
}
.calc-row-fee {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
}
.contract-disclosure {
  background: #f5f5f5;
  color: #333;
  padding: 10px 20px;
  margin: 0 0 20px;
  border-radius: 4px;
  border: 1px solid #eee;
}
.disclosure-wildcard {
  color: #f59a2c;
  font-weight: 700;
}
.well-guide {
  position: relative;
  background: #5435B8;
  line-height: 15px;
  color: #fff;
  padding: 5px 20px;
  padding-bottom: 5px;
  margin: 0 0 20px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
}
.well-guide .well-label, .well-coin-page .well-label {
  position: absolute;
  right: 10px;
  top: -10px;
  background: #5435B8;
  color: #fff;
  border-radius: 10px;
  border-right: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  padding-right: 15px;
  padding-left: 15px;
}
.well-coin-page a, .well-guide a {
  display: block;
  color: #fff;
}
.well-guide .fa, .well-coin-page .fa {
  margin-right: 5px;
  text-align: center;
  line-height: 30px;
  border-radius: 4px 0 0 4px;
}
.results-positive .circle-value {
  background: #bce0d3;
  border-bottom: 2px solid #a6ddc9;
  border-right: 1px solid #a6ddc9;
}
.results-positive .circle-value:first-of-type {
  border-bottom: 2px solid #228862;
  border-right: 1px solid #228862;
}
.results-positive .calc-container .calc-col.calc-first-col {
  background: #39b184;
  border-color: #218862;
}
.results-positive .circle-label {
  background: #fff;
  color: #258c66;
}
.results-positive .circle-content {
  font-size: 22px;
  font-weight: 700;
  color: #228862;
  text-shadow: 2px 4px 3px rgba(0,0,0,.1);
}
.results-positive .calc-row-name {
  background: #208862;
  border-color: #208862;
}
.results-positive .calc-value {
  color: #359974;
}
.n-none {
  display: none!important;
}

@media (max-width: 1450px) {
  .circle-value {
    width: 47%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 576px) {
  .n-sm-block {
    display: inline-block!important;
  }
  .n-sm-none {
    display: none!important;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media only screen and (max-width: 1200px) {
  .circle-content {
    font-size: 20px;
    line-height: 35px;
  }
  .circle-label {
    font-size: 10px;
  }
}
@media only screen and (max-width: 620px) {
  .circle-content {
    font-size: 20px;
  }
  .calc-value {
    font-size: 16px;
  }
  h1 {
    font-size: 24px;
  }
  h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 520px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .calc-container {
    height: inherit;
  }
  .calc-container .calc-col.calc-first-col {
    border-radius: 0;
  }
  .calc-row-name {
    bottom: inherit;
    top: 0;
  }
  .calc-row-fee {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .calc-results .calc-col {
    float: inherit;
    width: inherit;
    clear: both;
    height: inherit;
    overflow: hidden;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    text-align: center;
    border-radius: 0;
  }
}
@media only screen and (max-width: 420px) {
  .nimiq, .fiat {
    font-size: 18px;
  }
  .nim {
    font-size: 18px;
  }
  .equals {
    font-size: 18px;
  }
  .currency {
    font-size: 18px;
  }
  .circle-content {
    line-height: 40px;
    text-align: center;
  }
  .circle-value {
    float: inherit;
    width: inherit;
    margin-bottom: 5px;
    padding: 5px;
  }
  .circle-first {
    margin-left: 0;
  }
  .circle-label {
    background: #fff;
    color: #b13737;
    margin: 0 auto;
    display: block;
    width: 150px;
    text-align: center;
    margin-top: 5px;
  }
}