.earnings-catfish {
	position:fixed;
	display: none;
	z-index:99998;
	bottom:0;
	left:0;
	height: 50px;
	width:100%;
	margin-bottom:-100px; /* Used for slide animation */
}
.earnings-catfish-container {
	background-image: url('http://h.foolcdn.com/tmfstatic/img/earnings_fish.png');
	height: 50px;
	position: relative;
	box-shadow: -1px 1px 6px #000000;
	cursor: pointer;
}
.earnings-catfish-start {
	padding: 8px 0;
	margin: 0 auto;
	width: 970px;
    cursor:pointer;			
}
.earnings-catfish-cancel {
	position: absolute;
	right: 20px;
    top:10px;
    font-size: 11px;
    color: #ccc;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    width: 14px;
    background-color: #222;
    line-height: 13px;
}
.earnings-catfish-cancel:hover {
	text-decoration: none;
}
.earnings-catfish-logo {
	float: left;
	position: relative;
    margin-top: -21px;
}
.earnings-catfish p {
	color:#fff;
	font-size: 21px;
	line-height: 36px;
	margin-right: 20px;
	float:left;
	font-weight: bold;
}
.earnings-catfish-btn {
	background-color: #A60809;
	background-image: linear-gradient(bottom, rgb(142,5,5) 15%, rgb(189,11,11) 58%);
	background-image: -o-linear-gradient(bottom, rgb(142,5,5) 15%, rgb(189,11,11) 58%);
	background-image: -moz-linear-gradient(bottom, rgb(142,5,5) 15%, rgb(189,11,11) 58%);
	background-image: -webkit-linear-gradient(bottom, rgb(142,5,5) 15%, rgb(189,11,11) 58%);
	background-image: -ms-linear-gradient(bottom, rgb(142,5,5) 15%, rgb(189,11,11) 58%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.15, rgb(142,5,5)),
		color-stop(0.58, rgb(189,11,11))
	);
	color: #fff;
	border: 1px solid #a00707;
	font-size: 14px;
	display: block;
	float: right;
	padding: 3px 10px;
	text-align: center;
	text-decoration: none;
	border-radius:3px;
	cursor:pointer;
	font-weight: bold;
}
.earnings-catfish-btn:hover {	
	background: none;
	background-color: #960708;
}


.earnings-catfish-promo {
	background-color: #333;
	float:left;
	padding: 2px;
	overflow: hidden;
	margin-left: 5px;
	border-radius: 6px;
	color: #fff;
}
.earnings-catfish-promo p {
	font-size: 15px;
	line-height: 31px;
	font-weight: normal;
}

.catfish-container p {
	margin: 0 10px 0 5px !important;
}

.dash {
	display: inline;
}

.digit {
	display: inline;
}

#countdown {
	position:relative;
	height: 65px;
	color: #000;
	background:transparent url('http://h.foolcdn.com/tmfstatic/img/countdownBackground.gif') no-repeat;
	width:295px;
	float:left;
	margin-top:-25px;
	box-shadow: 2px 0 11px #444444;
}	

.countdownBlock {
	width:73px;
	float: left;
}

.countdownDigit {
	font-size:35px;
	margin:18px -5px;
	display: block;
	text-align: right;
	letter-spacing: 13px;
	font-weight: bold;
	color: #333;
	line-height: 20px;
}

#catfish-alert {
    background: url("http://g.foolcdn.com/img/reports/alert_img.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 82px;
    margin-top: -55px;
    position: relative;
    width: 134px;
}
#catfish-alert-message
{
       margin-left: -50px;
}

@media only screen and (max-width:850px)
{
	.earnings-catfish {
		display:none;
	}
}
