body {
    font-family: var(--tf);
}
#main {
  text-align: center;
}
#main * {
  text-align: left;
}
#main li:hover .sub,
#main .sub:hover {
  display: block
}
#content {
  left: 20px;
  right: 0;
  padding-right: 20px
}
#content h1 {
  font-size: 1.2em
}
#content>div {
  margin: auto;
  font-size: 1.1em;
  line-height: 1.5em
}
#admin-navigation-documentation {
    overflow: visible;
    margin: 0 auto;
}

#admin-navigation li {
    float: left
}
#wrapper {
    width: 950px;
    height: 672px;
    overflow: hidden;
    position: relative
}
#wrapper li {
    list-style: none;
    float: left;
    overflow: hidden;
    width: 950px;
    height: 672px;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0)
}
#wrapper li img {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0)
}
#main .sub {
    position: absolute;
    display: none;
    background: #c356a0;
    overflow: hidden;
    padding: 15px 0 5px;
    border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    z-index: 10
}
#main .sub li {
    float: none;
    clear: both;
    margin-bottom: .3em!important;
    display: block!important;
    border: none!important
}
#main .sub li a {
    padding: 1px 8px 0 8px;
    color: #e1abd0;
    text-decoration: none;
    border: none!important;
    white-space: nowrap;
    display: block
}
#main .sub li.active a {
    color: #fff
}
.nav {
    height: 100px;
    width: 50px;
    margin-top: -50px;
    top: 50%;
    font-size: 2em;
    z-index: 3;
    opacity: .5;
    position: absolute
}
.nav.next {
    right: 30px
}
.nav.prev {
    left: 10px
}
