#banner {
  margin: 0px;
  padding: 3px 0 0 3px;
  color: #ffffff ! important;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: #CC0000;
  width: 100%;
}
#banner p {
  font-size: 34px;
  font-family: 'league_gothicregular',arial,helvetica,sans-serif;
  margin-right: 15px;
  color: white;
}
#countdown {
  margin: 0px auto 10px;
  padding: 7px 0 0;
  width: 350px;
  height: 67px;
  font-size: 42px;
  color: #272727;
  text-shadow: #ffffff 0 1px 0;
  overflow: hidden;
  font-family: 'league_gothicregular',arial,helvetica,sans-serif;
}
.countDays, .countHours, .countMinutes, .countSeconds {
	float: left;
	width: 51px;
	height: 66px;
	padding-left: 18px;
	background: #e7e7e7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.1)), to(rgba(0,0,0,.07)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.07));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.07)); 
	background-image: -ms-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.07)); 
	background-image: -o-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.07));
	background-image: linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.07));
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 5px;
-webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.41);
-moz-box-shadow:    2px 2px 2px rgba(50, 50, 50, 0.41);
box-shadow:         2px 2px 2px rgba(50, 50, 50, 0.41);

}
.points {
  margin: 0;
  float: left;
  width: 20px;
  color: #c7c7c7;
  font-family: Georgia,serif;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 69px;
}
.position {
  margin: 2px 0 0;
  position: relative;
  float: left;
  width: 17px;
  height: 46px;
}
.digit {
  padding: 0px 0 0 1px;
  position: absolute;
  top: 0;
  left: 0;
}
.boxName {
  margin: -6px 0 0 -3px;
  float: left;
  width: 40px;
  font-size: 18px;
  color: #333333;
}
.Hours {
  margin-left: 1px;
}
.Seconds {
  margin-left: 2px;
}
.strikeout {
  padding: 3px;
  position: relative;
  font-size: 14pt;
}
.strikeout:after {
  border-bottom: 2px solid #000000;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 45%;
}
