/*payment method link*/

.section-storage .payment-methods-row a {
	font-size: 17px;
}

@media only screen and (max-width: 735px) {
	.section-storage .storage-table .payment-methods-row {
		margin-bottom: 0;
	}
	.section-storage .payment-methods-row a {
		margin-top: 20px;
		display: block;
	}
}
