.eric_ubibot_comments_table {
	width: 100%;
	border-collapse: collapse;
}

.eric_ubibot_comments_table tr > td {
	padding: 0.3em;
	vertical-align: top;
}

.eric_ubibot_comments_table tr:nth-child(even) > td {
	background-color: #ddd;
	background-color: rgba(208, 208, 208, 0.5);
}

.eric_ubibot_comments_table tr:last-child > td {
	background-color: transparent;
}

.eric_ubibot_comments_table tr:first-child > td {
	font-weight: bold;
}

.eric_ubibot_comments_paging {
	float: right;
}
