.reorderable-ul{
  padding: 0;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.reorderable-li {
    position: relative;
    /* max-width: 300px; */
    max-width: 100%;
    list-style: none;
    border: 1px solid #b1b0b0;
    height: 60px;
    box-sizing: border-box;
    padding: 9px;
    margin: 10px;
    cursor: grab;
    border-radius: 8px;
}

    .reorderable-li:active {
        cursor: grabbing;
    }

    .left {
        text-align: center;
        font-size: 14px;
        text-align: left;
        width: calc(100% - 125px);
        height: 100%;
        float: left;
    }

.info {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 20px;
}

    .info img {
        float: left;
        margin-right: 10px;
        border: 1px solid #b9b9b9;
    }

.right {
    width: 120px;
    float: right;
    margin-right: 5px;

}

.right a {
    line-height: 26px;
    text-decoration: none;
    float: right;
    margin-right: 5px;
    background-color: #fff;
    width: 26px;
    text-align: center;
    border: 1px solid #9a9a9a;
    padding: 1px;

}

    .right a:hover {
        background-color: #fffadc;
    }