@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
.release-catfish {
  font-family: 'Roboto', sans-serif;
  position: fixed;
  display: block;
  z-index: 99998;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  /*margin-bottom:-100px; /* Used for slide animation */
}

#InfotronFeederPitch {
   cursor: pointer;
}

.release-catfish-container {
  height: 50px;
  position: relative;
  box-shadow: -1px 1px 6px #000000;
  cursor: pointer;
  background-color: #3D83BD;
}

.release-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;
}

.release-catfish-cancel:hover {
  text-decoration: none;
}

.release-catfish-logo {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 115px;
  height: auto;
}

.release-catfish p {
  color: #fff;
  font-size: 21px;
  line-height: 0px;
  margin-right: 20px;
  float: left;
  font-weight: 500;
  margin-top: 25px;
}

.release-catfish-btn {
  color: #000;
  background-color: #f0ad4e;
  border-color: #eea236;
  display: inline-block;
  padding: 7.5px 15px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.25);
  font-weight: 500;
  text-transform: uppercase;
  margin-left: 20px;
}

.release-catfish-btn:hover {
  background-color: #ec971f;
  border-color: #de8a13;
  text-decoration: underline;
}

.release-catfish-start {
  cursor: pointer;
  position: relative;
  margin: 0 auto;
  padding: 8px 0;
  width: 765px;
}

.release-catfish-promo {
  background-color: #00446A;
  float: left;
  padding: 2px;
  overflow: hidden;
  margin-left: 5px;
  border-radius: 6px;
  color: #fff;
  padding-right: 15px;
}

.release-catfish-promo p {
  font-size: 15px;
  line-height: 31px;
  margin: 0 10px 0 15px;
  font-weight: normal;
  color: #fff;
}

.dash {
  display: inline;
}

.digit {
  display: inline;
}

#countdown {
  position: relative;
  height: 65px;
  color: #00446A;
  background: transparent url("http://tmfquotes.fool.com/tmfstatic/img/countdownBackgroundTransparent.gif") no-repeat;
  width: 295px;
  float: left;
  margin-top: -25px;
}

.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://tmfquotes.fool.com/tmfstatic/img/release_fish.png") no-repeat scroll 0 0 transparent;
  float: left;
  height: 82px;
  margin-top: -55px;
  position: relative;
  width: 134px;
}

#catfish-alert-message {
  margin-left: -50px;
}
