span.state.new {
    display: inline-block;
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .9rem .6rem;
    font-size: .8em;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    border-radius: 100%;
    background-color: #89cc98;
    color: #fff;
    vertical-align: middle;
    margin-left: 1rem;
}
.text-lightgreen {
    color: #89cc98;
}

span.liion-label {
    background-image: url('https://www.forklift.ee/wp-content/uploads/lion_fork.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 100px;
    min-height: 64px;
    max-width: 100px;
    max-height: 64px;
    position: absolute;
    top: 0;
    left: .8rem;
    margin: 0;
}

span.elekter-label {
    background-image: url('https://www.forklift.ee/wp-content/uploads/elekter.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 100px;
    min-height: 64px;
    max-width: 100px;
    max-height: 64px;
    position: absolute;
    top: 0;
    right: .8rem;
    margin: 0;
}

.sidebar a.active-category {
    text-decoration: underline;
}

.sidebar li.open > ul {
    display: block; /* keep dropdown open */
}
