#give-payment-mode-select_prom li {
	background-color: #f1f1f1;
	margin: 0 !important;
	padding: 14px 20px !important;
	border-radius: 4px;
	border: 1px solid #f1f1f1;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.payment #give-payment-mode-select_prom ul > li {
		background-color: #f1f1f1;
	margin: 0 !important;
	padding: 14px 20px !important;
	border-radius: 4px;
	border: 1px solid #f1f1f1;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media screen and (max-width: 480px) {
	#give_user_history_promesse .give-mobile-title {
		display:inline-block; !important;
		font-weight: 700 !important;
		width: 10em !important;
	}
	#give_user_history_promesse .give-donation-id, #give_user_history_promesse .give-donation-date, #give_user_history_promesse .give-donation-amount, #give_user_history_promesse .give-donation-details, #give_user_history_promesse .give_receipt {
		display:block !important;
		text-align:left !important;
	}
	#give_user_history_promesse thead {
		display : none !important;
	}
	
	#give_user_history_promesse tr {
		background: #fff;
	}
	/*
	#give_user_history_promesse td {
		background: transparent !important;
	}
	#give_user_history_promesse tr:nth-child(2n) {
		background: #fafafa !important;
	}
	#give_user_history_promesse td {
		border:none !important;
		padding-top:0px !important;
		padding-bottom:0px !important;
	}
	*/
	#give_user_history_promesse tr {
		background:#fff;
	}
	#give_user_history_promesse tr:nth-child(2n) {
		background-color:#fafafa;
	}
	#give_user_history_promesse td {
		background-color:transparent;
		border:none !important;
		padding-top:0px !important;
		padding-bottom:0px !important;
	}
}