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;
  background-color: #182600;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  font-family: Helvetica, Aria, Sans Serif;
  font-size: 14px;
  color: white;
  cursor: pointer;
  overflow: hidden;
}

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

* {
  -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 #watch {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  background-color: white;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#watch-container #watch #seconds-container {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#watch-container #watch #seconds-container .second-item {
  position: absolute;
  font-size: 0px;
}
#watch-container #watch #seconds-container .second-item span {
  display: block;
  position: relative;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #182600 transparent transparent transparent;
  -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;
}
#watch-container #watch #minutes-container, #watch-container #watch #hours-container {
  position: absolute;
  z-index: 10000;
  background-color: white;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  overflow: hidden;
}
#watch-container #watch #minutes-container .container, #watch-container #watch #hours-container .container {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#watch-container #watch #minutes-container .minute-item, #watch-container #watch #minutes-container .hour-item, #watch-container #watch #hours-container .minute-item, #watch-container #watch #hours-container .hour-item {
  position: absolute;
  font-size: 0px;
}
#watch-container #watch #minutes-container .minute-item span, #watch-container #watch #minutes-container .hour-item span, #watch-container #watch #hours-container .minute-item span, #watch-container #watch #hours-container .hour-item span {
  display: block;
  position: relative;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #182600 transparent transparent transparent;
  -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;
}
#watch-container #watch #hours-container {
  z-index: 12000;
}
#watch-container #watch #minutes-background, #watch-container #watch #hours-background {
  position: absolute;
  z-index: 9000;
  background-color: white;
  left: 50%;
  top: 50%;
}
#watch-container #watch #hours-background {
  z-index: 11000;
}

#decoration-background {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  background-color: white;
}

#decoration-lines {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  width: 0px;
  height: 0px;
}
#decoration-lines:before, #decoration-lines:after {
  content: "";
  display: block;
  width: 4000px;
  height: 1px;
  background-color: white;
  position: relative;
  margin-left: -2000px;
}
#decoration-lines:after {
  width: 1px;
  height: 4000px;
  margin-left: 0px;
  margin-top: -2000px;
}

#warning {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 30000;
  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;
}

body.inverted {
  background-color: white;
  color: #182600;
}
body.inverted a {
  color: #182600 !important;
}
body.inverted #watch-container #watch {
  background-color: #182600;
}
body.inverted #watch-container #watch #seconds-container .second-item span, body.inverted #watch-container #watch #seconds-container .minute-item span, body.inverted #watch-container #watch #seconds-container .hour-item span, body.inverted #watch-container #watch #minutes-container .second-item span, body.inverted #watch-container #watch #minutes-container .minute-item span, body.inverted #watch-container #watch #minutes-container .hour-item span, body.inverted #watch-container #watch #hours-container .second-item span, body.inverted #watch-container #watch #hours-container .minute-item span, body.inverted #watch-container #watch #hours-container .hour-item span {
  border-color: white transparent transparent transparent;
}
body.inverted #watch-container #watch #minutes-container, body.inverted #watch-container #watch #hours-container {
  background-color: #182600;
}
body.inverted #watch-container #watch #minutes-background, body.inverted #watch-container #watch #hours-background {
  background-color: #182600;
}
body.inverted #decoration-background {
  background-color: #182600;
}
body.inverted #decoration-lines:before, body.inverted #decoration-lines:after {
  background-color: #182600;
}
