.table {
	border-collapse: collapse;
	width: 100%;
	max-width: 1100px;
	margin: 1% auto;
	border: 1px solid #cccccc;
	font-size: 0.875rem;
	box-shadow: 0 0 4px #f2f2f2;
}
.table thead {
	display: table-header-group;
}
.table tfoot {
	display: table-row-group;
}
.table tr {
	width: 100%;
	page-break-inside: avoid;
}
.table tr td {
	border-top: 1px solid #cccccc !important;
	padding: 1% !important;
	position: relative;
	vertical-align: middle !important;
	line-height: 1.25rem !important;
}
.table tr td::after {
	display: block;
	content: "";
	height: 60%;
	width: 1px;
	position: absolute;
	right: 1px;
	top: 50%;
	transform: translate(-50%,-50%);
	background: #f2f2f2;
}
.table tr td:last-child::after,
.rcherz_table tr td:only-child::after {
	display: none;
}
.table tr:first-child td {
	border-bottom: none;
}
.table--header {
	background: #f2f2f2;
	border-bottom: 1px solid #cccccc;
}
.table--header th {
	font-weight: bold;
	font-size: 1rem;
	padding: 1.5% 0 !important;
	text-align: center;
	vertical-align: middle;
}
.table--subheader {
	background: #f8f8f8;
}
.table--subheader th {
	font-weight: normal;
	font-size: 0.75rem;
	padding: 0.5% 0;
	color: #999999;
	text-align: center;
	vertical-align: middle !important;
}
.table--subheader-headeractions {
	background: #eaeaea;
}
.table-five_p {
	width: 5%;
}
.table-ten_p {
	width: 10%;
}
.table-fifteen_p {
	width: 15%;
}
.table-twenty_p {
	width: 20%;
}
.table-twentyfive_p {
	width: 25%;
}
.table-thirty_p {
	width: 30%;
}
.table-thirtyfive_p {
	width: 35%;
}
.table-forty_p {
	width: 40%;
}
.table-fortyfive_p {
	width: 45%;
}
.table-fifty_p {
	width: 50%;
}
.table-fiftyfive_p {
	width: 55%;
}
.table-sixty_p {
	width: 60%;
}
.table-sixtyfive_p {
	width: 65%;
}
.table-seventy_p {
	width: 70%;
}
.table-seventyfive_p {
	width: 75%;
}
.table-eighty_p {
	width: 80%;
}
.table-eightyfive_p {
	width: 85%;
}
.table-ninety_p {
	width: 90%;
}

.table_small {
	font-size: 0.813rem;
}

.recordTable tr td {
	padding: 8px !important;
}

@media (max-width: 900px) {
  .recordTable .discipline {display:none;}
}

@media (max-width: 800px) {
  .recordTable .gender {display:none;}
}

@media (max-width: 600px) {
  .recordTable .bow_type {display:none;}
}

@media (max-width: 400px) {
  .recordTable .club {display:none;}
}
