.element {
	display: block;
	border-top: 1px solid;
}

h3 {
	border-bottom: 1px dotted;
}

td.icon, img.icon {
	width: 8em;
}

dl {
	display: inline;
	margin-top: -10em;
}

dt {
	text-decoration: underline;
	font-style: italic;
}

.toolbar img {
	max-width: 3em;
	max-height: 3em;
	border: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

table {
	width: 100%;
}

td {
	padding-right: 0.3em;
}

td.icon+td {
	padding-left: 1em;
	padding-left: 1em;
}

.footer {
	text-align: center;
	border-top: 1px dotted;
	padding-top: 0.5em;
}

.footer a {
	text-decoration: underlined;
	color: white;
}

.footer a:visited {
	color:white;
}