<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Themen, temas page styles */
html, body, ul, p
{
	margin: 0;
	padding: 0;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
html
{
	font-size: 16px;
}
body {
	font-family: "Georgia", "Times New Roman", serif;
	width:100%;
	height:100%;
	line-height: 1.125rem;
	background-color: #FFF6D2;
	font-size: 0.9em;
}
h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom: 4px;
}
h2 {
	color: #993;
	font-size: 1.25rem;
}

/** Layout **/
#page-wrapper {
	width: 355px;
	padding-left: 15px;
}
}

#temas {
	width: 100%;
	text-align: left;
}

#temas_header{
	background:#fff;
	padding: 4px;
	margin-bottom: 5px;
}
#temas_header .close-button
{
	float: right;
	height: 2rem;
	width: 2rem;
	padding: 0;
	font-weight: bold;
	background-image: url(img/cross.svg);
	background-repeat: no-repeat;
	cursor: pointer;
}
#temas_footer 
{
	height: 50px;
}
#temas_footer button
{
	float: right;
	height: 25px;
	padding: 0 7px;
	font-weight: bold;
}

/** Tables **/
table {
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
	border: 0;
	clear: both;
	margin-bottom: 4px;
	width: 100%;
}
th {
	border:0;
	border-bottom:1px solid #555;
	text-align: center;
	padding:4px;
}
table tr td {
	background: #fff;
	padding: 0 8px 2px;
	vertical-align: top;
}

@media screen and (min-width: 400px) {
	#page-wrapper { width: 392px; margin: 0 auto;}
}
</pre></body></html>