table {
  border-collapse: collapse;
  border: 2px solid #000;
  caption-side: bottom;
}

td,
th {
  border: 1px solid #000;
  padding: 10px;
}

th {
  background: #F54927;
  color: #fff;
  text-transform: uppercase;
}

td {
  text-align: center;
  border-bottom: 2px solid #111;
  color: #333;
  font-size: 18px;
}

caption {
	margin-top: 15px;
}