@import "../../variables";

.Table .Table-col-amount.Table-col-rightpad {
    padding-right: $offset_main * 11;
}

.Table .Table-col-hheader {
    font-weight: $weight_bold;
}

.Form-fieldset-section {
    margin-bottom: $offset_main * 1.5;
}

/* stylelint-disable selector-no-type */
.Table td.Mcps-rate-input-cell {
    white-space: nowrap;
}
/* stylelint-enable selector-no-type */

.Mcps-rate-input {
    margin-right: $offset_main/2;
    width: $offset_main * 13;
}

.Mcps-delete-checkbox-wrapper {
    display: inline-block;
    height: $control_height_normal;
    position: relative;

    .Checkbox {
        top: 50%;
        transform: translateY(-50%);
    }
}
