<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * SUMOshop Newsletter v1.05
 * Copyright 2018 SUMOshop http://www.sumoshop.dk
 * All rights reserved
 */
#newsletter input[type=submit], #newsletter input[type=button] {
	width: calc(1200px * 1/4 - 10px * 2);
	width: calc(var(--basic-full) * 1/4 - var(--basic-margin) * 2);
}</pre></body></html>