#ppc_logo {
	margin-right: 0px;
	margin-top: -5px;
	width: 11%;
	padding-left: 30px;
}
#ppc_logo img {
	width: 100px;
}

.ppc_error {
	display: none; 
	color: red; 
	font-weight: bold; 
	float: left; 
	width: 70%;
}
.ppc_success {
	display: none;
	color: green;
	font-weight: bold;
	float: left;
	width: 70%;
}
.ppc_ajax_loader {
	display: none;
}
.ppc_table_divider {
	margin-top: 15px;
	height: 1px;
	clear: both;
}
.ppc_hr_divider {
	border-color: #ccc; 
	border-style: solid; 
	border-width: 1px 0 0; 
	clear: both; 
	margin: 5px 0 20px; 
	height: 0;
}
.ppc_payment_column {
    border-bottom: 1px dotted; 
    color: #000000;
}
.ppc_count_column {
    border-bottom: 1px dotted; 
}
#ppc_stats_header {
	height: 50px;
}
#ppc_stats_header_datepicker {
	float: left; 
	text-align: left;
}
#ppc_stats_header_datepicker h3 {
	margin: 10px 0px 5px;
}
#ppc_stats_header_features {
	float: right; 
	text-align: right;
	width: 20%;
	min-width: 30em;
}
#ppc_stats_header_features a {
	font-size: smaller;
}
#ppc_stats_header_links {
    float: right;
	height: 100%;
	border-left: 1px solid;
    border-color: #ccc;
	margin-left: 5%;
	padding-left: 5%;
}
.ppcp_payment_buttons {
	float: right;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ppcp_payment_buttons input {
	float: right;
}
.ppcp_payment_buttons div {
	float: left;
	margin-right: 5px;
}
#ppcp_one_to_rule_them_all {
	margin: 0;
	vertical-align: middle;
}
.ppcp_transaction_link {
	color: black;
	text-decoration: none;
}
.ppcp_transaction_link:hover {
	color: black;
	text-decoration: underline;
}
.ppcp_payment_history_record_verified {
	float: right;
	text-align: right;
	font-size: x-small;
	font-weight: bold;
	color: green;
}
.ppcp_payment_history_record_unverified {
	float: right;
	text-align: right;
	font-size: x-small;
	font-weight: bold;
	color: red;
	margin-bottom: 5px;
}
.ppcp_transaction_delete {
	float: right;
	clear: both;
	text-align: right;
	font-size: small;
}
.ppcp_payment_history_delete_post,
.ppcp_payment_history_delete_author {
	float: right;
	clear: both;
	text-align: right;
	font-size: x-small;
}
.ppcp_payment_history_export {
	float: right;
	clear: both;
	text-align: right;
	font-size: x-small;
}
.ppcp_payment_history_element_method {
	font-size: x-small;
	float: right;
	margin-top: 5px;
	margin-bottom: 0px;
	clear: both;
}
.ppcp_payment_history_element_content {
	margin-left: 1em;
	margin-top: -1em;
}
.ppcp_transaction_author {
	margin-left: 2em;
	margin-bottom: 1.5em;
	margin-top: 0.3em;
}
.ppcp_payment_history_element_note {
	margin-top: 0px;
	margin-bottom: 0px;
}
.ppcp_payment_history_element_content table {
	margin-left: 1em;
}
.ppcp_payment_history_element_content th {
	width: 15%;
	text-align: left;
}
.ppcp_payment_buttons_wrapper {
	display: flex;
	justify-content: end;
}
.ppcp_payment_buttons_wrapper .ppcp_payment_buttons {
	margin: 0 5px;
}
.ppc_overall_stats_table {
	padding: 15px;
}