/* h1 {
  -webkit-text-stroke: 0.1px #444444;
} */

p {
  font-family: "Caveat", cursive;
  color: transparent;
  font-size: 2rem;
  letter-spacing: 5px;
  margin: 0px;
  background: linear-gradient(to right, #c4c4c4, #6a6a6a);
  -webkit-background-clip: text;
}

section {
  text-align: right;
  color: #fff;
}

section > p {
  margin-top: 0px;
  right: 108px;
  top: -40px;
  position: relative;
}

section > div {
  margin-top: -18px;
  position: relative;
}

h3 {
  color: red;
  font-family: "Righteous";
  font-size: 30px;
}

#content {
  height: 100%;
  width: 100%;
  margin-top: 20px;
}

#content > h1 {
  font-family: "Righteous", cursive;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4rem;
  background-size: cover;
  margin: 0px;
  margin-top: 20px;
  height: 60px;
  padding-top: 0px;
  padding-bottom: 32px;
  padding-left: 0px;
  color: transparent;
  text-transform: uppercase;
}

table {
  background: #282a2d;
  border-radius: 3px;
  height: 320px;
  max-width: 600px;
  padding: 5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}

table td {
  width: auto;
}

th {
  color: #ffffff;
  background: #1b1e24;
  border-bottom: 4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size: 23px;
  font-family: "Caveat";
  font-weight: 100;
  padding: 24px;
  text-align: left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}

th:first-child {
  border-top-left-radius: 3px;
}

th:last-child {
  border-top-right-radius: 3px;
  border-right: none;
  padding: 0px;
  text-align: center;
  font-size: 18px;
}

tr {
  color: #666b85;
  font-size: 16px;
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}

tr:hover td {
  background: #4e5066;
  color: #ffffff;
}

tr:first-child {
  border-top: none;
}

tr:last-child {
  border-bottom: none;
}

tr:nth-child(odd) td {
  background: #282a2d;
}

tr:nth-child(odd):hover td {
  background: #4e5066;
}

tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}

tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}

td {
  background: #282a2d;
  padding: 2px;
  text-align: left;
  vertical-align: middle;
  font-weight: 300;
  font-size: 18px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #c1c3d1;
}

td:last-child {
  border-right: 0px;
}

.mini-text {
  color: white;
  font-size: 18px;
  font-family: "Caveat";
  display: block;
  margin-top: 4px;
  width: 124px;
  border-top: 2px solid #fff;
}

.miner_total .mini-text {
  color: #2a4773;
  border-top: 2px solid #2a4773;
}
