/* Copyright (C) 2017 Wikimajig */


/*
/* */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:400');
@import url('https://fonts.googleapis.com/css?family=Material+Icons');


/*
/* */
html,
body {
    position:relative;
    margin:0px;
    width:100%;
    height:100%;
    padding:0px;
    color:#212121;
    overflow:hidden;
    background-color:#FFFFFF;
    font-family:'Roboto', sans-serif;
}
* {
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
    -webkit-text-size-adjust:100%;
        -ms-text-size-adjust:100%;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    -webkit-background-clip:padding-box;
       -moz-background-clip:padding-box;
            background-clip:padding-box;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-overflow-scrolling:touch;
}


/*
/* */
@-webkit-keyframes faded-enter {
    from { opacity:.1; height:100%;}
      to { opacity:1; height:100%;}
}
@-moz-keyframes faded-enter {
    from { opacity:.1; height:100%;}
      to { opacity:1; height:100%;}
}
@keyframes faded-enter {
    from { opacity:.1; height:100%;}
      to { opacity:1; height:100%;}
}
@-webkit-keyframes faded-leave {
    from { opacity:1; }
      to { opacity:.1; }
}
@-moz-keyframes faded-leave {
    from { opacity:1; }
      to { opacity:.1; }
}
@keyframes faded-leave {
    from { opacity:1; }
      to { opacity:.1; }
}
.faded.ng-enter {
    opacity:.1; height:0px;
    -webkit-animation:faded-enter .6s ease-out .3s;
       -moz-animation:faded-enter .6s ease-out .3s;
            animation:faded-enter .6s ease-out .3s;
}
.faded.ng-leave {
    -webkit-animation:faded-leave .3s ease-in;
       -moz-animation:faded-leave .3s ease-in;
            animation:faded-leave .3s ease-in;
}


/*
/* */
.parabody {
    z-index:0;
    position:relative;
    margin:0px;
    width:280px;
    height:100%;
    padding:0px;
    opacity:.25;
    overflow:hidden;
    background:#FFFFFF;
    -webkit-transform:translate3d(0,0,0);
       -moz-transform:translate3d(0,0,0);
        -ms-transform:translate3d(0,0,0);
            transform:translate3d(0,0,0);
    -webkit-transition:margin .25s ease-in,
                       opacity .25s ease-in;
       -moz-transition:margin .25s ease-in,
                       opacity .25s ease-in;
            transition:margin .25s ease-in,
                       opacity .25s ease-in;
}
.parabody.left {
    float:left;
    width:280px;
    margin-left:-280px;
}
.parabody.right {
    float:right;
    width:320px;
    margin-right:-320px;
}
.parabody.open,
.parabody.sticky {
    opacity:1;
    margin:0px;
    -webkit-transition:margin .25s ease-out,
                       opacity .25s ease-out;
       -moz-transition:margin .25s ease-out,
                       opacity .25s ease-out;
            transition:margin .25s ease-out,
                       opacity .25s ease-out;
}
/* */
.faded.ng-enter .parabody,
.faded.ng-enter .parabody.open,
.faded.ng-enter .parabody.sticky {
    -webkit-transition:none;
       -moz-transition:none;
            transition:none;
}
/* */
.parabody.perm {
    z-index:3;
    opacity:1;
    position:absolute;
    margin:0px;
    width:52px;
    height:100%;
}
.parabody.perm.left {
    top:0px; left:0px;
}
.parabody.perm.right {
    top:0px; right:0px;
}
.parabody.perm ~ .left {
    margin-left:-228px;
}
.parabody.perm ~ .left.open {
    margin-left:52px;
}
.parabody.perm ~ .right {
    margin-right:-268px;
}
.parabody.perm ~ .right.open {
    margin-right:52px;
}
/* */
.parabody h1,
.parabody h2 {
    position:relative;
    margin:0px;
    width:100%;
    height:auto;
    padding:8px 12px;
    font-size:.9em;
    font-weight:500;
    background:#FFFFFF;
    margin-top:-1px;
    border-top:1px solid #DDD;
    border-bottom:1px solid #DDD;
}
.parabody h1:after,
.parabody h2:after {
    content:'';
    clear:both;
    display:block;
}
.parabody h2 {
    font-size:.8em;
    padding:4px 12px;
}
.parabody h1 > span,
.parabody h2 > span {
    float:right;
    font-weight:400;
}
.parabody h1 a,
.parabody h2 a {
    cursor:pointer;
    text-decoration:none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
.parabody h1 a.sortedBy,
.parabody h2 a.sortedBy {
    text-decoration:underline;
}
.parabody h1 .ascending a.sortedBy,
.parabody h2 .ascending a.sortedBy {
    text-decoration:overline;
}
.parabody h1 a:hover,
.parabody h2 a:hover {
    text-decoration:line-through;
}
.parabody h1 a.sortedBy:hover,
.parabody h2 a.sortedBy:hover {
    text-decoration:underline line-through;
}
.parabody h1 .ascending a.sortedBy:hover,
.parabody h2 .ascending a.sortedBy:hover {
    text-decoration:overline line-through;
}
.parabody ul,
.parabody ul li {
    position:relative;
    margin:0px;
    width:100%;
    height:auto;
    padding:0px;
    list-style:none;
}
.parabody ul li > a,
.parabody ul li > div {
    position:relative;
    display:block;
    margin:0px;
    width:100%;
    height:auto;
    font-size:.9em;
    font-weight:400;
    padding:12px 16px;
    text-decoration:none;
    border-bottom:1px solid #EEE;
}
.parabody ul li > a p,
.parabody ul li > div p {
    margin:0px;
}
.parabody ul li > a > h5,
.parabody ul li > div > h5 {
    margin-top:4px;
    margin-bottom:0px;
    font-weight:500;
    font-size:.9em;
}
.parabody ul li > a i,
.parabody ul li > div i {
    display:inline-block;
    font-style:normal;
    min-height:3.55em;
    max-height:3.55em;
    overflow:hidden;
}
.parabody ul li > a i h1,
.parabody ul li > a i h2,
.parabody ul li > a i h3,
.parabody ul li > div i h1,
.parabody ul li > div i h2,
.parabody ul li > div i h3 {
    padding:0px;
    margin:0px;
    border:none;
    font-weight:500;
    font-size:1em;
    line-height:1.2em;
}
.parabody ul li > a i a {
    color:inherit;
    text-decoration:none;
    pointer-events:none;
}
.parabody ul li > a i img {
    max-width:100%;
}
.parabody ul li > a i ul {
    list-style:none;
    margin:0px;
    font-size:1em;
    line-height:1.2em;
}
.parabody ul li > a i p,
.parabody ul li > div i p {
    padding:0px;
    font-size:1em;
    line-height:1.2em;
}
.parabody ul li > a:hover i {
    text-decoration:underline;
}
.parabody ul li > a > span,
.parabody ul li > div > span {
    display:block;
    font-size:.9em;
    width:100%;
}
.parabody ul li > div > span a {
    text-decoration:none;
    font-weight:500;
    cursor:pointer;
}
.parabody ul li > div > span a:hover {
    text-decoration:line-through;
}
.parabody form {
    position:relative;
    margin:0px;
    width:100%;
    height:auto;
    padding:0px;
}
.parabody form input,
.parabody form select {
    display:inline-block;
    margin:0px;
    width:100%;
    height:auto;
    border:none;
    outline:none;
    font-size:.9em;
    padding:8px 16px;
    background:#FFFFFF;
    border-bottom:1px solid #EEE;
    font-family:'Roboto Mono', sans-serif;
    -webkit-border-radius:0px;
       -moz-border-radius:0px;
            border-radius:0px;
}
.parabody form select {
    cursor:pointer;
}
.parabody form .half {
    width:50%;
}
.parabody form .third {
    width:33.33%;
}
.parabody form input[type=submit] {
    cursor:pointer;
    text-align:center;
    font-family:'Roboto', sans-serif;
}
.parabody form input[type=submit]:hover {
    text-decoration:line-through;
}
.parabody form input[type=submit]:disabled {
    cursor:default;
    text-decoration:none;
}
/* */
.parabody.navs {;
    background:#212121;
    color:rgba(255,255,255,.54);
}
.parabody.navs .top,
.parabody.navs .bottom {
    position:absolute;
    top:0px; left:0px;
    width:100%;
    height:auto;
    padding:12px 0px 6px 0px;
}
.parabody.navs .bottom {
    top:auto; bottom:0px;
}
.parabody.navs .logo {
    position:relative;
    margin:0px 6px 8px 6px;
    width:40;
    height:40px;
    padding:0px;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;
    background-image:url('/593960A48E427590/images/logomarkWhite.svg');
    -webkit-opacity:.80;
       -moz-opacity:.80;
            opacity:.80;
}
.parabody.navs .logo:hover {
    cursor:pointer;
    -webkit-opacity:.90;
       -moz-opacity:.90;
            opacity:.90;
}
.parabody.navs .material-icons {
    width:100%;
    height:auto;
    font-size:26px;
    line-height:48px;
    text-align:center;
    color:rgba(255,255,255,.54);
}
.parabody.navs .icons .material-icons:hover {
    cursor:pointer;
    color:rgba(255,255,255,.87);
}
/* */
.parabody.utils {
    background:#212121;
    color:rgba(255,255,255,.54);
    border-left:1px solid #444;
}
.parabody.utils h2 {
    background:#212121;
    border-top:1px solid #444;
    border-bottom:1px solid #444;
}
.parabody.utils ul li > a,
.parabody.utils ul li > div {
    color:rgba(255,255,255,.75);
    border-bottom:1px solid #333;
}
.parabody.utils ul li > a:hover {
    color:rgba(255,255,255,.95);
}
.parabody.utils ul li > a:hover > span {
    color:rgba(255,255,255,.75);
}
.parabody.utils form input,
.parabody.utils form select {
    color:rgba(255,255,255,.75);
    background:#212121;
    border-bottom:1px solid #333;
}
/* */
.parabody.metas {
    border-left:1px solid #DDD;
}
.parabody.metas ul li > a,
.parabody.metas ul li > div {
    color:rgba(0,0,0,.87);
}
.parabody.metas ul li > a:hover {
    color:rgba(0,0,0,.95);
    text-decoration:underline;
    cursor:pointer;
}
.parabody.metas ul li > a span {
    display:inline-block;
}
.parabody.metas ul li > a:hover span {
    text-decoration:none;
}


/*
/* */
.subbody {
    z-index:0;
    position:relative;
    margin:0px;
    width:auto;
    height:100%;
    padding:0px;
    overflow:hidden;
    -webkit-transform:translate3d(0,0,0);
       -moz-transform:translate3d(0,0,0);
        -ms-transform:translate3d(0,0,0);
            transform:translate3d(0,0,0);
}
/* */
.subbody.util {}
/* */
.subbody.meta {}


/*
/* */
.prebody {
    z-index:1;
    position:absolute;
    top:0px; left:0px;
    width:100%;
    height:44px;
    padding:0px 12px;
    font-size:.9em;
    line-height:44px;
    background:#FFFFFF;
    color:rgba(0,0,0,.87);
    border-bottom:1px solid #DDD;
    overflow:hidden;
}
.prebody ~ .subbody {
    padding-top:44px;
}
.prebody .left {
    float:left;
    clear:left;
    text-align:left;
}
.prebody .right {
    float:right;
    clear:right;
    text-align:right;
}
.prebody .center {
    display:none;
    clear:both;
    text-align:center;
}
.prebody a {
    padding:0px 4px;
    color:rgba(0,0,0,.87);
    text-decoration:none;
    cursor:pointer;
}
.prebody a:hover {
    color:rgba(0,0,0,.87);
    text-decoration:line-through;
}
.prebody a.full {
    display:block;
    width:100%;
}
.prebody a.logotype {
    font-weight:700;
    font-size:1.1em;
}
.prebody a.hint {
    color:rgba(0,0,0,.25);
}
.prebody a.hint:hover {
    color:rgba(0,0,0,.54);
}
.prebody .material-icons {
    width:auto;
    height:44px;
    font-size:26px;
    line-height:44px;
    color:rgba(0,0,0,.54);
}
.prebody .material-icons:hover {
    cursor:pointer;
    color:rgba(0,0,0,.87);
    text-decoration:none;
}
.prebody form,
.prebody form pre,
.prebody form input {
    position:relative;
    display:inline-block;
    margin:0px;
    width:auto;
    height:auto;
    padding:0px;
    border:none;
    outline:none;
    font-size:1em;
    background:#FFF;
    line-height:44px;
    overflow:visible;
    font-family:inherit;
    font-weight:400;
}
.prebody form pre {
    padding-right:32px;
    border-right:1px solid #FFF;
}
.prebody form input {
    position:absolute;
    top:0px; left:0px;
    width:100%;
    padding-right:32px;
}
.prebody .ng-hide.ng-hide-animate {
    display: none !important;
}
/* */
.utils .prebody {
    background:#212121;
    border-bottom:1px solid #444;
}
.utils .prebody .material-icons {
    color:rgba(255,255,255,.54);
}
.utils .prebody .material-icons:hover {
    color:rgba(255,255,255,.87);
}
/* */
.prebody.navs {
    border-bottom:none;
    -webkit-box-shadow:0px 0px 15px 15px #FFF;
       -moz-box-shadow:0px 0px 15px 15px #FFF;
            box-shadow:0px 0px 15px 15px #FFF;
}


/*
/* */
.postbody {
    z-index:1;
    position:absolute;
    bottom:0px; left:0px;
    width:100%;
    height:48px;
    padding:0px 12px;
    font-size:.9em;
    line-height:48px;
    background:#FFFFFF;
    text-align:center;
    color:rgba(0,0,0,.87);
    border-top:1px solid #DDD;
    overflow:hidden;
}
.postbody .left {
    float:left;
    text-align:left;
}
.postbody .right {
    float:right;
    text-align:right;
}
.postbody a {
    padding:0px 4px;
    color:rgba(0,0,0,.87);
    text-decoration:none;
    cursor:pointer;
}
.postbody a:hover {
    color:rgba(0,0,0,.87);
    text-decoration:line-through;
}
.postbody a.full {
    display:block;
    width:100%;
}
.postbody .material-icons {
    width:auto;
    height:48px;
    font-size:27px;
    line-height:48px;
    color:rgba(0,0,0,.54);
}
.postbody .material-icons:hover {
    cursor:pointer;
    color:rgba(0,0,0,.87);
    text-decoration:none;
}
.postbody ~ .subbody {
    padding-bottom:48px;
}
/* */
.utils .postbody {
    background:#212121;
    border-top:1px solid #444;
}
.utils .postbody a,
.utils .postbody .material-icons {
    color:rgba(255,255,255,.54);
}
.utils .postbody a:hover,
.utils .postbody .material-icons:hover {
    color:rgba(255,255,255,.87);
}
/* */
.postbody.navs {
    display:none;
    background:#212121;
    border-top:1px solid #444;
}
.postbody.navs .logo {
    position:relative;
    float:left;
    margin:0px;
    width:20%;
    height:48px;
    padding:0px;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;
    background-image:url('/593960A48E427590/images/logomarkWhite.svg');
    -webkit-opacity:.80;
       -moz-opacity:.80;
            opacity:.80;
}
.postbody.navs .logo.full {
    width:100%;
}
.postbody.navs .logo:hover {
    cursor:pointer;
    -webkit-opacity:.90;
       -moz-opacity:.90;
            opacity:.90;
}
.postbody.navs .material-icons {
    width:20%;
    float:left;
    color:rgba(255,255,255,.54);
}
.postbody.navs .material-icons:hover {
    color:rgba(255,255,255,.87);
}
.postbody.navs ~ .subbody {
    padding-bottom:0px;
}


/*
/* */
.esobody {
    position:relative;
    margin:0px;
    width:100%;
    height:100%;
    padding:0px;
    overflow:auto;
}
.esobody:after {
    display:block;
    width:100%;
    clear:none;
}
/* */
.contents {
    position:relative;
    margin:0px auto;
    width:100%;
    height:auto;
    max-width:1100px;
    min-height:100%;
    padding:16px 16px;
    padding-bottom:48px;
    color:rgba(0,0,0,.87);
    word-wrap:break-word;
}
.contents.wide {
    max-width:1260px;
}
.contents.short {
    min-height:0px;
}
.contents a {
    color:inherit;
    text-decoration:underline;
    cursor:pointer;
}
.contents a:hover {
    color:rgba(0,0,0,.87);
    text-decoration:line-through;
}
.contents img {
    max-width:100%;
}
.contents .footer {
    position:absolute;
    bottom:0px; left:0px;
    margin:0px 0px 16px 0px;
    width:100%;
    height:auto;
    font-size:13px;
    font-weight:500;
    line-height:32px;
    color:rgba(0,0,0,.54);
    text-align:center;
}
.contents .header {
    display:none;
    max-width:100%;
    margin-bottom:30px;
    text-align:center;
}
.contents .header a {
    display:inline-block;
    margin:0px 0px 12px 0px;
    padding:0px 4px;
    color:rgba(0,0,0,.87);
    text-decoration:none;
    cursor:pointer;
}
.contents .header a:hover {
    color:rgba(0,0,0,.87);
    text-decoration:line-through;
}
.contents .header a.full {
    display:block;
    width:100%;
}
.contents .header a.hint {
    color:rgba(0,0,0,.25);
}
.contents .header form {
    position:relative;
    display:inline-block;
    margin:0px;
    width:100%;
    height:auto;
    padding:0px;
    line-height:0px;
}
.contents .header form pre,
.contents .header form input {
    position:relative;
    display:inline-block;
    margin:0px 0px 13px 0px;
    width:100%;
    height:auto;
    min-height:1em;
    padding:0px;
    border:none;
    outline:none;
    font-size:1em;
    line-height:1em;
    background:#FFF;
    overflow:hidden;
    font-family:inherit;
    font-weight:400;
    text-align:center;
}
.contents .header form pre {
    border-right:1px solid #FFF;
}
.contents .header form input {
    position:absolute;
    top:0px; left:0px;
    width:100%;
}
.contents .header .ng-hide.ng-hide-animate {
    display: none !important;
}
/* */
.controls {
    position:relative;
    margin:0px auto;
    width:100%;
    height:auto;
    max-width:660px;
    padding:16px 16px;
    padding-bottom:32px;
}
.controls.wide {
    max-width:960px;
}
.controls a {
    cursor:pointer;
    text-decoration:underline;
}
.controls a:hover {
    text-decoration:line-through;
}
.controls h3 {
    margin-bottom:.5em;
}
.controls h6,
.controls h6 a {
    color:#666666;
    font-weight:400;
}
.controls h3 span {
    float:right;
    font-weight:400;
    font-size:.75em;
}
.controls h6 a {
    text-decoration:underline;
    cursor:pointer;
}
.controls h3 span a {
    text-decoration:none;
    cursor:pointer;
}
.controls h6 a:hover,
.controls h3 span a:hover {
    text-decoration:line-through;
}
.controls ol {
    list-style-type:disc;
}
.controls ul,
.controls form {
    position:relative;
    margin:0px;
    width:100%;
    height:auto;
    padding:0px;
    list-style:none;
}
.controls ul a,
.controls form a {
    text-decoration:none;
    color:rgba(0,0,0,.87);
    cursor:pointer;
}
.controls ul a:hover,
.controls form a:hover {
    text-decoration:line-through;
}
.controls ul a:hover span,
.controls form a:hover span {
    text-decoration:none;
}
.controls ul li,
.controls form input,
.controls form select,
.controls form textarea {
    position:relative;
    display:inline-block;
    margin:0px;
    width:100%;
    height:auto;
    padding:12px 16px;
    border:none;
    outline:none;
    resize:none;
    font-size:1em;
    background-color:#FFF;
    border-top:1px solid #DDD;
    -webkit-border-radius:0px;
       -moz-border-radius:0px;
            border-radius:0px;
}
.controls ul li:first-child,
.controls form input:first-child,
.controls form select:first-child,
.controls form textarea:first-child {
    border-top:none;
}
.controls ul li a {
    display:inline-block;
    width:100%;
    line-height:inherit;
}
.controls ul li span {
    display:inline-block;
    font-size:.9em;
    width:100%;
}
.controls ul li .half {
    float:left;
    width:50%;
    text-align:center;
}
.controls ul li .center {
    text-align:center;
}
.controls form input,
.controls form select,
.controls form textarea {
    font-family:'Roboto Mono', sans-serif;
}
.controls form textarea {
    font-size:.9em;
    min-height:300px;
}
.controls form input[type=submit] {
    font-family:'Roboto', sans-serif;
}
.controls form input:last-child:focus,
.controls form input:only-child:focus,
.controls form input:last-child:hover,
.controls form input:only-child:hover,
.controls form input:last-child.ng-not-empty,
.controls form input:only-child.ng-not-empty {
    border-bottom:1px solid #DDD;
}
.controls form input[type=submit]:focus,
.controls form input[type=submit]:hover {
    cursor:pointer;
    border-bottom:none;
    text-decoration:line-through;
}
.controls form input:disabled:focus,
.controls form input:disabled:hover {
    border-bottom:none;
}
.controls a.logomark {
    position:relative;
    display:block;
    margin:32px 0px;
    width:auto;
    height:150px;
    padding:0px;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center center;
    background-image:url('/593960A48E427590/images/logomarkBlack.svg');
}
/* */
.editors {
    position:relative;
    margin:0px auto;
    width:100%;
    height:auto;
    padding:0px;
    max-width:1100px;
    min-height:100%;
    overflow:visible;
}
.editors pre,
.editors textarea {
    position:relative;
    display:block;
    margin:0px;
    width:100%;
    height:auto;
    min-height:100%;
    padding:32px 16px;
    padding-bottom:96px;
    resize:none;
    border:none;
    outline:none;
    font-size:.9em;
    overflow:visible;
    color:transparent;
    white-space:pre-wrap;
    word-wrap:break-word;
    background-color:transparent;
    font-family:'Roboto Mono', sans-serif;
}
.editors textarea {
    position:absolute;
    top:0px; left:0px;
    color:#212121;
}


/*
/* */
@media screen and (max-width:1260px) {

    /*
    /* */
    .parabody.left {
        z-index:2;
        position:absolute;
        top:0px; left:0px;
    }
    .parabody.left.open {
        -webkit-box-shadow:0 0 20px rgba(0,0,0,.35);
           -moz-box-shadow:0 0 20px rgba(0,0,0,.35);
                box-shadow:0 0 20px rgba(0,0,0,.35);
    }
    /* */
    .parabody.left.perm {
        position:relative;
        display:block;
        z-index:3;
    }

    /*
    /* */
    .contents {
        max-width:960px;
    }
    /* */
    .controls {
        max-width:560px;
    }
    /* */
    .editors {
        max-width:960px;
    }

/*
/* */
@media screen and (max-width:960px) {

    /*
    /* */
    .parabody.right {
        z-index:2;
        position:absolute;
        top:0px; right:0px;
    }
    .parabody.left.sticky {
        margin-left:-280px;
    }
    .parabody.right.sticky {
        margin-right:-320px;
    }
    .parabody.left.open,
    .parabody.right.open {
        margin:0px;
    }
    .parabody.right.open {
        -webkit-box-shadow:0 0 20px rgba(0,0,0,.35);
           -moz-box-shadow:0 0 20px rgba(0,0,0,.35);
                box-shadow:0 0 20px rgba(0,0,0,.35);
    }
    /* */
    .parabody.right.perm {
        position:relative;
        display:block;
        z-index:3;
    }

}

/*
/* */
@media screen and (max-width:660px) {

    /*
    /* */
    .prebody .left,
    .prebody .right {
        display:none;
    }
    .prebody .center {
        display:block;
    }
    .prebody a {
        padding:0px 8px;
    }
    .prebody form,
    .prebody form pre,
    .prebody form input {
        padding:0px 4px;
    }
    .prebody form input {
        top:0px; left:4px;
    }


    /*
    /* */
    .contents .header {
        display:block;
    }
    .contents .header a {
        padding:0px 8px;
    }
    /* */
    .contents ~ .controls {
        margin-top:-60px;
    }

}

/*
/* */
@media screen and (max-width:460px) {

    /*
    /* */
    .parabody.left,
    .parabody.left.sticky {
        width:100vw;
        margin-left:-100vw;
    }
    .parabody.right,
    .parabody.right.sticky {
        width:100vw;
        margin-right:-100vw;
    }
    .parabody.left.open,
    .parabody.right.open {
        margin:0px;
    }
    /* */
    .parabody.left.perm,
    .parabody.right.perm {
        display:none;
    }
    .parabody.perm ~ .left {
        margin-left:-100vw;
    }
    .parabody.perm ~ .right {
        margin-right:-100vw;
    }
    .parabody.perm ~ .left.open,
    .parabody.perm ~ .right.open {
        margin:0px;
    }
    /* */
    .parabody ul li > a,
    .parabody ul li > div,
    .parabody form input,
    .parabody form select {
        font-size:1em;
    }
    /* */
    .parabody.utils {
        border-left:none;
    }


    /*
    /* */
    .postbody.navs {
        z-index:100;
        display:block;
    }
    .postbody.navs ~ .subbody,
    .postbody.navs ~ .parabody {
        border-bottom:48px solid transparent;
    }
    .postbody.navs ~ .faded.ng-enter {
        border-bottom:0px solid transparent;
    }


    /*
    /* */
    .controls a.logomark {
        margin-top:16px;
    }

}

/*
/* */
@media screen and (-webkit-min-device-pixel-ratio:2) {

    /*
    /* */
    .prebody form pre,
    .prebody form input {
        font-size:16px;
    }
    .prebody a:hover,
    .prebody a:focus,
    .prebody form input:hover {
        text-decoration:none;
    }


    /*
    /* */
    .contents .header a:hover,
    .contents .header a:focus,
    .contents .header form input:hover {
        text-decoration:none;
    }
    /* */
    .controls form textarea {
        font-size:1em;
    }
    /* */
    .editors pre,
    .editors textarea {
        font-size:1em;
    }
    .editors pre {
        padding-left:19px;
        padding-right:19px;
    }

}
