.flip-clock {
    display: inline-block;
    width: auto;
}
/*
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 1em;
  width: 10%;
  height: 100%;
  font-size: 8em;
  font-weight: bold;
  line-height: 100%;
  border-radius: 1em;
  background: #000;
}
.clock {
width: 100%;
height: 8em;
margin: 0 auto;
}
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 1%;
  width: 14%;
  height: 100%;
  font-size: 8em;
  font-weight: bold;
  line-height: 110%;
  border-radius: 1em;
  background: #000;
}
.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 1%;
  height: 5em; 
}

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 94%;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4); 
}

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  border-radius: 6px;
  font-size: 100%; }
  .flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 1%;
  width: 14%;
  height: 100%;
  font-size: 8em;
  font-weight: bold;
  border-radius: 1em;
  background: #000;
  line-height: 8em;
} */
