@charset "utf-8";
/* make sure that you have these in the right order (a, a:visited, a:hover, a:active */
a {color:#0066cc;}      /* unvisited link - BLUE */
a:visited {color:#0066cc;}  /* visited link - BLUE */
a:hover {color: #F6B45E;}  /* mouse over link - ORANGE */
a:active {color:#0066cc;}  /* selected link - BLUE */

.sc-row-spot {
	color: red;
}
.sc-row-header td {
	height: 20px;
	line-height: 20px;
	border-top: 1px solid rgb(150,150,150);
	border-right: 1px solid rgb(150,150,150);
	border-left: 1px solid rgb(150,150,150);
	border-bottom: 1px solid rgb(150,150,150);
}
.sc-row-par td {
	height: 20px;
	line-height: 20px;
	background-color: rgb(255,204,153); /* ORANGE */
	border-right: 1px solid rgb(150,150,150);
	border-left: 1px solid rgb(150,150,150);
	border-bottom: 1px solid rgb(150,150,150);
	font-style: italic;
}
.sc-row-score td {
	height: 40px;
	line-height: 40px;
	border-right: 1px solid rgb(150,150,150);
	border-left: 1px solid rgb(150,150,150);
	border-bottom: 1px solid rgb(150,150,150);
}
.sc-first-col {
	/* width: 190px; */
	font-style: italic;
	text-align: right;
	padding-right: .3rem;
	font-size: .6rem;
	/* padding-right: 5px; */
}
.sc-column2 {
	/* width: 190px; */
	text-align: center;
	/* padding-left: 5px; */
}
.sc-col-score {
	width: 2.5rem;
	font-size: .8rem;
}
.cardName{
	/* font-size: 14px; */
	font-weight: normal;
	font-family: 'Rock Salt', cursive;
	margin: auto;
	line-height: 24px;
	text-align: center;
}
.numberStrokes{
	width: 1.5rem;
	line-height: 1.5rem;
	font-size: 1.5rem;
	/* height: 24px; */
	padding: 0px;
	font-weight: 400;
	font-family: 'Swanky and Moo Moo', cursive;
	margin: auto;

	text-align: center;
}
.numberEagle {
	border-radius: 50%;
	border: 3px double black;
}
.numberBirdie {
	border-radius: 50%;
	border: 1px solid black;
}
.numberBogey {
	border-radius: 0%;
	border: 1px solid black;
}
.numberDoubleBogey {
	border-radius: 0%;
	border: 3px double black;
}
.cardHeader1 {
	padding-right: 20px;
  height: 20px;
	/* font-size: 20px; */
	font-weight: bold;
	vertical-align: bottom;
  display: table-cell;
}
.cardHeader2 {
	height: 20px;
	/* font-size: 12px; */
	font-weight: normal;
  vertical-align: middle;
  display: table-cell;
}
