﻿.reviews-table {
	width: 100%;
	margin: 5px auto 30px auto;
	padding: 0;
	border: 1px solid #000000;
	border-collapse: collapse;
	font-size: 10pt;
	text-align: center;
}
.reviews-table th, .reviews-table td {
	border: 1px solid #000000;
}
.year {
	height: 28px;
	color: #ffffff;
	background-color: #000000;
}
.row-description {
	height: 25px;
	font-weight: normal;
	color: #ffffff;
	background-color: #808080;
}
.data {
	padding: 4px 0;
}
.number {
	font-weight: normal;
}
.number, .type {
	width: 19%;
}
.name, .date {
	width: 22%;
}
.review {
	width: 18%;
}