.line-rest-last {
	display: none;
}

.my_account_wholesale_orders tbody tr td {
	cursor:pointer;
}

.to-kolonne {
    display: block;
    zoom: 1;
}

.to-kolonne:after {
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

.to-kolonne.some-top-space {
    margin-top: 20px
}

.to-kolonne .kol {
    width: 50%;
    float: left;
    padding: 10px
}

.to-kolonne .kol:nth-child(2n+1) {
    clear: left;
    padding-left: 0;
}

.to-kolonne .kol:nth-child(2n) {
	padding-right: 0;
}
