html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

/**
 * Firefox specific rule
 */
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

body {
  margin: 0;
}

.fullAlpha {
  filter: alpha(opacity=100);
  opacity: 1;
}

.zeroAlpha {
  filter: alpha(opacity=0);
  opacity: 0;
}

.fullsize {
  width: 100%;
  height: 100%;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.hidden {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

div {
  position: absolute;
  left: 0px;
  top: 0px;
}

body, body * {
  vertical-align: baseline;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 9pt;
  color: #333;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
               supported by Chrome and Opera */
}

.cirlce {
  border-radius: 50%;
}

#main-container {
  overflow: hidden;
}

.fade {
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.force3D {
  -webkit-transform: rotate(0.001deg);
  -khtml-transform: rotate(0.001deg);
  -moz-transform: rotate(0.001deg);
  -ms-transform: rotate(0.001deg);
  -o-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}

#border {
  border: 1px solid black;
  box-sizing: border-box;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

#exit, #clickthrough-button {
  cursor: pointer;
}

#content {
  background-color: lightgray;
}


#visual {
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("400x400.jpg");
  background-size: 400px 400px;
  width: 400px;
  height: 400px;
}

#main-container, #ad, #banner, #border, #content, #exit, #clickthrough-button {
  width: 400px;
  height: 400px;
}

.hd {
  display: none;
}

.sd {
  display: block;
}

img {
  -webkit-transform: rotate(0.001deg);
  -khtml-transform: rotate(0.001deg);
  -moz-transform: rotate(0.001deg);
  -ms-transform: rotate(0.001deg);
  -o-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hd {
    display: block;
  }

  .sd {
    display: none;
  }
}
.centerOrigin {
  width: 400px;
  height: 400px;
  -webkit-transform-origin: 50% 50%;
  -khtml-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
