/* @override http://localhost/wordpress/wp-content/plugins/golfScores/assets/styles/golfscores.css?ver=3.7.1 */

#golfScoresSubtitle {
	text-align: center;
	font-weight: bold;
}
.golfScoresDate {
	text-align: left;
}
.golfScoresScore{
	text-align: center;
}
.golfScoresHoles{
	text-align: center;
}
.golfScoresCourse {
}
.golfScoresTee {
}
.golfScoresEdit {
}
.golfScoresSubmit {
	margin-right: 5px;
	float: left;
	clear: left;
	color: green;	
}
.golfScoresDelete {
	margin-left: 5px;
	float: left;
	color: red;	
}
.golfScoresAlert {
	text-align: center;
	color: red;
	background-color: yellow;
	border: 1px solid red;
}
table.tableGolfScores tr {
	padding: px;
}

table.tableGolfScores td,table.tableGolfScores th{
	padding-top: 4px;
	padding-bottom: 4px; 
}

table.tableGolfScores tr:nth-child(even){
	background-color: #F5F5F5;
	padding: 5px;	
}
table.tableGolfScores tr:nth-child(odd){
	background-color: #EFEFEF;	
	padding: 5px;
}

#golfScoresIcon {
	float: left;
	height: 34px;
	margin-top: 7px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 36px;
}

#golfScoresMenu {
	text-align: center;
	width: 100%;
	padding-top: 6px;	
}
#golfScoresPaging {
	text-align: center;
	width: 100%;	
}

#golfScoresMenu a {
	
	padding: 5px;

}
table.tableGolfScores {
	width: 100%;
	font-size: 1em;
	border-radius: 5px;
}

#tkGolfScores td {
	padding: 3px;
	background-color: #f6f6f6;
}

#tkGolfScores tr {
	border-bottom: 1px dotted #e9e9e9;
}

#tkGolfScores th {
	background-color: #ebebeb;
}

