.order-sentences {
    text-align: center;
}

.order-sentences-title-text{
    font-size: 18px !important;
    text-align: left;
}

.order-sentences-container {
    display: inline-block;
}

.order-sentences-first {
    padding-right: 1em !important;
    cursor: default !important;
}

.list-group {
    /*display: inline-block;*/
    margin: 0.5em 2.5em;
}

.list-group-item {
    padding-right: 3em;
    border: none !important;
    margin-bottom: 1px !important;
    box-shadow: 0 1px 3px rgb(150, 150, 150);
    cursor: pointer;
    transition: background-color 0.2s ease-out;
    /*touch-action: manipulation;*/
}

.order-sentences-sortable-chosen {
    background-color: #696969 !important;
    color: white;
    cursor: move;
    transition: background-color 0.05s ease-out;
}

.list-sentence {
    margin-left: 1em;
}

.list-sentence-handler-container {
    /*display: inline-block;*/
    /*position: absolute;*/
    /*right: 12px;*/
    /*top: 12px;*/
}

.list-sentence-handler{
    float: right;
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: move;
    cursor: -webkit-grabbing;
    color: #58bd7b;
}

#order-sentences-title{
    margin: 1em 0
}
