.xlaw-button {
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    border: 2px solid #b5b5b9;
    background-color: #eee;
    vertical-align: middle;
    margin-left: 4px;
    cursor: pointer;
}

@media print {
    .xlaw-button {
        display: none;
    }
}

.xlaw-button:active, .xlaw-button:focus, .xlaw-button:hover {
    outline: none;
}

.xlaw-button.xlaw-public-info {
    background-color: #b5b5b9;
}

.xlaw-button.xlaw-private-info {
    background-color: #007cc3;
    border: 2px solid #007cc3;
}

.list-element {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0 4px;
}
.list-element:hover {
    background: #eaeaea;
}
.list-right-element {
    /*display:none;*/
    min-width: 20px;
}
.delete-button-container {
    display:none;
}
.delete-button {
    cursor: pointer;
}
.list-element:hover .delete-button-container {
    display: inline-block;
}

.inner-container {
    margin-left: 10px;
}

.xlaw-add-content-btn {
    color: cornflowerblue;
}

.keyword-item {
    background: #d8d8d8;
    border-radius: 10px;
    padding: 3px 10px 3px 10px;
    margin-right: 5px;
    font-size: 12px;
    white-space: nowrap;
}

#keywords {
    width: 100% !important
}

.awesomplete {
    display: block !important;
}
