body, html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

#left-col {
    width: 100px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #e2e2e2;
    z-index: 2;
    transition: height 0.3s ease-out;
    padding: 20px;
}

.content {
    padding-left: 140px;
    transition: margin 0.2s cubic-bezier(.4, 0, .2, 1);
}



.uk-navbar {
    margin-bottom: 20px;
    border-bottom:1px dotted;
}

.uk-nav .uk-link, .uk-nav a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.uk-navbar-nav li.active {
    font-weight: bold;
}

.publishstate2 a,
.publishstate2 a:visited,
.publishstate2 a:hover,
.publishstate2 {
    color: green !important;
    font-weight: bold;
}

.publishstate1 a,
.publishstate1 a:visited,
.publishstate1 a:hover,
.publishstate1 {
    color: orange !important;
    font-weight: bold;
}

.publishstate0 a,
.publishstate0 a:visited,
.publishstate0 a:hover,
.publishstate0,
.publishstate-1 a,
.publishstate-1 a:visited,
.publishstate-1 a:hover,
.publishstate-1
{
    color: red !important;
    font-weight: bold;
}
