.limit{
  margin: 0 auto;
}
.table-fill {
  background: #1b1e24;
  border-radius:3px;
  border-collapse: collapse;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.table-fill th {
  background:#171814;
  border-bottom:4px solid #171814;
  border-right: 1px solid #171814;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

.table-fill tr {
  border-top: 1px solid #171814;
  border-bottom-: 1px solid #171814;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
.table-fill td {
  vertical-align:middle;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #171814;
}
@media only screen and (max-height: 350px) {
    .table-fill th, .table-fill td{
      font-size: small;
    }
}