@charset "utf-8";
#matchsheet-container {
	/* width: 680px; */
	width: 100%;
	background-color: white;
	overflow: hidden;
}
#matchsheet {
	margin-left: auto;
	margin-right: auto;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: solid 1px black;
	overflow: hidden;
}
#matchsheet table {
	margin-left:auto;
	margin-right:auto;
	font-size: 10px;
	border-collapse: collapse;
	border-spacing: 0;
}
#matchsheet th {
	/*ROUND-PAIR-DATE*/
	height: 50px;
	font-size: 16px;
	font-weight: bold;
}
a.pairlink:visited, a.pairlink:link {
	color: black;
	text-decoration: none;
}
a.pairlink:hover, a.pairlink:active {
	color: blue;
	text-decoration: underline;
}
td.team-number {
	height: 25px;
	text-align: center;
	font-size: 14px;
}
td.previous-points {
	background-color: #F2F2F2; /* LIGHT GRAY */
	text-align: center;
	font-size: 11px;
	border: black;
	border-style: double;
}
tr.header-row {
	height: 65px;
	vertical-align: bottom;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: double black;
	border-left: 1px solid black;
}
tr.header-row td {
	border-right: 1px dotted;
	border-left: 1px dotted;
}
img.pairing-header {
	display: block;
	margin: 0 auto;
	padding-bottom: 5px;
}
tr.pairings-row-match {
	height: 32px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px dotted black;
}
tr.pairings-row-subTotals {
	height: 20px;
	text-align: center;
	color: #969696; /* GRAY */
	font-size: 11px;
	border-right: 1px solid black;
	border-bottom: 2px solid black;
	border-left: 1px solid black;
}
tr.pairings-row-results {
	height: 20px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
tr.pairings-row-results td {
	border-right: 1px dotted black;
	border-left: 1px dotted black;
}
tr.pairings-row-totals {
	height: 40px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
tr.pairings-row-subTotals td {
	border-right: 1px dotted black;
	border-left: 1px dotted black;
}
td.total-points {
	font-size: 16px;
}
tr.pairings-row-match td {
	border-right: 1px solid black;
	border-left: 1px solid black;
}
td.pairings-col-points {
	width:44px;
	/*background-color: #FFFFCs;  LIGHTER YELLOW */
	font-style: italic;
	font-size: 11px;
}
td.pairings-col-golferName {
	width:104px;
	text-align: left;
	font-style: normal;
	padding-left: 5px;
}
.pairings-col-hdcp {
	width: 37px;
	background-color: #F2F2F2; /* LIGHT GRAY */
	color: #969696; /* GRAY */
	font-size: 11px;
	padding-right: 0px;
	padding-left: 0px;
}
td.pairings-col-strokes {
	width:40px;
	font-size: 11px;
}
td.pairings-col-net {
	width:40px;
	font-size: 11px;
}
td.pairings-col-holes {
	width:40px;
	font-size: 11px;
}
.pairA-bg1 {
	background-color: #FFFFCC; /* LIGHTER YELLOW  pairA*/
}
.pairA-bg2 {
	background-color: #FFFF99; /* DARKER YELLOW  pairA*/
}
.pairB-bg1 {
	background-color: #DCE6F1; /* LIGHTER BLUE  pairB*/
}
.pairB-bg2 {
	background-color: #B8CCE4; /* DARKER BLUE  pairB*/
}
.pairC-bg1 {
	background-color: #F2DCDB; /* LIGHTER RED  pairC*/
}
.pairC-bg2 {
	background-color: #E6B8B7; /* DARKER RED  pairC*/
}
#teamA-netpoints{
	border-left:1px solid black;
	border-bottom:2px solid black;
	font-style: italic;
}
#teamB-netpoints{
	border-right:1px solid black;
	border-bottom:2px solid black;
	font-style: italic;
}
.selectedPair{
	background-color: #f9f9f9;
	font-weight: bold;
	padding: 3px;
	/* font-size: 14px; */
}
.unselectedPair{
	background-color: transparent;
	font-weight: normal;
}
tr.pairings-footer {
	font-family: courier-std, monospace;
	font-size: 12px;
	text-align: center;
}
tr.pairings-footer td {
	padding-top: 10px;
	padding-bottom: 5px;
}

.scorecard-key {
	display: flex;
	align-items: end;
	margin-bottom: .3rem;
}

.scorecard-key__label {
	background-color: #33CCCC; /* AQUA */
	width: 12px;
	height: 12px;
	margin-top: .3rem;
	margin-right: .3rem;
}

.scorecard-key__text {
  font-style: italic;
	font-size: 0.8rem;
	height: 12px;
	line-height: 12px;
}
