.variation-tree-component {
    width: 330px;
}

table.variation-tree {
    width: 100%;
}

table.variation-tree tr > td {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

table.variation-tree tr > th.indent,
table.variation-tree tr > td.indent {
    width: 30px;
}

table.variation-tree tr > td.check {
    width: 50px;
    padding-left: 20px;
    padding-right: 10px;
}

table.variation-tree tr > td.check > input {
    transform: scale(1.2);
    margin-top: 6px;
}

table.variation-tree tr > td.input {
    width: 80px;
}

table.variation-tree tr > td > input.form-input {
    width: 60px;
    text-align: right;
}
