html,
body {
  font: 14px Arial, Helvetica, sans-serif;
}
a {
  outline: none;
}
.topbar {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  height: 41px;
  background: #667F8D;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #667F8D), color-stop(100%, #7F96A3));
  background: -webkit-linear-gradient(top, #667F8D, #7F96A3);
  background: -moz-linear-gradient(top, #667F8D, #7F96A3);
  background: -ms-linear-gradient(top, #667F8D, #7F96A3);
  background: -o-linear-gradient(top, #667F8D, #7F96A3);
  background: linear-gradient(top, #667F8D, #7F96A3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #667F8D , endColorstr= #7F96A3 ,GradientType=0);
}
.topbar .logo {
  width: 960px;
  margin: 0 auto;
  height: 100%;
}
.topbar img {
  float: left;
  margin: 6px 0 0 0;
}
.topbar ul {
  float: right;
  margin: 5px 0 0 0;
}
.topbar ul li {
  float: left;
}
.topbar ul li a {
  font-weight: bold;
  display: block;
  padding: 10px 15px;
  color: #fff;
}
.topbar ul .tab-selected {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background: #fff;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0px -1px 1px #48606F;
  -moz-box-shadow: 0px -1px 1px #48606F;
  box-shadow: 0px -1px 1px #48606F;
}
.topbar ul .tab-selected a {
  text-decoration: none;
  color: #000;
}
.topbar .separate {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url("../images/docs/separate-topbar.png") repeat-x;
}
.content {
  width: 960px;
  margin: 41px auto 0;
  position: relative;
  z-index: 1;
}
.footer {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  border-top: 1px solid #E7E7E7;
  background: #fff;
}
.footer .inner-footer {
  position: relative;
  width: 960px;
  margin: 17px auto 0;
}
.footer .inner-footer a {
  font-weight: bold;
  text-decoration: none;
  color: #196BAA;
  font-size: 12px;
}
.footer .inner-footer a[href="#button-scroll"] {
  position: absolute;
  bottom: 65px;
  right: -35px;
}
.footer .inner-footer a[href="#button-scroll"] img {
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  /* Konqueror 3.1, Safari 1.1 */
  -moz-opacity: 0.5;
  /* Mozilla 1.6 и ниже */
  -o-opacity: 0.5;
  -ms-opacity: 0.5;
  opacity: 0.5;
}
.footer .inner-footer a[href="#button-scroll"] img:hover {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  /* Konqueror 3.1, Safari 1.1 */
  -moz-opacity: 1;
  /* Mozilla 1.6 и ниже */
  -o-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#map {
  height: 100%;
  position: fixed;
  width: 960px;
}
pre,
code {
  border: 0 none;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
pre code {
  background: none repeat scroll 0 0 #FFFFFF;
  color: #000000;
  display: block;
}
.example {
  border: 1px solid #DCE3E6;
  margin: 15px 0;
  padding: 10px;
  position: relative;
}
h1 {
  font-size: 24px;
  margin-bottom: 15px;
}
h2 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
}
ul {
  padding-left: 17px;
  margin-top: 14px;
  margin-bottom: 14px;
}
