div.features {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 5px;
    grid-auto-columns: max-content;
    align-items: center;
}

img.feature {
    width: 15px;
}

img.action {
    width: 20px;
}

img.action.epc{
    transform: rotate(90deg);
}

.status_type_list {
    width: 80px;
}

.status_type {
    width: 100px;
}