body, html {
    height: 100%;
    font-family: sans-serif;
}

a {
    color: #112d4e; 
}

.center {
    margin: auto;
    width: 1160px;
}

img {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    width: 100%;
}

caption {
    font-weight: bold;
    font-size: 24px;
    text-align: left;
    color: #333;
    margin-bottom: 16px;
}

.CashBids_h1 {
    font-weight: bold;
}

.CashBids_Note {
    font-weight: bold;
    font-size: 24px;
}

table tr.ContractHeader {
    background-color: #333;
    color: white;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 2%;
}

table tr.LocationCommodityHeader {
    background-color: #ffb304;
    color: #fff;
    font-size:1.15rem;
}

th, td {
    border-collapse: collapse;
    padding: 8px;
}

tr:nth-child(odd) {
    background-color: #fff;
}

tr:nth-child(even) {
    background-color: #eee;
}

.navtop {
	background-color: #1e7a0b;
	height: 40px;
	width: 100%;
	border: 0;
}
.navtop div {
	display: flex;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
.navtop div h1, .navtop div a {
	display: inline-flex;
	align-items: center;
}
.navtop div h1 {
	flex: 1;
	font-size: 24px;
	padding: 0;
	margin: 20px;
	color: #eaebed;
	font-weight: normal;
}
.navtop div a {
	padding: 0 20px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
.navtop div a i {
	padding: 2px 8px 0 0;
}
.navtop div a:hover {
	color: #eaebed;
}

/*
Gold:  FFB304
Green: 1E7A0B
*/

/* ////////////////////////////////////////// */

.MarketSnapshot {
	    border: #e1e0e0 1px solid;
	}
	.MarketSnapshot th {
	    text-align: left;
	    background: #f0F0F0;
	    padding: 10px;
	}
	.MarketSnapshot td {
	    border-bottom: #e1e0e0 1px solid;
	    padding: 10px;
	}

	@media screen and (max-width: 900px) and (min-width: 600px) {
		.BidName{
			display:none;
		}
		
		.BidStart{
		    display:none;
		}
	}
	
	@media screen and (max-width: 600px) {
		.BidName{
			display:none;
		}
		.BidVolume{
			display:none;
		}
		.BidStart{
		    display:none;
		}
		.BidFuturesPrice{
		    display:none;
		}
	}
	
	@media screen and (max-width: 450px) {
		.BidName{
			display:none;
		}
		.BidVolume{
			display:none;
		}
		.BidPrevious{
			display:none;
		}
		.BidHigh{
			display:none;
		}
		.BidOpen{
			display:none;
		}
		.BidLow{
			display:none;
		}
		.BidStart{
		    display:none;
		}
		.BidFuturesPrice{
		    display:none;
		}
		.BidEnd{
		    display:none;
		}
		.BidCashPrice{
		    display:none;
		}
	
	}
	
	/* RESPONSIVE */
	.responsive {
  width: 100%;
  max-width: 1160px;
  height: auto;
}



/* The hero image */
.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: url("../pillenmillingheader.jpg");

  /* Set a specific height */
  height: 50%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
