my-moebelstueck.de/save/template/warenkorb.html
<div class="billto-shipto"> has no borders. I want to add it but i can not find the div. If i add in the css .billto-shipto nothing happen. so if i would a style attribute behind it it can solve my problem. Someone know where this div is created?
Add to your css:
#checkoutForm .billto-shipto {
border-left: 1px solid;
border-right: 1px solid;
}