@font-face {
  font-family: neutra;
  src: url(font.otf);
}
body {
  font-family: neutra, sans-serif;
  background: #F8FAFC;
}
.menu {
  background-color: #ffffff !important;
}
.footer {
  text-align: center;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
}
.feature {
  padding: 15px;
  text-align: center;
  font-size: 18px;
}
.balance > a {
  color: #FF9671 !important;
}
.energy > a {
  color: #FFC75F !important;
}
.claim-button {
  max-width: 50%;
  margin: 0 auto;
  display: block;
}
.countdown {
  text-align: center;
}
.countdown > p {
  font-size: 20px;
}
.heading {
  border-bottom: 1px solid #ccc;
}
hr {
  max-width: 75%;
}
.ads {
  text-align: center;
  margin: 1px 0px 1px 0px;
}
.left-ads {
  text-align: right;
  margin: 1px 0px 1px 0px;
}
.right-ads {
  text-align: left;
  margin: 1px 0px 1px 0px;
}
.card {
  margin-top: 5px;
}
.link-table {
  padding: 2px;
}
.link-block {
  border-bottom: 2px solid #2bbbad !important;
  border-top: 2px solid #2bbbad !important;
  border-right: 2px solid #2bbbad !important;
  border-left: 8px solid gray;
  padding: 2px;
  border-radius: 3px 3px 3px 3px;
  margin: 5px;
}
.link-name {
  display: inline;
  font-weight: 700;
  color: #2bbbad;
}
.link-icon {
  color: #ff9800;
  margin-top: 10px;
}
.link-table {
  max-height: 400px;
  overflow-y: auto;
}
.btn-go {
  padding-top: 5px;
}
.antibotlinks {
  display: inline-block;
}
.atb {
  display: block;
}