* {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  font-family: Arial, Tahoma;
  color: #fff;
  background: #2f2f2f;
}

#page {
  margin: 0 auto;
  width: 800px;
  background: #fff;
  padding: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #777;
  box-shadow: #999 1px 1px 3px;
}

#page h1 {
  font-weight: normal;
  font-size: 32px;
  letter-spacing: -2px;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px 0;
}

#page h2 {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: -1px;
  font-style: italic;
  margin: 40px 0 0 0;
}

#page h3 {
  float: right;
}

#page h3 a {
  font-weight: normal;
  font-size: 16px;
  color: #004499;
}

#page h3 a:hover {
  color: #333;
}

a {
  font-family: Arial, Tahoma;
  color: #000;
}

a.stopa,
a.stopa:active,
a.stopa:visited {
  color: #cecece;
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  text-decoration: none;
}

a.stopa:hover {
  text-decoration: underline;
  color: #999999;
}

td.stopa {
  color: #cecece;
  font-weight: lighter;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

a.odnosniki,
a.odnosniki:active,
a.odnosniki:visited {
  color: #fff;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 17px;
  text-decoration: none;
}

a.odnosniki:hover {
  text-decoration: underline;
  color: #fff000;
}

.footer {
  font-size: 10px;
  color: #cecece;
}

#content .box_skitter_large {
  width: 90%;
  margin: auto;
  padding-top: 2em;
  padding-bottom: 3em;
}

.container_skitter .image_main,
.box_clone img {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translateX(-50%) translateY(-50%) !important;
  width: auto;
  height: 100%;
}

.floating-icons {
  position: fixed;
  right: 0.3em;
  top: 30%;
  transform: translateY(-50%);
  z-index: 10000;
  display: flex;
  flex-direction: column;
  font-size: 2em;
  background: #2f2f2f;
  border-radius: 0.2em;
}

.floating-icons a {
  color: white;
  padding: 0.2em;
}

.floating-icons a:hover {
  color: #999;
}
