#favor-rdp-my-account {

}

#favor-rdp-my-account h3 {
	border-top: 1px solid #ccc;
	margin-top: 2em;
	padding-top: 2em;
} 

#favor-rdp-my-account .favor-rdp-frontend-table {
	border-collapse: collapse;
	border-spacing: 0;
}

#favor-rdp-my-account .favor-rdp-frontend-table tr:first-child td,
#favor-rdp-my-account .favor-rdp-frontend-table tr:first-child th {
	background-color: rgba( 0, 0, 0, 0.1 );
}

#favor-rdp-my-account .favor-rdp-frontend-table tr:nth-child( odd ) td,
#favor-rdp-my-account .favor-rdp-frontend-table tr:nth-child( odd ) th {
	background-color: rgba( 0, 0, 0, 0.05 );
}

#favor-rdp-my-account .favor-rdp-frontend-table tr td,
#favor-rdp-my-account .favor-rdp-frontend-table tr th {
	padding: 8px;
}

#favor-rdp-my-account .favor-rdp-frontend-table tr td .fas.fa-cart-plus {
	cursor: pointer;
	margin-left: 12px;
}