* {
  box-sizing: border-box;
}

p,
h1 {
  color: #fff;
  text-align: center;
  cursor: default;
}

h1 {
  font-weight: 300;
  text-transform: uppercase;
}

img {
  width: 40px;
}

table {
  background: rgba(255, 255, 255, 0);
  width: 50%;
  font-size: 12px;
  color: #000;
  text-align: center;
  border-collapse: collapse;
  box-sizing: border-box;
  cursor: default;
}

tr {
  border-bottom: 2px solid #000;
}

th {
  background: #010101;
  line-height: 25px;
  color: white;
}

th,
td {
  padding: 5px 5px;
  color: #ffa800;
}

th:nth-of-type(2),
td:nth-of-type(2) {
  text-align: left;
}

.positive {
  color: #6abe2a;
  font-weight: 600;
}

.negative {
  color: #ff0000;
  font-weight: 600;
}
