table.paleBlueRows {
  font-family: Arial;
  width: 300px;
  height: 600px;
  text-align: center;
  border-collapse: collapse;
  border-radius: 50%;
}
table.paleBlueRows td, table.paleBlueRows th {
  border: 2px solid #fff;
  padding: 10px 2px;
}
table.paleBlueRows tbody td {
  font-size: 18px;
}
table.paleBlueRows tr:nth-child(even) {
  background: #111;
}