fieldset.spin-off {
    background-color: #ffffff;
    border: medium none;
    padding: 0;
}
fieldset.spin-off div.grouping-box {
    display: inline-block;
}
fieldset.spin-off div.filter-type div.box.full {
    padding: 0;
    width: 10rem;
}
fieldset.spin-off div.filter-value div.box.full {
    padding: 0;
    width: 20rem;
}
.comment-form.spin-off div.grouping-box {
    width: inherit;
}
.table-matrix .scrollarea table.spinoff colgroup col.col1 {
    width: 220px;
}
.table-matrix .scrollarea table.spinoff colgroup col.col2 {
    width: 217px;
}
.table-matrix .scrollarea table.spinoff colgroup col.col3 {
    width: 123px;
}
.table-matrix .scrollarea table.spinoff colgroup col.col4 {
    width: 83px;
}
@media screen and (max-width: 1024px) {	
	.table-matrix .scrollarea table.spinoff thead th:nth-child(1) {
	    width: 220px;
	}
	.table-matrix .scrollarea table.spinoff thead th:nth-child(2) {
	    width: 217px;
	}
	.table-matrix .scrollarea table.spinoff thead th:nth-child(3) {
	    width: 123px;
	}
	.table-matrix .scrollarea table.spinoff thead th:nth-child(4) {
	    width: 83px;
	}
}