  .form_page_wrap {
    .payment_review table {
        min-width: 100% !important;
    }
    .cart {
         table {
            min-width:100% !important;
            td {
                padding: 1.4rem 0.5rem;
                a {
                    text-decoration:underline;
                }
                a:hover {
                    text-decoration:none;
                }
            }
            th a {
                color:white;
                text-decoration:underline;
            }
            th a:hover {
                color:white;
                text-decoration:none;
            }
        }
    }
    .item {
        margin:2.5rem 0;
        .addToCart { 
            text-align:right; 
            .buy_button:empty {
                display: none;
            }
        }
    }
}
