body, html{ 
    background-color: #0b3650 ;
	height: 100% ;
}
a:link { color: #000000;
  text-decoration: none;
}
a:visited { color: #000000;
  text-decoration: none;
}
img {
	max-width: 100% ;
	width: auto ;
	height: auto ;
}
div#menu-con {
    margin: 0;
	border: 1px solid #000000 ;
}
div#sidecol {
	float: left ;
	width: 15% ;
	color: #000 ;
}
div#menu { width: 100%;
 background-color:#4cd137;
 }
 
 div#menu img { margin: 0px 0px 5px 0px;
 border-right: 1px solid #000000;
 border-bottom: 1px solid #000000;
 }
 
div#menu ul { list-style-type: none;
  margin: 0;
  padding: 0;
  }
 
div#menu li {
  padding: 5px; /* Height of indiv menu list */
  margin-bottom: 8px; /* Space between each item */
  background-color: #1E91D6;
  border: 1px solid #000000;
  margin-right: 1px; /* Right margin each list item */
  margin-left: 1px;  /* Left margin each list item */
  text-align: left;
  }
  
div#menu li a:hover {
color: #4cd137;
}
 
 /* MENU ENDS */
 /* Border around main content */
div#contentborder {
	float: right ;
	width: 84% ;
	color: #000 ;
	border-left: 1px solid #000000 ;
	background-color: #42A8E5 ;
}
@media only screen and (max-width: 600px) {
	div#sidecol {
		float: none ;
		width: 100% ;
	}
	div#menu img{
		display: none ;
	}
	div#contentborder {
		float: none ;
		width: 100% ;
		border-left: 0px ;
		border-top: 1px solid #000000 ;
	}
}
@media only screen and (max-width: 620px) {
	.divTableCell img {
		width: 80% ;
	}
}
div#contproper {
    padding: 5px 25px 25px 25px;
	min-height:100vh;
}
p.check {
    background-color: #cfcfcf;
	text-align: center;
}
div#container {
	border: 1px solid #000000 ;
    padding: 5px ;
    background-color: #4cd137 ;
}
div#header, div#footer {
	text-align: center;
    padding: 10px 10px;
    border: 1px solid #000000;
    background-color:#0072BB;
}
div#headertable { 
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap; 
	align-content: space-around;
	align-items: flex-end;
    border: 1px solid #000000;
    background-color: #1E91D6;
}
div#left {
    text-align:center;
    width: 20%;
 }
 div#middle {
    text-align:center;
    width: 60%;
	margin: 20px;
 }
 div#right {
    text-align:center;
    width: 20%;
	margin: 5px;
    padding: 5px;
 }
 .polaroid { border: 1px solid #000000;
/* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 4px; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 4px; 
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
border-radius: 4px;
margin-left: 5px;
margin-right: 5px;
}
 div#spacer { padding: 3px;
background-color:#4cd137;
}
/* WELCOME HOME PAGE BEGINS */
.style2 {
	font-size: 30px;
	font-family: 'Tangerine', Serif;
}
/* WELCOME HOME PAGE ENDS */

 /*HR BEGINS*/

.line-center{
    margin:0;padding:0 10px;
    background:#1E91D6;
    display:inline-block;
	border: 1px solid #000000;
}
h3{
    color: #000000;
    text-align:center;
    position:relative;
    z-index:2;
    
}
h3:after{
    content:"";
    position:absolute;
    top:50%;
    left:0;
    right:0;
    border-top:solid 1px black;
    z-index:-1;
}

/*HR ENDS*/

/* GOAT MEAT TABLE BEGINS */
 
 div.meatTable {
  border: 2px solid #000000;
  width: 75%;
  margin: auto;
  text-align: center;
  border-collapse: collapse;
}
.divTable.meatTable .divTableCell, .divTable.meatTable .divTableHead {
  border: 1px solid #000000;
  padding: 5px 5px;
}

.divTable.meatTable .divTableBody .divTableCell {
  font-size: 15px;
  color: #000000;
  vertical-align: middle;
}
.divTable.meatTable .divTableHeading {
  background: #CFCFCF;
  border-bottom: 2px solid #000000;
}
.divTable.meatTable .divTableHeading .divTableHead {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}

 /* GOAT MEAT TABLE ENDS */
 
 /* GOAT MEAT PAGE CHARTS/RECIPES BEGINS */
 
 .TPphone{float: left;
 margin: 0px 25px;
 }
 
 .store{ float: right;
 margin: 0px 25px;
 text-align: center;
 }
 
 .small {
    font-size: 0.8em;
  }

table.chart {
    border-collapse: collapse;

}

table.chart thead {
    background-color: #cfcfcf;
}

table.chart thead tr {}

table.chart thead tr th {
    padding: 0.5em 1em;
    text-align: center;

}

table.chart tbody {}

table.chart tbody tr {
    border-bottom: 1px solid #000000;

}


table.chart tbody tr td {
    padding: 0.4em 1em;
    text-align: left;

}

table.chart tbody tr td.numeric {
    text-align: right;

}

table.chart tbody tr td ul.actions li {  
    list-style: none;
    display: inline;

}

table.chart tbody tr td ul.actions {}

table.chart tbody tr td ul.actions {}

@media screen and (max-width: 635px) {

table.chart {
    width: 100%;

}

table.chart thead {
    display: none;

}

table.chart tbody tr {
    box-shadow: 0 0 0.5em #666666;
    border: none;
    background-color: #cfcfcf;
    display: block; 

    margin: 1em;
}

table.chart tbody tr td {
    padding: 0.4em 1em;
    text-align: right;

    display: block;

    width: block;

}

table.chart tbody tr td[data-label="#"] {
    display: none;

}

table.chart tbody tr td[data-label="Meat"] {
    text-transform: uppercase;
	font-weight: bold;

}

table.chart tbody tr td[data-label]:before {
    content: attr(data-label);
    float: left;
}

table.chart tbody tr td.numeric {
    text-align: left;

}

}


/* GOAT MEAT PAGE CHARTS/RECIPES ENDS */

/* LIGHTBOX BEGINS */
  
  #lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

/* LIGHTBOX ENDS */

/* GOAT TABLES BEGINS */

.text-center {
	text-align: center;
}

.goat-box-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.goat-box {
	background-color: #CFCFCF;
	box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
	border-radius: 4px;
	flex: 1;
	padding: 0 20px 20px;
	margin: 2%;
	min-width: 250px;
	max-width: 350px;
}

.goat-box h5 {
	text-transform: uppercase;
	text-align: center;
}

.goat-box img { 
    border: 1px solid #000000;
}

.features-list {
	padding: 0;
	list-style-type: none;
}

.btn-primary {
	border-radius: 25px;
	border: none;
	background-color: #42A8E5;
	color: #000;
	cursor: pointer;
	padding: 10px 15px;
	margin-top: 10px;
	text-transform: uppercase;
	transition: all 0.1s ease-in-out;
}

.btn-sires {
	border-radius: 25px;
	border: none;
	background-color: #CFCFCF;
	color: #000000;
	cursor: pointer;
	padding: 10px 15px;
	margin-top: 10px;
	text-transform: uppercase;
	transition: all 0.1s ease-in-out;
}

.btn-sires:hover {
	box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
	transform: translateY(-3px);
}

.btn-primary:hover {
	box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
	transform: translateY(-3px);
}

.features-list li {
	border-bottom-color: rgba(255, 255, 255, 1);
}
.features-list li a:hover {
color: #42A8E5;
}

/* GOAT TABLES ENDS */
	

/* TROTTERS FOOTER BEGINS */
.style3 {
	font-size: 40px;
	font-weight: bold;
	font-family: 'Playball', Serif;
} 
 
#table2 { display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
justify-content: space-around;
align-items: center;
text-decoration: none;
margin: 5px;
 }
.footernames{
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
} 
.text { font-size: small;
margin-top: 10px;
}
#footertable { border: 1px solid #000000;
 background-color: #1E91D6;
}

 /* FOOTER TABLE ENDS */
 
br.cb { clear: both;
  } 
.sold {color: #990000}