.acd-description-wrapper {
    display: none;
}

.acd-description {
    border: 1px solid #9E9E9E;
    padding: 10px;
    margin: 5px;
    background-color: #f0fffd;

}

.acd-edit-button {
    color: #2271b1;
    font-weight: bold;
    margin: 5px;
    text-decoration: underline;
    cursor: pointer;
}

.display-plugin-comments {
    color: #008906;
    cursor: pointer;
}

.acd-loading::after {
    content: '';
    background: url(../image/loading.gif);
    max-height: 20px;
    margin-right: 3px;
    background-size: cover;
    position: absolute;
    display: inline-block;
    height: 20px;
    width: 20px;
    background-repeat:  no-repeat;
}