.pr_table {
	background: white;
	/*
	margin-bottom: 1.25rem;
	border: solid 1px #dddddd;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	*/
}
.pr_table thead {
    background: whitesmoke;
}
.pr_table thead tr th, 
.pr_table thead tr td {
	padding: 0.5rem 0.625rem 0.625rem;
	font-size: 0.875rem;
	font-weight: bold;
	color: #222222;
}
.pr_table tr.even, 
.pr_table tr.alt, 
.pr_table tr:nth-of-type(2n) {
	/*
	background: #f9f9f9;
	*/
	background: #fff;
}

.pr_table thead tr th, 
.pr_table tfoot tr th, 
.pr_table tfoot tr td, 
.pr_table tbody tr th, 
.pr_table tbody tr td, 
.pr_table tr td {
	display: table-cell;
	/*
	line-height: 1.125rem;
	*/
}
.pr_table tr th,
.pr_table tr td {
	padding: 1px 10px;
	font-size: 1rem;
	color: #222c;
	text-align: left;
	font-weight: 400;
}
.min-padx {
	padding: 0.36rem 0.2rem;
}
