.paymentcardchoice table { 
		width: 100%; 
		border-collapse: collapse;
}
	.paymentcardchoice tr.expired { 
		background: #FFF8CC; 
		color: #c60f13;
	} 
	.paymentcardchoice tr.expired td, .paymentcardchoice tr.expired td a{ 
		color: #c60f13;
	} 
	.paymentcardchoice tr.expired td a:hover{ 
		color: #424242;
	}
	.paymentcardchoice table th { 
		background: #DAEBF5; 
	}
	.paymentcardchoice table td, 
    .paymentcardchoice table th { 
		padding: 6px !important; 
	/*	border: 1px solid #ccc; */
		text-align: left; 
	}
	.payment-timeframes h4 {
		font-size: 14px;
		margin-top: 15px;
	}
     @media only screen and (max-width: 660px) {
        .paymentcardchoice table tr td,
        .paymentcardchoice table tr th {
			font-size: 12px !important;
		}
	}
	@media 
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {
	
		/* Force table to not be like tables anymore */
		.paymentcardchoice table,
        .paymentcardchoice thead,
        .paymentcardchoice tbody,
        .paymentcardchoice tr,
        .paymentcardchoice th,
        .paymentcardchoice td { 
			display: block; 
		}
		
		/* Hide table headers (but not display: none;, for accessibility) */
		.paymentcardchoice table thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		.paymentcardchoice table tr { 
		/*	border: 1px solid #ccc;*/
		 }
		
		.paymentcardchoice table td { 
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee; 
			position: relative;
			padding-left: 60% !important; 
		}
		
		.paymentcardchoice table td img { 
			height: 50px;
		}
		.paymentcardchoice table td:before { 
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%; 
			padding-right: 10px !important; 
			white-space: nowrap;
		}
		
		/*
		Label the data
		*/
		.paymentcardchoice table td:nth-of-type(1):before { content: "Select:"; }
		.paymentcardchoice table td:nth-of-type(2):before { content: "Card Type:"; }
		.paymentcardchoice table td:nth-of-type(3):before { content: "Card Nickname:"; }
		.paymentcardchoice table td:nth-of-type(4):before { content: "Card Ending In:"; }
		.paymentcardchoice table td:nth-of-type(5):before { content: "Expiration Date:"; }
		.paymentcardchoice table td:nth-of-type(6):before { content: "Action:"; }
		.paymentcardchoice.final-payment table td:nth-of-type(1):before { content: "Card Type:"; }
		.paymentcardchoice.final-payment table td:nth-of-type(2):before { content: "Card Nickname:"; }
		.paymentcardchoice.final-payment table td:nth-of-type(3):before { content: "Card Ending In:"; }
		.paymentcardchoice.final-payment table td:nth-of-type(4):before { content: "Total Express Payment:"; }
	}
	