.sidetools {
    position: fixed;
    top: 50%;
    width: 0;
    overflow: visible;
}

.sidetools-right {
    right: 0;
}

.sidetools-left {
    left: 0;
}

.sidetools .tool-item {
    position: relative;
    margin: 0 0 1em 0;
    height: 3em;
    width: 0;
}

.sidetools .tool-item .tool {
    position: absolute;
    color: #444;
    background: #fff;
    top: 0;
    height: 100%;
    min-width: 2em;
    z-index: 10;
    overflow: hidden;
    white-space: nowrap;
}

.sidetools .tool-item .tool a {
    font-size: 0.9em;
    display: block;
    text-decoration: none;
    padding: 1em 0.6em;
    color: #fff;
}

.sidetools .tool-item .tool-link .icon {
    display: inline-block;
    margin-top: -0.2em;
    font-size: 1.2em;
}

.sidetools-right .tool-item .tool {
    left: -2em;
}

.sidetools-left .tool-item .tool {
    right: -2em;
}

.sidetools .tool-item:last-child {
    margin-bottom: 0;
}