.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt {
	margin-bottom: 0px !important;
}

.checkout .woocommerce .checkout_tccgc .form-row {
    width: 70%;
    float: left;
    padding-right: 2%;
}

.checkout .woocommerce .checkout_tccgc .btn {
    display: inline-block;
    width: 30%;
    position: relative;
    top: 3px;
}

.checkout .woocommerce .checkout_tccgc{
 display: block !important;
 margin: 0 0 75px;
 padding: 0;
}

.account-cols.view-order .shop_table td {
    border-bottom: 0px;
    border-top: 1px solid rgba(0,0,0,.1);
	text-align:right;
}

.shop_table.order_details.tccgc_order_details th {
    font-weight: normal;
}
.checkout  .woocommerce .woocommerce-message {
    background-color: #d4fecc;
    border: 1px solid #a1da96;
    color: #3b8a2e;
    text-align: center;
    border-radius: 5px;
}
.checkout  #checkout_tccgiftcard_submit {cursor:pointer;}