table {
	border-collapse: collapse;
	border: 1px solid black;
}

td {
	text-align: center;
}

/*td {
	background: #FFF;
	border: 1px solid #000;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
*/
caption {
	text-align: left;
	padding-bottom: 5px;
	font-weight: bold;
	margin-top: 20px;
}


/*table.selections is the drop down selections box at top of form*/ 

.selections {
	border: none;
}

h5 {
	margin-bottom: 0px;
}

.selections td {
	/*border: none;*/
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 85%;
	background-color: #A8A8A8;
}


td.pad_l {
	padding-left: 15px;
}

td.pad_l_r {
	padding-left: 15px;
	padding-right: 15px;
}

.results {
	font-size: 85%;
}

.results th {
	background-color: #A8A8A8;
	border: solid #000000;
	border-width:1px;
}

.results td {
	border: dashed #0066CC;
	border-width:0px;
}


.alt1 {
	background-color: #FFFFFF;
}	/*CCE0FF*/

.alt2 {
	background-color: #F8F8F8;
	/* 94BFFF*/
}

/*these two for a bold total row where alt color can vary*/
.alt3 {
	background-color: #FFFFFF;
	font-weight: bold;
}

.alt4 {
	background-color: #F8F8F8;
	font-weight: bold;
}

.align_l {
	text-align: left;
}

/*this for full match result so each hole 1-18 same width*/
.set_cell_width {
	width: 22px;
}


.single_match_result {
	font-size: 100%;
}

.report_author {
 	margin-bottom: 0;
 	padding-bottom: 0;
	font-weight: bold;
}

.report_text {
	width: 70%;
 	margin-top: 0;
 	padding-top: 0;
}

.rounded {
	background: #FFF;
	border: 1px solid #000;
	border-radius: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.course_card td {
	border: solid black 1px;
	width: 20px;
	padding: 2px;
}


/*This aint working yet?!*/
.double_border_left td {
  border: double black 3px !important;
}

.test {
	position: absolute;
	/*top: 80px;
	left: 50px;*/
	font-size: 5%;
	color: rgb(176, 226, 255);

}

.test:hover {
	color: red;
	font-size: 40%;
}

.chart {
	margin_top: 15px;
	margin_bottom: 15px;
}

#chart_div {
	margin_top: 15px;
	margin_bottom: 15px;
}

