.demo {
    padding-left: 140px;
    /*transition: padding-left 0.3s ease-in-out;*/
}

.demo+aside {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 120px;
    background: #333;
    height: 100%;
}
.demo+aside a {
    color: #ccc;
    text-decoration: none;
    padding: .4em 1em;
    font-size: .9em;
    display: block
}
.demo+aside a:hover {
    color: #fff
}
.demo hr {
    border: none;
    border-bottom: #eee 1px solid;
    margin: 0 0 .5em 0
}
.demo .section {
    margin: 0 20px 1rem 0
}
.demo code {
    display: inline-block;
    background: #EFF7EC;
    padding: 2px 4px;
    font-size: 90%;
    color: #25A51E
}
.test .grid {
    margin-bottom: 0.5rem
}
.test .col>* {
    background: #eee;
    margin-bottom: 1rem;
    padding: .2em;
    text-align: center
}
.test .col>.grid {
    padding: 0px
}
.test .col .col>* {
    background: #ccc;
    margin-bottom: 0px
}
.test_brdr .col {
    padding: 0px;
    border: #ccc 1px solid;
    border-left: #fff 1px solid
}
.test_brdr .col:first-child {
    border-left: #ccc 1px solid
}
.test_brdr .col>* {
    padding: 5px 3px
}
.menu_on {
    /*padding-left: 0px;*/
}
.navbar {
    /*background: #eee;*/
    /* padding: 9px 0; */
}

/*# sourceMappingURL=demo.css.map */