/* Generic Stuff */

.module.no-top {
    border-top: 0;
	padding-top: 0;
}

.hidden {
	display: none;
	}
	

/* Gas prediction */

h2.gas-head {
	font-size: 24px;
	padding-bottom: 0;
	}

h3.gas-sub {
	padding: 12px 2px 10px 0;
	display: inline-block;
	}

h4.gas-date {
    font-size: 13px;
	font-weight: normal;
	color: #666666;
	margin-top: 0;
	padding-bottom: 10px;
	display: inline-block;
	}

.gas-price {
    font-size: 100px;
	line-height: 90px;
    font-weight: bold;
	color: #666666;
	}

.gas-unit {
    display: inline-block;
    font-size: 28px;
	color: #c3c3c3;
    line-height: 28px;
	margin: 0 0 0 10px;
	}

.gas-price.gas-up {
	background: url(../images/arrow-up.png) left no-repeat;
	color: #e1191e;
	padding-left: 58px;
	}

.gas-price.gas-down {
	background: url(../images/arrow-down.png) left no-repeat;
	color: #1e91b4;
	padding-left: 58px;
	}

.gas-price.gas-same {
	font-size:50px;
	line-height:50px;
	color:#C3C3C3;
	}
	

/* Sharing Tools */
	
#sharecount {
    border-top: 5px solid #c4c4c4;
}


/* Gas chart */

.credit {
	float: right;
	color: #666666; 
	padding: 8px 0 0 0;
	text-align: right;
	}

/* Sharing tools */

#storytools {
	float: left;
	}
	

/* Don't Miss */

#dontmiss .cbccarousel.promocollection h2 {
    padding: 0 0 10px;
	}