div.panel-buttons {
    text-align: right;
    margin-top: -40px;
    padding-bottom: 15px;
}

.nav > li {
    border-bottom: 1px solid #bbb;
}

.container-main.container-fluid {
    margin-top: 60px;
}

.tag-cloud .tag {
    font-size: 90%;
    line-height: 110%;
    padding: 4px;
    border-radius: 5px;
    margin: 2px;
}

#widget-tags-form {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 100;
}

#widget-tags-form .tag-inputs label {
    font-size: 80%;
    font-weight: normal;
}

.absolute-footer {
    background-color: #4f4f4f;
    color: white;
    position: fixed;
    height: 30px;
    line-height: 30px;
    bottom: 0;
    left: 0;
    font-size: 90%;
    padding-left:10px;
}

.absolute-footer code {
    background-color: #fff;
}

.table-striped > tbody > tr.only {
    background-color: #ecffe7;
}

.highlight {
    border-left: 2px solid red;
}