/* STUFF */
/*
*,
*:before,
*:after {
	.box-sizing(border-box);
}

html {
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
	width: device-width;
}

@media print {}
@media only all {}
@media projection {}

@media screen and (orientation: portrait) {}
@media screen and (orientation: landscape) {}

// selector
[class*="docme-"]

-webkit-appearance: none;
-moz-appearance: none;

-ms-overflow-style: -ms-autohiding-scrollbar;
*/
.docme {
  /* Controls */
}
.docme-scrollable {
  position: relative;
  overflow: hidden;
}
.docme-scrollable:focus {
  outline: none;
}
.docme-scrollable *,
.docme-scrollable *:after,
.docme-scrollable *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.docme-scroller {
  position: absolute;
  overflow: scroll;
  left: 0;
  top: 0;
}
.docme-scroller-custom::-webkit-scrollbar {
  display: none;
}
.docme-scroller-custom::scrollbar {
  display: none;
}
.docme-scrollbar {
  position: absolute;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  margin: 2px;
  border: 2px solid white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.docme-scrollbar-vertical {
  right: 0;
  top: 0;
  width: 12px;
  min-height: 100px;
  z-index: 1;
  margin-right: 1px;
}
.docme-scrollbar-horizontal {
  left: 0;
  bottom: 0;
  height: 10px;
  min-width: 50px;
}

/* STUFF */
/*
*,
*:before,
*:after {
	.box-sizing(border-box);
}

html {
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
	width: device-width;
}

@media print {}
@media only all {}
@media projection {}

@media screen and (orientation: portrait) {}
@media screen and (orientation: landscape) {}

// selector
[class*="docme-"]

-webkit-appearance: none;
-moz-appearance: none;

-ms-overflow-style: -ms-autohiding-scrollbar;
*/
.docme {
  /* Elements 1 */
  /* Elements 2 */
}
.docme-scrollable ::-moz-selection {
  background: transparent;
}
.docme-scrollable ::selection {
  background: transparent;
}
.docme-scrollable:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.docme-scrollable:-moz-full-screen {
  position: absolute;
}
.docme-scrollable:-ms-fullscreen {
  top: 0;
}
.docme-scroller > ins {
  margin: 20px;
}
.docme-viewer {
  display: block;
  width: 100%;
  height: 100%;
}
.docme-noflash {
  padding: 20px 0;
  text-align: center;
}
.docme-testing,
.docme-testing2 {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 980px;
  height: 280px;
}
.docme-testing2 {
  height: 120px;
}
.docme-promo {
  display: none;
  position: absolute;
  overflow: hidden;
}
.docme-promo * {
  background: #fff;
}
.docme-promo:before {
  position: inherit;
  display: table-cell;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.docme-promo-test {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.docme-missing {
  display: none;
  position: absolute;
  height: 30px;
  background: #fdcb43;
  text-align: center;
  line-height: 28px;
}
.docme-page {
  display: none;
  position: absolute;
  opacity: 0.2;
}
.docme-word {
  display: none;
  position: absolute;
  cursor: text;
  background-color: #ff0;
}
.docme-link {
  position: absolute;
  cursor: pointer;
}
