@import "/online/css/bbr.css?date=20150622";

/* bbr overrules */
body {
	text-align: initial;
    background:transparent;
}

#header-content {
    background-color: #63947d;
}

#demo {
	border:solid 2px #63947d;
	color:63947d;
	padding:2px;
	cursor:pointer; 
	font-family: Verdana, "Arial unicode ms", sans-serif;
	text-indent: -2em;
}

h1.title {
	color: white;
	background-color: #9e2330;
    max-width: inherit;
}

.affiliation {
    color: #666;
}

table
{
	line-height: 150%;
	vertical-align: top;
	margin-top: .5em;
	margin-bottom: 1em;
	border-top: solid 1px;
	border-bottom: solid 1px;
	padding-right: 3em;
}

table.zerotable
{
	line-height: 150%;
	vertical-align: top;
	margin: 0em;
	padding: 0em;
	border: none;
}

table.zerotable td
{
	padding: 0em;
	margin: 0em;
}

table.lines
{
	border: solid 1px black;
}
table.lines td
{
	border:solid 1px black;
	padding-left,padding-right: 1em;
	margin:0em;
}

table.example
{
	margin-top: .6em;
	margin-bottom: .6em;
	border-top: none;
	border-bottom: none;
}

table.nextexample
{
	margin-top: -.4em;
	margin-bottom: .6em;
	border-top: none;
	border-bottom: none;
}

table.enum
{
	margin-top: .6em;
	margin-bottom: .6em;
	border-top: none;
	border-bottom: none;
}

table.nextenum
{
	margin-top: 0em;
	margin-bottom: 0em;
	border-top: none;
	border-bottom: none;
}

table.table {
	font-size: 85%;
	background-color:#eee;
	border:1px solid #ddd;
}

table caption {
	padding-top: .5em;
	text-align: left;
	font-size: 110%;
}

th {
	text-align: left;
	padding-right: 1em;
	vertical-align: text-top;
}

tr {
	vertical-align: top;
}

td
{
	vertical-align: top;
	padding-right: 1em;
}

td.hdr {
	border-bottom: solid 1px;
}
	
td.hdrb {
	border-top: solid 1px;
	border-bottom: solid 1px;
}

form { margin-bottom: 0em; }
table.form { border: solid 1px #e1bb4b; font-size: 90%;}
table.form td { margin: .5em; padding: .5em; } 
table.form table { border: 0; font-size: 90%;}
table.form table td { margin: 0em; padding: 0em; } 
table.vat	{ width: 100%; border:none; font-size: 90%;} 
table.vat td { vertical-align: top; }	
table.license
{
	padding: 0;
	margin: 0;
	border: solid 1px black;
	border-spacing: 0;
	font-size: 90%;
}
table.license td { margin: .5em; padding: .5em; } 

.terms
{
	overflow: auto;
	border:2px solid black;
	padding:5px;
	background-color:white;
	font-size: 80%;
}
ol {
    font-size:.9em;
}
