Just ended up removing the cross sells from the cart page all together using:
body .cross-sells {
display: none !important;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
width: 100% !important;
}
Better than having it look like it did, I guess. :/