.toggler {
	display: inline-block;
	width: 12px;
	height: 12px;
	
	background-image: url('/img/minus_alt_12x12.png');
}

.togglerhidden {
	background-image: url('/img/plus_alt_12x12.png');
}

label[title], span[title], strong[title]{
	border-bottom: 1px dotted gray;
}

table.configuration {
	border-collapse: collapse;
}

table.configuration, table.configuration tr, table.configuration td {
	border: 1px solid black;
}

table.configuration td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

table.configuration tr td:first-child {
	width: 250px;
}

table.configuration tr td:nth-child(2) {
	width: 475px;
}

/*table.configuration tr td:nth-child(3) {*/
table.configuration tr td:last-child {
	width: 450px;
	font-size: 0.8em;
}

body {
	font-family: Arial;
}

a img {
	border: 0;
}

.ui-tooltip-content {
	font-size: 0.6em;
}

#development {
	position: absolute;
	top: 0;
	right: 0;
	padding-left: 10px;
	padding-right: 25px;
	font-size: 90%;
	text-align: right;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

.smallfont {
	font-size: 0.7em;
}

.warningheader {
    color: red;
    font-size: 150%;
}

.warninglist li::first-line {
    font-weight: bold;
}
