.countdown-label {
  color: #65584c;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 2px;
  margin-top: 2px
}

#countdown{
  box-shadow: 0 1px 2px 0 rgba(1, 1, 1, 0.4);
  width: 100%;
  height: 96px;
  text-align: center;
  background: #f1f1f1;
  border-radius: 5px;
  margin: auto;
}

#countdown #tiles{
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 0px;
  text-align: center;
  
  padding: 20px;
  border-radius: 5px 5px 0 0;
  display: block;
}

.color-full {
  background: #53bb74;
}

#countdown #tiles > span{
  width: 70px;
  max-width: 70px;

  padding: 18px 0;
  position: relative;
}











.PLcountdown-label {
  color: #65584c;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 2px;
  margin-top: 0px
}

#PLcountdown{
  box-shadow: 0 1px 2px 0 rgba(1, 1, 1, 0.4);
  width: 220px;
  height: 38px;
  text-align: center;
  background: #f1f1f1;
  border-radius: 5px;
  margin: auto;
}

#PLcountdown #PLtiles{
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 0px;
  text-align: center;
  
  padding: 0px;
  border-radius: 5px 5px 0 0;
  display: block;
}

.PLcolor-full {
  background: #53bb74;
}

#PLcountdown #PLtiles > span{
  width: 70px;
  max-width: 70px;

  padding: 18px 0;
  position: relative;
}








#PLWLcountdown{
  width: 220px;
  height: 100%;
  text-align: center;
  border-radius: 5px;
  margin: auto;
  margin-top: 3px;
}

#PLWLcountdown #PLWLtiles{
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 0px;
  text-align: center;
  
  padding: 6px;
  border-radius: 5px 5px 5px 5px;
  display: block;
}

#PLWLcountdown #PLWLtiles > span{
  width: 70px;
  max-width: 70px;

  padding: 18px 0;
  position: relative;
}






#Bcountdown{
  width: 100%;
  height: 100%;
  text-align: center;
  background: #f1f1f1;
  border-radius: 5px;
  margin: auto;
}

#Bcountdown #Btiles{
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 0px;
  text-align: center;
  
  padding: 20px;
  border-radius: 5px 5px 5px 5px;
  display: block;
}



#Bcountdown #Btiles > span{
  width: 70px;
  max-width: 70px;

  padding: 18px 0;
  position: relative;
}

@media all and (max-width:768px){
.color-full {
    font-size: 23px !important;
}

}

@media all and (min-width:768px) and (max-width:1020px){
.color-full {
    font-size: 23px !important;
}

}

@media all and (max-width:425px){
.color-full {
    font-size: 15px !important;
}

}
