#Countdown {
  position: relative;
  width: 280px;
  padding: 35px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  color: white;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}

#Background {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

#BackgroundTop {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 55px;
  background: url(backgroundTop.png) no-repeat;
}

#BackgroundMiddle {
  position: absolute;
  top: 55px;
  left: 0px;
  right: 0px;
  bottom: 40px;
  background: url(backgroundMiddle.png) repeat-y;
}

#BackgroundBottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 40px;
  background: url(backgroundBottom.png) no-repeat;
}

#CalTitle {
  position: relative;
  margin-bottom: 10px;
  padding-left: 57px;
  font-size: 30px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  text-shadow: black 0px 1px 2px;
}

#Countdowns {
  position: relative;
  color: white;
  text-align: center;
}

.countdown {
  position: relative;
}

.countdown hr {
  margin: 0px;
  padding: 0px;
  border: 0px;
  border-top: 1px black solid;
  border-bottom: 1px #606060 solid;
  margin-top: 10px;
  margin-bottom: 10px;
}

.countdownDate {
  color: #E0E0E0;
  font-size: 9px;
  text-shadow: black 0px 1px 2px;
}

#Title {
  position: relative;
  margin-top: 30px;
  margin-bottom: 10px;
  display: none;
}

.countHeader {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  white-space: normal;
  width: 280px;
  text-shadow: black 0px 1px 2px;
}

#Header {
  cursor: pointer;
}

#CountdownText {
  text-align: center;
  padding-top: 3px;
}

#CountdownTable {
  color: white;
  margin: auto;
}

.number {
  background: #101010;
  border-bottom: #404040 solid 1px;
  border-left: #202020 solid 1px;
  border-right: #202020 solid 1px;
  text-align: center;
  font-size: 14px;
  color: #E0E0E0;
  /*font-family: serif;*/
  font-weight: bold;
  padding-left: 4px;
  padding-right: 4px;
}

.colon {
  font-weight: bold;
  font-size: 12px;
}

.text {
  text-align: center;
  font-size: 9px;
  white-space: nowrap;
  overflow: hidden;
  text-shadow: gray 1px 0px 1px;
}

#CountdownTemplate {
  display: none;
}