.review-table {
    width: 100%;
	table-layout: fixed;
    border: 1px solid black;
    border-collapse: collapse;
}
.review-table thead {
    background-color: #000000;
    color: #ffffff;
}
.review-table tbody {
    background-color: #f5f5f5;
    border: 1px solid black;
    border-collapse: collapse;
}
.review-table > tbody > tr:first-child > td,
.review-table > tbody > tr:first-child > th {
    padding-top: 4px;
}
.review-table > tbody > tr:last-child > td,
.review-table > tbody > tr:last-child > th {
    padding-bottom: 4px;
}
.review-table tr > * {
    padding-left: 12px;
    padding-right: 12px;
}
.review-table .field-title {
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    width: 100%;
    margin-bottom: 0;
    line-height: 30px;
    display: block;
}
.review-table .field-value {
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    width: 100%;
    line-height: 17px;
    display: block;
}