/* CountDown 
#countdown {
  text-align: center;
}*/
#countdown p {
  display: inline-block;
  padding: 3px;
  margin: 0 0 20px;
  border-radius: 3px;
  font-weight: bolder;
  font-size: large;
  /*color: #000000;
  box-shadow: inset 0px 0px 20px rgba(255, 255, 255,0.9);*/
}
div#countTime {
  display: inline-block;
  padding: 10px;
  margin: 0 0 20px;
  border-radius: 3px;
  min-width: 2.6rem;
  font-weight: bolder;
}