<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ads-plans-table {
	width: 100%;
	box-shadow: 0 0.2em 0.3em rgba(0, 0, 0, 0.2);
	margin-bottom: 2em;
}
.ads-plans-table caption {
	font-weight: bold;
	color: #888;
	font-size: 1.3em;
	text-align: center;
	padding: 1.4em 0;
}
.ads-plans-table tr {
	border-top: 1px solid #eee;
}
.ads-plans-table tr:first-child {
	border-top: none;
}
.ads-plans-table tr.period-current {
	background: #ebffe8;
	color: #398739;
}
.ads-plans-table tr.period-past {
	background: #ededed;
	color: #aaa;
}
.ads-plans-table td,
.ads-plans-table th {
	padding: 1em;
}
.ads-plans-table th {
	font-weight: bold;
	color: #888;
	text-align: center;
	background: #eee;
}
.ads-plans-table td.c-b-g {
	text-align: center;
	font-weight: bold;
	color: #777;
}
.ads-plans-table tr.period-current td.c-b-g {
	color: #398739;
}

.ad-pland-subscribe {
	margin-bottom: 3em;
}
.ad-pland-subscribe.standalone {
	margin-bottom: 0;
}
.ad-pland-subscribe .adw-show-subscriptions-choice {
	padding: 0.7em;
	background: #fff;
	color: #c2282e;
	cursor: pointer;
	border: 1px solid #c2282e;
	border-radius: 0.3em;
}
.ad-pland-subscribe.adss-table-visible .adw-show-subscriptions-choice,
.ad-pland-subscribe .adw-table-subscriptions {
	display: none;
}
.ad-pland-subscribe .adw-show-subscriptions-choice {
	display: inline-block;
}
.ad-pland-subscribe.adss-table-visible .adw-table-subscriptions,
.ad-pland-subscribe.standalone .adw-table-subscriptions {
	display: table;
	color: #555;
}
.ad-pland-subscribe .adw-table-subscriptions {
	width: 100%;
	border-collapse: collapse;
}
.ad-pland-subscribe .adw-table-subscriptions caption {
	text-align: center;
	font-size: 1.3em;
	color: #888;
	padding: 2em 0;
	font-weight: bold;
}
.ad-pland-subscribe .adw-table-subscriptions th,
.ad-pland-subscribe .adw-table-subscriptions td {
	padding: 0.8em;
	border: 1px solid #c2282e;
}
.ad-pland-subscribe .adw-table-subscriptions th,
.ad-pland-subscribe .adw-table-subscriptions td.cntr {
	text-align: center;
}
.ad-pland-subscribe .adw-table-subscriptions th {
	font-weight: bold;
	color: #fff;
	background: #c2282e;
}

.successful-ad-request-note {
	border: 1px solid #9bc69b;
	padding: 1.3em;
	margin: 1em 0 2em;
	background: #d6f8d6;
	color: #155315;
	border-radius: 0.5em;
	box-shadow: 0 0.2em 0.2em rgba(0, 0,0,0.2);
	line-height: 1.3;
}</pre></body></html>