.wpprivate-toggle {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    z-index: 99999;
}

.wpprivate-toggle a {
    text-decoration: none;
}

.dashicons {
    font-family: 'dashicons' !important;
}

.wpprivate-toggle a:hover {
    text-decoration: none;
}

#wpprivate {
    border-left: solid 20px #e6e6e6;
    padding-left: 35px;
    position: relative;
    margin: 20px 0;
}

#wpprivate h2.wpprivate-header {
    margin-top: 0;
    position: absolute;
    top: 5px;
    left: -20px;
    size: 18px;
    color: black;
}

.hidden {
    display: none;
}