#main-content {
  width: 100%;
}

.tlore_horse_data_table tr {
  background: #ebedf0;
}

.tlore_horse_data_table th {
  background: #5269b5;
  color: #fff;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  border: 0;
  padding: 20px;
  font-size: 20px;
  word-wrap: break-word;
  max-width: 200px;
}

.tlore_horse_data_table td {
  font-size: 16px;
  border: none;
  text-align: center;
  word-wrap: break-word;
  max-width: 200px;
  border-top: 10px solid #fafafa;
  padding: 20px 5px;
}

h2.tlore_table_heading {
  border-bottom: 3px solid var(--accent);
  padding-bottom: 10px;
  font-size: 28px;
  padding-top: 40px;
}


.tlore_horse_data_table i {
	margin-right: 10px;
}
