.countdown {
  text-align: center;
  background-color: #FFCE55;
  background-image: url("img/index/timer.png");
  background-repeat: no-repeat;
  background-size: 80px auto;
  background-position: left 20px center;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 18px;
  width: 560px;
  padding: 15px 60px 15px 120px;
  margin: 0 auto 10px;
  border-radius: 100px; }

.cd_txt {
  font-weight: bold;
  font-size: 18px; }

.message {
  margin-bottom: 20px;
  display: inline;
  color: #ff0000;
  font-size: 1.2em; }

#timer {
  font-size: 20px;
  background-color: #323232;
  border-radius: 10px; }

#timer .number {
  display: inline-block;
  min-width: 40px;
  color: #fff000;
  font-weight: bold;
  font-size: 1.1em; }

#timer .text {
  display: inline-block;
  min-width: 40px;
  color: #fff;
  font-weight: normal; }
