.mobiledoc-overview {
    ol {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    li {
        display: block;
        border: 1px solid $tools-color-E;
        color: $tools-color-D;
        cursor: pointer;
        padding: .5em 0.75em;
        margin: 0 0 .5em;
        border-radius: 3px;
        font-weight: 100;
        font-size: 12px;
        cursor: -webkit-grab;
        &:after {
            content: url('/cardstack-cms/icons/item-grab.svg');
            right: 2em;
            position: absolute;
        }
        &:hover {
            background-color: $tools-active-color;
            border-color: darken($tools-active-color, 10%);
            color: $white;
            &:after {
                content: url('/cardstack-cms/icons/item-grab-white.svg');
            }
        }
        &:last-child {
            margin-bottom: 0;
        }
        white-space: nowrap;
        overflow: hidden;
        &.quotes-content {
            font-style: italic;
            &:before {
                content: "\201C";
            }
        }

    }
}
