@charset "utf-8";

/* ============================================= */
/* Pages column headers.                         */
/* ============================================= */

.metro .table {
	/*table-layout: fixed;*/
	/*width: auto;*/
}

.metro .table thead th.col-indent,
.metro .table tbody td.col-indent,
.metro .table tfoot td.col-indent {
	width: 35px;
	max-width: 35px;
	min-width: 35px;
	word-break: break-word;
}

.metro .table tbody td.col-icon {
	width: 55px;
	max-width: 55px;
	min-width: 55px;
}

.metro .table thead th.col-single-reduced,
.metro .table tbody td.col-single-reduced,
.metro .table tfoot td.col-single-reduced {
	width: 50px;
	max-width: 50px;
	min-width: 50px;
	word-break: break-word;
}

.metro .table thead th.col-single,
.metro .table tbody td.col-single,
.metro .table tfoot td.col-single {
	width: 70px;
	max-width: 70px;
	min-width: 70px;
	word-break: break-word;
}

.metro .table thead th.col-single-extra,
.metro .table tbody td.col-single-extra,
.metro .table tfoot td.col-single-extra {
	width: 100px;
	max-width: 100px;
	min-width: 100px;
	word-break: break-word;
}

.metro .table thead th.col-double,
.metro .table tbody td.col-double,
.metro .table tfoot td.col-double {
	width: 140px;
	max-width: 140px;
	min-width: 140px;
	word-break: break-word;
}

.metro .table thead th.col-double-extra,
.metro .table tbody td.col-double-extra,
.metro .table tfoot td.col-double-extra {
	width: 200px;
	max-width: 200px;
	min-width: 200px;
	word-break: break-word;
}

.metro .table thead th.col-triple,
.metro .table tbody td.col-triple,
.metro .table tfoot td.col-triple {
	width: 300px;
	max-width: 300px;
	min-width: 300px;
	word-break: break-word;
}

.metro .table thead th.col-triple-extra,
.metro .table tbody td.col-triple-extra,
.metro .table tfoot td.col-triple-extra {
	width: 400px;
	max-width: 400px;
	min-width: 400px;
	word-break: break-word;
}

.metro .table tbody td div.name-container {
	width: 100%;
	max-width: 300px;
	min-width: 300px;
}

.metro .table thead th div.*-container {
	font-family: 'Segoe UI_', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight: bold;
}

.metro .table thead th.lmargin,
.metro .table tbody td.lmargin,
.metro .table tfoot td.lmargin {
	border-left: #999 solid thin;
}

.metro .table thead th.rmargin,
.metro .table tbody td.rmargin,
.metro .table tfoot td.rmargin {
	border-right: #999 solid thin;
}

.metro .table th.col-buffer,
.metro .table td.col-buffer {
	border-left: #999 solid thin;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
	width: auto;
	min-width: 15px;
}

.metro .table tfoot tr:last-child th.col-buffer,
.metro .table tfoot tr:last-child td.col-buffer {
	border-bottom: 1px #eaeaea solid;
}

.metro .table td.col-measure {
	height: 1px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-bottom: none;
	border-top: none;
}

.totals
{
	font-weight: bold;
}

.ltext {
	text-align: left;
}

.ctext {
	text-align: center;
}

.rtext {
	text-align: right;
}

.italic {
	font-style: italic;
}

.lborder {
	border-left: #999 solid thin;
}

@media print {
	
.reviewers-holder {
	display: table-header-group;
  	break-inside: avoid;
}
	
.metro .table thead th.col-indent,
.metro .table tbody td.col-indent,
.metro .table tfoot td.col-indent,
.metro .table thead th.col-single-reduced,
.metro .table tbody td.col-single-reduced,
.metro .table tfoot td.col-single-reduced,
.metro .table thead th.col-single,
.metro .table tbody td.col-single,
.metro .table tfoot td.col-single,
.metro .table thead th.col-single-extra,
.metro .table tbody td.col-single-extra,
.metro .table tfoot td.col-single-extra,
.metro .table thead th.col-double,
.metro .table tbody td.col-double,
.metro .table tfoot td.col-double,
.metro .table thead th.col-double-extra,
.metro .table tbody td.col-double-extra,
.metro .table tfoot td.col-double-extra,
.metro .table thead th.col-triple,
.metro .table tbody td.col-triple,
.metro .table tfoot td.col-triple {
	font-size: 70%;
	padding-left: 4px;
	padding-right: 4px;
}

.metro .table tbody td.col-indent,
.metro .table tfoot td.col-indent,
.metro .table tbody td.col-single-reduced,
.metro .table tfoot td.col-single-reduced,
.metro .table tbody td.col-single,
.metro .table tfoot td.col-single,
.metro .table tbody td.col-single-extra,
.metro .table tfoot td.col-single-extra,
.metro .table tbody td.col-double,
.metro .table tfoot td.col-double,
.metro .table tbody td.col-double-extra,
.metro .table tfoot td.col-double-extra,
.metro .table tbody td.col-triple,
.metro .table tfoot td.col-triple {
	border-bottom: 1px #eaeaea solid;
}

.metro .table thead th.col-indent,
.metro .table tbody td.col-indent,
.metro .table tfoot td.col-indent {
	width: 2rem;
	max-width: 2rem;
	min-width: 2rem;
	word-break: break-word;
}

.metro .table thead th.col-single-reduced,
.metro .table tbody td.col-single-reduced,
.metro .table tfoot td.col-single-reduced {
	width: 4rem;
	max-width: 4rem;
	min-width: 4rem;
	word-break: break-word;
}

.metro .table thead th.col-single,
.metro .table tbody td.col-single,
.metro .table tfoot td.col-single {
	width: 6rem;
	max-width: 6rem;
	min-width: 6rem;
	word-break: break-word;
}

.metro .table thead th.col-single-extra,
.metro .table tbody td.col-single-extra,
.metro .table tfoot td.col-single-extra {
	width: 7rem;
	max-width: 7rem;
	min-width: 7rem;
	word-break: break-word;
}

.metro .table thead th.col-double,
.metro .table tbody td.col-double,
.metro .table tfoot td.col-double {
	width: 12rem;
	max-width: 12rem;
	min-width: 12rem;
	word-break: break-word;
}

.metro .table thead th.col-double-extra,
.metro .table tbody td.col-double-extra,
.metro .table tfoot td.col-double-extra {
	width: 13rem;
	max-width: 13rem;
	min-width: 13rem;
	word-break: break-word;
}

.metro .table thead th.col-triple,
.metro .table tbody td.col-triple,
.metro .table tfoot td.col-triple {
	width: 15rem;
	max-width: 15rem;
	min-width: 15rem;
	word-break: break-word;
}  
}