body {
	font-size: 11px;
}

.qt {
	display: inline-block;
	position: relative;
	vertical-align: top;
}

.dark {
	background-color: #000;
	color: #fff;
}

.bright {
	background-color: #fff;
	color: #000
}

.db {
	position:absolute;
	margin: 0;
	padding: 0;
	display: inline-block;
	font-family: "MS Gothic", monospace;
	white-space: pre;
	overflow: hidden;
}

html.touch .db {
	font-family: "Droid Sans Mono", monospace;
}

.right {
	text-align: right;
}

.cross {
	text-decoration: line-through;
}

.clickable {
	color: #00f;
	cursor: pointer;
}
a.clickable {
	text-decoration: none;
}
/*
.clickable:hover {
	background-color: #cfc;
}
*/

.status {
	white-space: pre;
}
.bright .status {
	color: #000;
}
.dark .status {
	color: #fff;
}
