.bttn {
  display: block;
  background-color: #2a4d9a;
  width: 300px;
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  transition: all ease .3s;
  margin: 10px auto 0;
  cursor: pointer;
}
.bttn:hover {
  background-color: #345cb5;
}


#referral-link {
  background-color: #2a569a;
  padding: 15px 0;
  text-align: center;
  color: #fff;
}
#referral-link span {
  line-height: 40px;
  height: 40px;
  margin: 0;
  vertical-align: middle;
  display: inline-block;
}
#referral-link .referral-link:focus,
#referral-link .referral-link {
  font: inherit;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  outline: 0;
  width: 300px;
  text-align: center;
  opacity: .8;
  height: 40px;
  position: relative;
}
#referral-link .copied-witness {
  opacity: 0;
  transition: all ease .3s;
}
#referral-link .copied-witness.display {
  opacity: 1;
}

#stats-section {
  padding: 50px 0 10px;
}

#withdraw-box {
  background-color: #f3f3f3;
  position: relative;
  width: 300px;
  height: 300px;
  margin: 10px auto;
}
#withdraw-box .amount {
  padding: 30px 10px;
  text-align: center;
}
#withdraw-box .amount>span {
  display: inline-block;
  vertical-align: middle;
  line-height: 240px;
}
#withdraw-box .value {
  font-size: 65px;
}
#withdraw-box .currency {
  font-size: 40px;
  color: #777;
  margin-left: 7px;
}
#withdraw-box .breakout {
  position: absolute;
  bottom: 20px;
  left: 10%;
  width: 80%;
  text-align: center;
  font-style: italic;
  color: rgb(140, 140, 140);
}
#withdraw-box .breakout p {
  font-size: 10px;
  line-height: 20px;
  margin: 0;
}
.breakout .breakout-amount {
  font-weight: 900;
}

#stats-box {

}
#stats-box .stats {
  text-align: center;
  height: 300px;
  margin: 15px 0;
}
#stats-box .stats-inner {
  padding: 85px 0;
  max-width: 300px;
  border: 1px solid #2a4d9a;
  margin: 0 auto;
}
#stats-box .stats-inner>span {
  display: block;
}
#stats-box .value {
  font-size: 80px;
  line-height: 110px;
  height: 110px;
  color: #2a4d9a;
  font-weight: 900;
}
#stats-box .prop {
  text-transform: uppercase;
  line-height: 20px;
  height: 20px;
  color: #777;
}

#history-table {
    margin: 30px 0;
}
#history-table thead th,
#history-table tfoot th {
    background-color: #ececec;
    font-weight: 900;
    color: #333;
}
#feed-table {
    width: 100% !important;
}
/*
#history-table {
  color: #777;
}
#history-table table {
  border: 2px solid #ddd;
}
#history-table th,
#history-table td {
  text-align: center;
}
#history-table thead th,
#history-table tfoot th {
  background-color: #dce1e8;
  font-weight: 900;
  color: #333;
}
#history-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
*/


@media ( max-width: 1000px ) {
  #stats-box {
    margin-top: 15px;
  }
  #stats-box .stats {
    text-align: left;
    height: auto;
  }
  #stats-box .stats-inner {
    padding: 0;
    border: 0 solid transparent;
    max-width: 190px;
  }
  #stats-box .stats-inner>span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
  }
  #stats-box .value {
    font-size: 40px;
    line-height: 50px;
    height: 50px;
  }
  #stats-box .prop {
    line-height: 50px;
    height: 50px;
  }
  #history-table {
    padding-top: 10px;
  }
}




.hover-arrow-top {
  position: relative;
  vertical-align: middle;
  transition: transform ease 0.3s;
  -webkit-transition: transform ease 0.3s;
}
.hover-arrow-top:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc(50% - 10px);
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #2a4d9a transparent;
  transition: transform ease 0.3s;
  -webkit-transition: transform ease 0.3s;
}
.hover-arrow-top:hover:before {
  border-color: transparent transparent #345cb5 transparent;
}
.hover-arrow-top:hover:before,
.hover-arrow-top:active:before,
.hover-arrow-top:focus:before {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}


.user-wallet {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #eee;
  padding: 8px 12px;
  line-height: 20px;
}


#login-register-overlay {
  text-align: center;
}

#help-overlay {

}
#help-overlay .accept {
  cursor: pointer;
}

.overlay-layer .close-btn {
  position: absolute;
  top: 90px;
  right: 25px;
  width: 20px;
  height: 20px;
  z-index: 1000;
  cursor: pointer;
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -o-transition: all ease .3s;
}
.overlay-layer .close-btn:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.overlay-layer .close-btn .bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-top: -10px;
  margin-left: -1px;
  background: #2a4d9a;
}

.overlay-layer .close-btn .bar.left {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.overlay-layer .close-btn .bar.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}


body {
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -o-transition: all ease .3s;
}
body.overlay-active {
  overflow: hidden;
}


.overlay-layer {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(255,255,255,.9);
  overflow-y: scroll;
  display: none;
}
.overlay-layer .overlay-content {
  padding: 130px 0;
}

.row h2 {
    margin-top: 50px;
}