div.quote { background-color:#EEEEEE; border:2px dotted #999999; color:#444444; font-size:11px; line-height:125%; font-family:Verdana,Arial,Helvetica,sans-serif; margin: 10px; padding: 5px }
td.post { font-size:12px; line-height:125%; }

.table > thead > tr > th {
	color: #888;
	font-weight: normal;
}


@media (max-width: 768px) {
	table.xs-vertical-table tr td {
		font-size: 1em;
		display: block;
	}
	table.xs-vertical-table tr td:not(:first-child) {
		border-top: none;

	}
	table.xs-vertical-table tr td.styled-xs {
		text-align:left;
		font-style: italic;
		color: #777;
		font-size: .9em;
		/*
		line-height: 1.2em;
		*/
	}
}