/* = Site Manager = */
.edit_panel {
        background-color: #FFFAA8;
        bottom: 0;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        font-family: Arial, sans-serif;
        font-size: 14px;
        height: 4em;
        left: 0;
        overflow: hidden;
        position: fixed;
        width: 56px;
        z-index: 200;
        margin: 0 1% 10px;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
}
.edit_panel a.open {
        background: url(/img/sitemanager/edit_cogs.png) no-repeat center center;
        bottom: 0;
        cursor: pointer;
        display: block;
        height: 4em;
        left: 0;
        line-height: 4em;
        overflow: hidden;
        position: absolute;
        text-indent: -999em;
        width: 4em;
        z-index: 202;
}
.edit_panel span.open:hover {
        opacity: 0.6;
}
.edit_actions {
        bottom: 0;
        display: none;
        font-weight: bold;
        height: 4em;
        line-height: 4em;
        padding: 0 2em 0 5em;
        position: absolute;
        right: 0;
        z-index: 201;
}
.edit_actions a {
        padding-left: 20px;
}
