.outline .toggle-button {
    position: absolute;
    top: 4px;
    left: 0px;
    font-size: 9px;
    line-height: 1.3;
    padding: 1px 2px;
    background: #FFF;
    border: 1px solid #EEE;
    border-radius: 2px;
}
.outline .toggle-button:hover {
    border-color: #CCC;
    cursor: pointer;
}
.outline header {
    padding: 2px;
}
.outline section {
    position: relative;
    padding-left: 20px;
}
.outline h2 {
    font-size: 14px;
    padding: 2px;
    margin: 0;
    font-weight: bold;
}