@import url(https://fonts.googleapis.com/css?family=Orbitron:700,900,500,400);
html,
body {
  width: 100%;
  height: 100%
}

#flipdiv {
    width: 100%;
    height: 100%;

}

body {
  margin: 0;
  padding: 0;
  font-family: 'Digital-7', sans-serif;
  font-weight: 500;
  background: #222;
  color: #8becda;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
	-moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#main {
  width: 100%;
  height: auto;
  position: absolute;
}

#time {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 5.5em;
  text-shadow: 0px 2px 25px rgba(144, 244, 253, .6);
}

#ampm {
  font-size: 0.7em;
}


#days, #fullDate {
  width: 25%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.days {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  text-align: center;
  font-size: 18pt;
}

.active {
  color: paleturquoise;
  text-shadow: 0px 2px 25px rgba(144, 244, 253, .6);
}
#fullDate {
  margin-top:.25em;
  text-shadow: 0px 2px 25px rgba(144, 244, 253, .6);
  font-size: 18pt;
  color: #8becda;
}
#sec{
display:inline-block;
  max-width:100px !important;
}