<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#pmpro_level-2 div#pmpro_level_cost p:first-of-type {
	display: none;
}

div#pmpro_level-10 div#pmpro_level_cost p:first-of-type {
	display: none;
}

div.pbSubmit {
	background-color: #000000;
	font-family: Lato,sans-serif;
}

div.opulens-premium-ad {
	margin-bottom: 16px;
	margin-top: 16px;
	display: flex;
}

/* Dölj andra kolumnen i tabellen på /premium/ */ 
table#pmpro_levels_table td:nth-child(2),
table#pmpro_levels_table th:nth-child(2)
{
	display:none;
}


.opulens-paywall-container {
	all: initial;
	border: 1px solid black;
	border-radius: 7px;
	display: flex;
	flex-direction: column;
	padding: 1em;
	font-size: 18px;
	width: 500px;
	margin-bottom: 2em;
}


.opulens-paywall-header {
	font-family: "sans-serif",sans-serif;
	text-align:center;
	font-weight: bold;
	font-size:24px;
	margin-bottom:15px;
}</pre></body></html>