/*
 * (C)2013-2017 Aleksei Aksenov, SUAI, Saint-Petersburg, Russia
 * http://aksenov.tk
 * Licensed under GPL 3.0
 */

#x3d {
  width: 70%;
  height: 70%;
  background: #000 url(../img/bg_new.png);
}

#zoom {
  position: absolute;
  float: left;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 8em;
  height: 2em;
  border: none;
  background-color: #0000A0;
  color: #ccc;
}

#zoom:hover {
  background-color: #0000F0;
}

/*#source {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 8px;
  color: #fff;
  background-color: #555;
  opacity: 0.7;
}*/

#source:hover {
  cursor: pointer;
  opacity: 1;
}