#countdown {
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 0
}

#countdown li {
  list-style: none;
  display:inline-block;
  margin-right: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  /* position: relative; */
}

#countdown li:last-child {
  margin-right: 0
}

#countdown li span {
  /* display: block;
  font-size: 40px;
  font-weight: 700;
  height: 82px;
  line-height: 79px;
  width: 75px;
  border-radius: 10px;
  border-right: 1px solid #9e3e2e;
  border-bottom: 1px solid #9e3e2e; */
  font-size: 40px;
}

#countdown li .days {
	color:#000;
 /*  background-color: #45b29d;
  border-top: 1px solid #6ac1b1;
  border-left: 1px solid #6ac1b1; */
}

#countdown li .hours {
	color:#000;
  /* background-color: #efc94c; 
  border-top: 1px solid #f2d470;
  border-left: 1px solid #f2d470; */
}

#countdown li .minutes {
	color:#000;
  /* background-color: #e27a3f;
  border-top: 1px solid #e89565;
  border-left: 1px solid #e89565; */
}

#countdown li .seconds {
	color:#000;
  /* background-color: #df5a49;
  border-top: 1px solid #e57b6d;
  border-left: 1px solid #e57b6d; */
}

#countdown li:before {
  background-color: #FFFFFF;
  /* content: ""; */
  height: 11px;
  left: 0;
  position: absolute;
  top: 36px;
  width: 1px;
}

#countdown li:after {
  background-color: #FFFFFF;
  /* content: ""; */
  height: 11px;
  right:0;
  position: absolute;
  top: 36px;
  width: 1px;
}