.wpdf-donations-table-wrapper{
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}

.wpdf-donations-table{
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9em;
	font-family: sans-serif;
	/*min-width: 400px;*/
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	margin: 0;
}
.wpdf-donations-table thead tr {
	background-color: #F26136;
	color: #ffffff;
	text-align: left;
}
.wpdf-donations-table-wrapper .wpdf-donations-table-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(1,1,1,.5);
	z-index: 2;
	display: none;
}
.wpdf-donations-table th {
	color: #fff !important;
}
.wpdf-donations-table th,
.wpdf-donations-table td {
	padding: 12px 15px;
	font-size: 15px !important;
}

.wpdf-donations-table tbody tr {
	border-bottom: 1px solid #dddddd;
}

.wpdf-donations-table tbody tr:nth-of-type(even) {
	background-color: #f3f3f3;
}

.wpdf-donations-table tbody tr:last-of-type {
	border-bottom: 2px solid #009879;
}
.wp-donatify-pagination-wrapper{
	display: block;
	background: #F26136;;
}
#wp-donatify-pagination{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 !important;
}
#wp-donatify-pagination li{
	display: flex;
	padding: 5px;
	background: #F26136;
	margin: 0 !important;
	flex-basis: auto
}
#wp-donatify-pagination .page-item .page-link{
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#wp-donatify-pagination .page-item.active{
	color: #fff !important;
	background: #F26136 !important;
}

#wp-donatify-pagination .page-item.active a, .page-item.disabled a {
	cursor: default;
	text-decoration: none;
	color: #d4d4d4 !important;
}
