<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.leaky-paywall-purchase-history-table {
	width: 100%;
}

.leaky-paywall-purchase-history-table th {
	padding: 5px;
    border-left: .125rem solid #fff;
    border-right: .125rem solid #fff;
    background: #aaa;
    color: #fff;
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1.2;
}

.leaky-paywall-purchase-history-table td {
	padding: 5px;
    font-weight: 300;
    text-align: center;
    border-left: .125rem solid #fff;
    border-right: .125rem solid #fff;
    border-bottom: .125rem solid #fff;
    background: #eee;
}

.leaky-paywall-purchase-history-table td a {
	text-decoration: underline;
	color: #EA973F;
}

#leaky-paywall-invoices-subscriber-fields-wrap {
	display: none;
}

#leaky-paywall-invoices-subscriber-fields-wrap-bg {
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: .7;
    filter: alpha(opacity=70);
    z-index: 1000010;
}

#leaky-paywall-invoices-subscriber-fields-wrap #leaky-paywall-invoices-subscriber-fields-box {
	position: fixed;
    left: 50%;
    overflow: scroll;
    top: 40px;
    bottom: 20px;
    max-height: 90%;
    width: 480px;
    margin: 0 0 0 -190px;
    padding: 30px 0 0;
    background-color: #f1f1f1;
    z-index: 1000011;
    box-shadow: 0 3px 6px rgba(0,0,0,.3);
}

#leaky-paywall-invoices-subscriber-fields-wrap #leaky-paywall-invoices-cancel {
	padding: 10px 20px;
}

#leaky-paywall-invoices-subscriber-fields-box #leaky-paywall-invoices-subscriber-fields-form {
	height: 100%;
    position: relative;
    overflow: auto;
    padding: 0 20px;
}

#leaky-paywall-invoices-subscriber-fields-form-wrap .form-row {
	margin-bottom: 8px;
}

#leaky-paywall-invoices-subscriber-fields-form-wrap .form-row label {
	display: block;
	color: #444;
}

#leaky-paywall-invoices-subscriber-fields-form-wrap .form-row input {
	width: 100%;
}




</pre></body></html>