.container {
    position: relative;
    margin-top: 60px;
    margin-left: 60px;
    margin-right: 60px;
    padding-bottom: 10px;
    min-height: 500px;
    background: #eee;
    box-shadow: 0px 0px 10px 2px #bbb;
}

.container h3 {
    position: absolute;
    border: 0;
    margin: 0;
    padding: 0;
    padding-top: 14px;
    height: 44px;
    width: 400px;
    text-indent: 80px;
    background: #4af;
    border-radius: 2px;
    box-shadow: 0px 0px 0px 2px #29f;
    pointer-events: none;
    margin-left: 0px;
    background: white;
    box-shadow: 0px 2px 0px 1px #9bf;
}

.route {
    position: relative;
    list-style-type: none;
    border: 0;
    margin: 0;
    padding: 0;
    top: 0px;
    margin-top: 0px;
    max-height: 100% !important;
    width: 100%;
    background: #bcf;
    border-radius: 2px;
    z-index: -1;
    position: relative;
}

.route span {
    position: absolute;
    top: 20px;
    left: 20px;
    -ms-transform: scale(2);
    /* IE 9 */

    -webkit-transform: scale(2);
    /* Chrome, Safari, Opera */

    transform: scale(2);
}

.route .title {
    position: absolute;
    border: 0;
    margin: 0;
    padding: 0;
    padding-top: 14px;
    height: 44px;
    width: 400px;
    text-indent: 80px;
    background: #4af;
    border-radius: 2px;
    box-shadow: 0px 0px 0px 2px #29f;
    pointer-events: none;
}

.first-title { margin-left: 10px; }

.space {
    position: relative;
    list-style-type: none;
    border: 0;
    margin: 0;
    padding: 0;
    margin-left: 70px;
    width: 60px;
    top: 68px;
    padding-bottom: 68px;
    height: 100%;
    z-index: 1;
}

.first-space { margin-left: 10px; }

.draggable-buttons {
    position: absolute;
    right: -420px;
}