.item-split {
    opacity: 1;
    padding-left: 30px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
    font-size: 14px;
}

.item-split:before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    display: block;
    background: url("img/split.svg") no-repeat center;
}

.item-FGS {
    padding-right: 10px;
    margin-bottom: 10px;
}

.marker-left {
    list-style: none;
    margin: 0;
    padding: 0;
}

.marker-left li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}