	/****************************** 
	 * Holes                      *
	 *                            *
	 ******************************
	/                            */
		.type-hole{
			padding:0;
		}
			.holes-navigation{
				margin-bottom:2em;
			}
				.holes-navigation a{
					display:block;
					float:left;
					width:3.4em;
					padding:.1em 0 0;
					margin:1px .4em 1px 0;
					text-align:center;
					text-decoration:none;
					font-family:sans-serif;
					font-weight:bold;
					color:#FFF;
					font-size:150%;
					background:#6B6C6E;
				}
				.holes-navigation a:hover,
				.holes-navigation a.current{
					background:#C61E3C;
					color: #FFF;
          text-decoration: none;
				}
		.hole-image{
			text-align:center;
			margin-bottom: 20px;
		}
		.hole-options{
			text-align:center;
			font-weight:bold;
			font-size:150%;
		}
		.hole-options th{
			height:1.7em;
			text-align: center;
		}
		.hole-options td{
			height:2em;
			vertical-align:middle;
		}
		.hole-options th,
		.hole-options tr:last-child td{
			border-bottom:2px solid #C61E3C;
			width:2.6em;
		}
		.hole-options th:last-child,
		.hole-options td:last-child{
			padding-right:2.6em;
		}
		.hole-options td{
			border-bottom:1px solid #C61E3C;
		}
		
		.holes-overview{
			margin: 20px 0;
		}
		.hole-thumb{
			margin-bottom: 20px;
		}
		.hole-thumb a{
		  display: block;
      padding: 3px;
			background-color: #A9A9A9;
			color: #00123F;
			text-decoration: none;
		}
		.hole-thumb a:hover{
			color: #FFF;
			text-decoration: none;
			background: #00123F;
		}
			.hole-thumb a img{
				display: block;
				width: 100%;
				height: auto;
				background-color: #666;
			}
			.hole-thumb a h1{
				padding: 10px;
				margin: 0;
				font-size: 110%;
				text-align: center;
				text-decoration: none;
			}
			

@media screen and (min-width: 768px){
  .hole-image{
		float: right !important;
	}
}

