<!-- start Simple Custom CSS and JS -->
<style type="text/css">
/* THEMES */

/********** Theme: dark **********/
/* Font styles */
.flipdown.flipdown__theme-dark {
  font-family: sans-serif;
  font-weight: bold;
}
/* Rotor group headings */
.flipdown.flipdown__theme-dark .rotor-group-heading:before {
  color: #000000;
}
/* Delimeters */
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  background-color: #151515;
}
/* Rotor tops */
.flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-dark .rotor-top,
.flipdown.flipdown__theme-dark .rotor-leaf-front {
  color: #FFFFFF;
  background-color: #151515;
}
/* Rotor bottoms */
.flipdown.flipdown__theme-dark .rotor-bottom,
.flipdown.flipdown__theme-dark .rotor-leaf-rear {
  color: #EFEFEF;
  background-color: #202020;
}
/* Hinge */
.flipdown.flipdown__theme-dark .rotor:after {
  border-top: solid 1px #151515;
}

/********** Theme: light **********/
/* Font styles */
.flipdown.flipdown__theme-light {
  font-family: "Roboto";
  font-weight: bold;
}
/* Rotor group headings */
.flipdown.flipdown__theme-light .rotor-group-heading:before {
  color: #DDDDDD;
}
/* Delimeters */
.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  background-color: #835a9a;
  z-index:9999999999999999999!important;

}
/* Rotor tops */
.flipdown.flipdown__theme-light .rotor,
.flipdown.flipdown__theme-light .rotor-top,
.flipdown.flipdown__theme-light .rotor-leaf-front {
  color: #111111;
  background: #dddddd;
  background: -moz-linear-gradient(top, #dddddd 0%, #e5e5e5 20%, #eeeeee 43%, #eeeeee 43%, #eeeeee 70%, #e5e5e5 90%, #dddddd 100%);
  background: -webkit-linear-gradient(top, #dddddd 0%,#e5e5e5 20%,#eeeeee 43%,#eeeeee 43%,#eeeeee 70%,#e5e5e5 90%,#dddddd 100%);
  background: linear-gradient(to bottom, #dddddd 0%,#e5e5e5 20%,#eeeeee 43%,#eeeeee 43%,#eeeeee 70%,#e5e5e5 90%,#dddddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#dddddd',GradientType=0 );
}
/* Rotor bottoms */
.flipdown.flipdown__theme-light .rotor-bottom,
.flipdown.flipdown__theme-light .rotor-leaf-rear {
  color: #222222;
  background: #eeeeee;
  background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #eeeeee 0%,#ffffff 100%);
  background: linear-gradient(to bottom, #eeeeee 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
}
/* Hinge */
.flipdown.flipdown__theme-light .rotor:after {
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(to bottom, red, rgba(0, 0, 0, 0)) 1 100%!important;
}
.flipdown.flipdown__theme-light .rotor:before, .flipdown.flipdown__theme-light .rotor:after {
  content: "";
  position: absolute;
}
.flipdown.flipdown__theme-light .rotor:before {
  top: -3px;
  left: -3px;
  bottom: 0;
  right: -3px;
  background: -moz-linear-gradient(top, rgba(239,216,190,1) 35%, rgba(239,216,190,0.82) 47%, rgba(246,230,180,0) 100%);
background: -webkit-linear-gradient(top, rgba(239,216,190,1) 35%,rgba(239,216,190,0.82) 47%,rgba(246,230,180,0) 100%);
background: linear-gradient(to bottom, rgba(239,216,190,1) 35%,rgba(239,216,190,0.82) 47%,rgba(246,230,180,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd8be', endColorstr='#00f6e6b4',GradientType=0 );
  z-index: 0;
}
.flipdown.flipdown__theme-light .rotor:after {
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:rgb(237, 225, 213);
}

/* END OF THEMES */

.flipdown {
  overflow: visible;
  width: 250px;
  height: 55px;
}

.flipdown .rotor-group {
  position: relative;
  float: left;
  padding-right: 7px;
}

.flipdown .rotor-group:last-child {
  padding-right: 0;
}

.flipdown .rotor-group-heading:before {
  display: block;
  height: 15px;
  line-height: 15px;
  text-align: center;
}

.flipdown .rotor-group:nth-child(1) .rotor-group-heading:before {
  content: 'Days';
}

.flipdown .rotor-group:nth-child(2) .rotor-group-heading:before {
  content: 'Hours';
}

.flipdown .rotor-group:nth-child(3) .rotor-group-heading:before {
  content: 'Minutes';
}

.flipdown .rotor-group:nth-child(4) .rotor-group-heading:before {
  content: 'Seconds';
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
       content: '';
    position: absolute;
    bottom: 25px;
    left: 55px;
    width: 3px;
    height: 4px;
    border-radius: 50%;
  z-index:99999999999999;
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
       content: '';
    position: absolute;
    bottom: 12px;
    left: 55px;
    width: 3px;
    height: 4px;
    border-radius: 50%;
  z-index:99999999999999;
}

.flipdown .rotor {
  position: relative;
  float: left;
  width: 25px;
  height: 40px;
  margin: 0px 5px 0px 0px;
  border-radius: 4px;
  font-size: 2rem;
  text-align: center;
  perspective: 100px;
}

.flipdown .rotor:last-child {
  margin-right: 0;
}

.flipdown .rotor-top,
.flipdown .rotor-bottom {
  overflow: hidden;
  position: absolute;
  width: 25px;
  height: 20px;
}

.flipdown .rotor-leaf {
  z-index: 1;
  position: absolute;
  width: 25px;
  height: 40px;
  transform-style: preserve-3d;
  transition: transform 0s;
  box-shadow: 0px 0px 5px #885d2ca8;
}

.flipdown .rotor-leaf.flipped {
  transform: rotateX(-180deg);
  transition: all 0.5s ease-in-out;
}

.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear {
  overflow: hidden;
  position: absolute;
  width: 25px;
  height: 20px;
  margin: 0;
  transform: rotateX(0deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.flipdown .rotor-leaf-front {
  line-height: 40px;
  border-radius: 4px 4px 0px 0px;
}

.flipdown .rotor-leaf-rear {
  line-height: 0px;
  border-radius: 0px 0px 4px 4px;
  transform: rotateX(-180deg);
}

.flipdown .rotor-top {
  line-height: 40px;
  border-radius: 4px 4px 0px 0px;
}

.flipdown .rotor-bottom {
  bottom: 0;
  line-height: 0px;
  border-radius: 0px 0px 4px 4px;
}

.flipdown .rotor:after {
  content: '';
  z-index: 2;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 25px;
  height: 20px;
  border-radius: 0px 0px 4px 4px;
}
</style>
<!-- end Simple Custom CSS and JS -->
