.box-data {
  width: 100%;
  margin: 10px auto;
  border-collapse: collapse;
}

.box-data td {
height: 50px;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
}

.box-data a {
  text-decoration: none;
  color: #fff;
}

.box-data a:hover {
  color: #fff;
}

#t1, #t2, #t3, #t4, #t5, #t6 {
  width: 100%;
  padding: 10px;
  color: #fff;
  border: 2px solid #d2691e;
  box-shadow: 0 0 5px #ccc;
}

#t1 {
  background-color: #868a08;
  font-size: large;
}

#t2 {
  background-color: #0404b4;
  font-size: large;
}

#t3 {
  background-color: #fb5e03;
  font-size: large;
}

#t4 {
  background-color: #8c0101;
  font-size: large;
}

#t5 {
  background-color: #fb0303;
  font-size: large;
}

#t6 {
  background-color: #0b610b;
  font-size: large;
}
