body {
	background: #fff;
	margin: 30px;
	font-family: Segoe UI, Verdana, Sans-Serif;
	font-size: 12px;
}

dd input, dd textarea {
	width: 70%;
}

dd textarea {
	height: 8em;
}

dd {
	margin-left: 0;
}

dt {
	margin: 1em 0 0.5em 0;
}

.error {
	background: pink;
}

h1 {
	font-size: 2em;
	margin-bottom: 1em;
	color: #7f0000;
}

a.switch {
	position: absolute;
	top: 26px; right: 5%;
	font-size: 1.5em;
	color: #3f7400;
}

h2 {
	margin: 2em 0 1em;
	border-bottom: 2px solid #aaa;
	padding-bottom: 0.2em;
}

table {
	width: 100%;
	border-collapse: collapse;
}

td {
	border-bottom: 1px solid #ccc;
	padding: 3px 0;
}

.cost {
	width: 80px;
}

.footer {
	margin-top: 10em;
	color: #777;
	text-align: right;
}

.footer span {
	margin-left: 3em;
}

.ticket {
	border: 1px solid #444;
	background: #eee;
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
}

.ticket .header span {
	margin-right: 10px;
}

.ticket .header .topic {
	font-weight: bold;
	color: darkred;
}

.ticket pre {
	white-space: normal;
}

.delete {
	position: absolute;
	right: 10px; top: 10px;
}