
.edit {
    background: rgba(255,255,255,0.4);
    position: absolute;
    /* top: 4px; */
    /* left: 5px; */
    border-radius: 5px;
    padding: 5px;
    color: #000;
    opacity: 1;
    font-weight: 600;
    border: solid 1px rgba(0,0,0,0.2);
    z-index: 99;
}

.page-list-column span {
    list-style-position: outside;
    margin-left: 1.6em;
    list-style: none;
    padding: 0;
    margin: 0;
    display: list-item;
    text-align: -webkit-match-parent;
}

.col2-left-single .box .titlewrap {

    height: auto;

}