.mainmenu-preview {
    visibility: hidden;
}

@media print {
    .navbar, div[data-control="toolbar"] {
        display: none;
    }
}

.rating-legend {
    font-size: 13px;
    display: flex;
    float: right;
    margin-top: 1px;
}

.rating-item {
    padding: 5px 15px;
}

.rating-item .list-badge {
    display: inline-block;
    position: relative;
    top: 0;
    margin: 0 5px 0 0;
    padding: 1px 0 0 0;
    font-size: 10px;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
}

.rating-item .list-badge.badge-success {
    background: #31ac5f;
}

.rating-item .list-badge.badge-warning {
    background: #f0ad4e;
}

.rating-item .list-badge.badge-danger {
    background: #ab2a1c;
}

.rating-item .list-badge > i {
    position: relative;
    top: -1px;
}

.copyrights {
    position: fixed;
    bottom: 15px;
    right: 15px;
    color: rgba(0, 0, 0, 0.44);
}

.outer .copyrights {
    color: rgba(255, 255, 255, 0.44);
}