﻿.step-container .step-box {
    padding-bottom: 20px;
}

.step-box ul {
    background-color: #fff;
    min-height: 30px;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 0;
}

    .step-box ul li {
        border-bottom: solid 1px #eee;
        padding: 5px;
    }

    .step-box ul li:hover {
        background-color: #eee;
    }

        .step-box ul li .content {
            min-width: 150px;
            padding: 0;
            display: flex;
        }

            .step-box ul li .content .drag-handle {
                width: 14px;
                background-color: #F3E9FE;
                opacity: 0.8;
                margin-left: auto;
                border: solid 1px #fff;
                cursor: move;
            }