/*=====================================*/
/*==    QDB PAGE                     ==*/
/*=====================================*/

div.quote {
	word-break: break-word;
}

div.quote > table {
	width: 100%;
	border-collapse: collapse;
}

div.quote > table td.before, div.quote > table td.name {
	white-space: nowrap;
	width: 1px;
}

div.quote > table td {
	vertical-align: top;
	font-size: 13px;
}

div.quote > table tr.line {
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}

div.quote > table tr.line > td {
	padding: 1px 0.5em;
}

div.quote > table td.name {
	text-align: right;
}

div.quote > table td.message {
	text-align: left;
}

div.quote > table td + td.message {
	border-left: 1px solid;
}

div.quote > table td:empty {
	padding: 0;
}

div.rating, a.reportthis {
	display: inline-block;
}

span.ratebuttons {
	display: inline-block;
	position: absolute;
	margin-top: -1px;
}

div.rating, span.ratebuttons {
	font-weight: bold;
}

html.mobile.shift #content .ratebuttons {
	display: none;
}

a.reportthis {
	float: right;
}