html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body, html {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

body {
  font-family: Helvetica, Aria, Sans Serif;
  font-size: 14px;
  color: #b8c693;
  cursor: pointer;
}

a {
  color: #b8c693 !important;
}
a:hover {
  text-decoration: none;
}

.clearBox {
  clear: both;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

::-webkit-selection {
  background: black;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: black;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: black;
  color: #fff;
  text-shadow: none;
}

#watch-container {
  width: 100%;
  height: 100%;
  background-color: #041a28;
  overflow: hidden;
}
#watch-container #watch {
  background-color: #041a28;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#watch-container #watch .second-item, #watch-container #watch .minute-item, #watch-container #watch .hour-item {
  position: absolute;
  font-size: 0px;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
#watch-container #watch .second-item span, #watch-container #watch .minute-item span, #watch-container #watch .hour-item span {
  display: block;
  position: absolute;
  background-color: #b8c693;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
#watch-container #watch .second-item.active span, #watch-container #watch .minute-item.active span, #watch-container #watch .hour-item.active span {
  background-color: #ff5a00;
}
#watch-container #watch .hour-item span, #watch-container #watch .minute-item span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
#watch-container #watch .hour-item.active span, #watch-container #watch .minute-item.active span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

body.inverted {
  color: #041a28;
}
body.inverted a {
  color: #041a28 !important;
}
body.inverted #watch-container {
  background-color: #b8c693;
}
body.inverted #watch-container #watch {
  background-color: #b8c693;
}
body.inverted #watch-container #watch .second-item span, body.inverted #watch-container #watch .minute-item span, body.inverted #watch-container #watch .hour-item span {
  background-color: #041a28;
}
body.inverted #watch-container #watch .second-item.active span, body.inverted #watch-container #watch .minute-item.active span, body.inverted #watch-container #watch .hour-item.active span {
  background-color: #ff5a00;
}
body.inverted #watch-container #watch .hour-item.active span, body.inverted #watch-container #watch .minute-item.active span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#warning {
  position: absolute;
  bottom: 20px;
  right: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-transition: opacity ease-out;
  -webkit-transition-delay: 0.25s;
  -moz-transition: opacity ease-out 0.25s;
  -o-transition: opacity ease-out 0.25s;
  transition: opacity ease-out 0.25s;
}
#warning:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
