body, html {
    height: 100%;
    font-family: sans-serif;
    margin: auto;
}

a {
    color: #112d4e; 
}

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;
}

table tr.ContractHeader {
    /*background-color: #860303; OPTION 1*/
	background-color: #333;
    color: white;
    font-size: 0.875rem;
   text-transform: uppercase;
    letter-spacing: 2%;
}


table tr.LocationCommodityHeader {
    /*background-color: #333; OPTION 1*/
	background-color: #860303;
    color: #fff;
    font-size:1.15rem;
}

th, td {
    border-collapse: collapse;
    padding: 8px;
    width: 11%;
}

tr:nth-child(odd) {
    background-color: #fff;
}

tr:nth-child(even) {
    background-color: #eee;
}

.center {
    margin: auto;
    width: 1160px;
}

.right {
padding: 40px 0;
}

div.headingcontainer {
  width:100%;
  overflow:auto;
}

div.headingcontainer div {
  width:50%;  
  float:left;
}

.CashBids{
    width: 700px;
}

.CashBids_h1 {
    font-weight: normal;
}

.CashBidsDisclaimer {
    text-align: left;
    font-weight: bold;
    line-height : 25px;
}

.CashBidsDisclaimerCopyright {
    line-height : 15px;
}

.CashBidsDisclaimerCopyright img{
    vertical-align: middle;
    width: 150px;
    height: 27px;
}

.BidChangePositive{
    color:#008000;
    margin: 0;
    padding: 0;
}

.BidChangeNegative{
    color:#ff0000;
    margin: 0;
    padding: 0;
}

.CashBids_Note {
    font-weight: bold;
    text-align: center;
}

.navtop {
	background-color: #860303;
	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;
}

/*
logo color: #4b4b4b
building brick pink: #8c727f
building cap cream: #9faeb1
*/

/* ////////////////////////////////////////// */

.MarketSnapshot {
	    border: #e1e0e0 1px solid;
	}
	
.MarketSnapshot th {
	    text-align: left;
	    background: #f0F0F0;
	    /* padding: 10px; */
	}
	
.MarketSnapshot td {
	    border-bottom: #e1e0e0 1px solid;
	    /* padding: 10px; */
	}

/* RESPONSIVE */
.responsive {
    width: 100%;
    max-width: 1160px;
    height: auto;
}

@media screen and (max-width: 800px) {
    
    body, html {
        height: 100%;
        width: 350px;
        font-family: sans-serif;
        font-size: 10px;
        margin: auto;
    }
    
    img {
        vertical-align: middle;
        width: 350px;
    }

	th, td {
        border-collapse: collapse;
        padding: 4px;
    }

    table {
        border-collapse: collapse;
        width: 1px;
        white-space: nowrap;
    }
    
    .center {
        margin: auto;
    }
    
    .navtop {
    	background-color: #860303;
    	height: 40px;
    	width: 350px;
    	border: 0;
    }

    .CashBids{
        width: 350px;
    }
    .CashBids_h1 {
        font-weight: normal;
    }

    .CashBids_Note {
        font-weight: bold;
        font-size: 8px;
        text-align: left;
    }

	div.headingcontainer div {
		width: 50%;  
		float: none;
	}

	.right {
		padding: 0px 0;
	}
}