.cornucopia-scorecard .segment-breakout {
	display: none;
}

.cornucopia-scorecard td {
	border: 1px solid #000;
}

.cornucopia-scorecard th:nth-of-type( 2 ) {
	min-width: 150px;
}

table.cornucopia-scorecard thead {
	break-inside: avoid;
	display: table-header-group;
	page-break-inside: avoid;
}

table.cornucopia-scorecard.tablesaw-swipe th.tablesaw-cell-hidden, 
table.cornucopia-scorecard.tablesaw-swipe td.tablesaw-cell-hidden {
	display: table-cell;
}

.tablesaw th.tablesaw-sortable-head button {
  padding-top: .9em;
  padding-bottom: .7em;
  padding-left: .6em;
  padding-right: .6em;
}

.tablesaw .tablesaw-sortable-head button {
  min-width: 100%;
  color: inherit;
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
  font: inherit;
  text-transform: inherit;
}