.history .name {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 83px;
    overflow: hidden;
    display: inline-block;
    line-height: 13px;
}



.general_action .activity.actions a {
    display: block;
    text-align: left;
}
.general_action .short_info .switch {
    position: absolute;
    bottom: 0px;
}

@media screen and (max-width: 1338px) {
    .stepContainer .all-ready .general_action .activity {
        position: relative;
        float: left;
        top: -60px;
        left: -2px;
    }
}

/*------------------------------ custom styles -----------*/
.stepContainer .property .import-record .history .name,
.stepContainer .company .add-company .history .name,
.stepContainer .no-property .history .name {
    max-width: 250px;
}

.stepContainer .all-ready .reporting .history .name {
    max-width: 170px;
}

.stepContainer .all-ready .property .history .name {
    max-width: 160px;
}

.stepContainer .all-ready .due-diligence .history .name {
    max-width: 70px;
}