
.wiki-content {
    background-color: white;
    margin-top: 12px;
    margin-bottom: 12px;
}

.wiki-max-width {
    max-width: 950px;
}

/* Used to center bookmark when marking images */
.center_svg_marker {
    vertical-align: top;
    margin-top: 4px;
}

/* Styles for tags */

.tags-inpup-tags  {
    height: calc(1.5em + 2px + 0.4rem);
}

.tags-input-list div {
    padding: 5px 10px;
    cursor: pointer;
}

.tags-input-list div:hover {
    background-color: #495057;
    color: #fff;
}

.tags-inpup-tags  label span {
    position: relative;
    top: -2px;
    margin-right: -10px;
    color: #888;
    cursor: pointer;
}

.tags-inpup-tags  label span:hover {
    color: #000;
}

/* end tag styles */