/* Aries v1.0 - by WowThemes.net 
Additional CSS for simple GS template */



#greenfees {
	color: #333;
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#greenfees td, #greenfees th {
  border: 1px solid #ddd;
  padding: 8px;
	height: 686;
}

#greenfees tr:nth-child(even){background-color: #f2f2f2;}

#greenfees tr:nth-child(odd){background-color: #fff;}

#greenfees tr:hover {background-color: #ddd;}

#greenfees th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #87CEEB;
  color: white;
}

/*.intro {
	height:30px;
	padding: 0;
	background-image:radial-gradient(circle at 50% 50%,rgba(0,0,0,0.46),rgba(0,0,0,0.88));
} */

@media(min-width:768px) {
	.intro {
		height:90px;
		padding:0;
	}

@media(min-width:767px) {
	.content-section {
		padding:50px 0;
			 clear:both;
	}
}

