div, span, font, td, th, tr, a, body {
	font-family: Arial;
	line-height: 1em;
	margin:0;
	padding:0;
}
p {
	font-family: Arial;
}
img {
	border: none;
	padding:none;
	margin: none;
}
body {
	background:#e0e0e0;
	font-size: 16px;
	overflow-y: scroll;
}

a:link, a:hover, a:visited {
	text-decoration: none;
	color: #000064;
	border: thin solid #000064;
	border-radius: 0.25em;
	padding: 0.2em;
	background: rgba(0,0,0,0.2);
}
a:hover {
	text-decoration: underline;
	background: rgba(0,0,0,0.1);
}
a:visited {
	/*color: #551a8b;*/
	color: #000064;
	border: thin solid #000064;
}

.right {
	float:right;
}

div#content {
	width:720px;
	background:#ffffff;
	margin:auto auto;
	padding-bottom: 3em;
	margin-top:3em;
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.2);
}

div#content div#spacer {
	padding:1em;
}

div#header {
	height:3em;
	position:fixed;
	top:0;
	left:0;
	right:0;
	background:#e02416;
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
}

div#header span {
	line-height:1.5em;
	font-size: 2em;
	padding-left:1.5em;
}

div#header span a:link, div#header span a:visited, div#header span a:hover {
	background: none;
	padding: none;
	border: none;
	color: #000032;
	
}

div#header div.right {
	line-height: 3em;
	margin-right: 1em;
}

div#footer {
	font-size:0.8em;
	line-height:1.5em;
	position:fixed;
	bottom:1px;
	left:0;
	right:0;
	text-align: center;
	background: #ffffff;
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
}

div#message, div#cookies {
	color:#ffffff;
	background: rgba(0,0,0,0.8);
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.5);
	position:absolute;
	top:20%;
	left:0;
	right:0;
}

div#message div, div#cookies table {
	width:600px;
	margin:auto auto;
	padding-top:.5em;
	padding-bottom:.5em;
}

div#cookies a:link, div#cookies a:hover, div#cookies a:visited,
div#message a:link, div#message a:hover, div#message a:visited {
	color:#ffc800;
	background:none;
	border:none;
	padding:none;
}

h1 small {
	font-size: 0.5em;
}

table.spaced td {
	line-height:1.6em;
	width:45%;
}

table.list {
	border-spacing:0;
	width:99%;
}
table.list tr.rowA td, table tr.rowB td {
	width:33%;
	cursor: pointer;
	line-height:1.33em;
}
table.list tr.rowA {
	background:#c8c8c8;
}
table.list tr.rowB {
	background:#e0e0e0;
}
table.list tr.rowA.s-10 {
	background:#c87272;
}
table.list tr.rowB.s-10 {
	background:#e09696;
}
table.list tr.rowA.s5 {
	background:#c89672;
}
table.list tr.rowB.s5 {
	background:#e0c896;
}
table.list tr.rowA.s10 {
	background:#72c872;
}
table.list tr.rowB.s10 {
	background:#96e096;
}
table.list tr.rowA.s90, table.list tr.rowA.s100 {
	background:#7272c8;
}
table.list tr.rowB.s90, table.list tr.rowB.s100 {
	background:#9696e0;
}

div.ad {
	width:100%;
	padding:0.2em;
}
div.ad-display {
	width:540px;
	font-size:14px;
	height:48px;
	overflow: hidden;
	margin:auto;
	border: thin solid black;
	cursor: pointer;
}
/* in ad editor the ad is not clickable */
.defaultcursor {
	cursor: default !important;
}
div.ad-display img {
	height:100%;
	border:none;
	padding:0;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
div.ad-stats {
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.2);
	margin: auto;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	width: 510px;
	padding:0.2em;
}
div.ad-stats svg {
	width: 500px;
	height: 120px;
	margin: auto;
	font-size: 0.66em;
}
div.ad-stats table {
	border-spacing: 0;
	width: 350px;
	text-align: center;
	margin: auto;
}
div.ad-stats table td {
	border: thin solid black;
}
div.ad-stats table tr.th td {
	background:#e0e0e0;
}
div.ad-stats table tr.th td.c1{
	border-radius: .25em 0 0 0;
}
div.ad-stats table tr.th td.c3{
	border-radius: 0 .25em 0 0;
}

div.block {
    border: thin solid #c8c8c8;
    border-radius: 0.5em 0.5em 0 0;
	background: rgba(0,0,0,0.09);
}
div.block div.title {
	cursor: pointer;
	padding: .5em;
	background: linear-gradient(180deg, rgba(0,0,0,0.1) 0, rgba(0,0,0,0.033) 100%);
}
div.block div.title span {
	line-height: 0.5em;
	font-size: 1.5em;
	font-family: courier;
	font-weight: bold;
	margin-right: .25em;
}
div.block div.wrapped {
    margin: auto;
	margin-bottom: 1.5em;
	margin-top: 1em;
    width: 500px;
}