@charset "utf-8";

table.replace {
	border-left: none;
}
table.replace th {
	border-left: 1px solid #b4b9bd;
}
table.replace th.noRow {
	border-left: none;
	border-right: none;
	background-color: #fff;
}
table.replace th {
	background-color: #e2efda;
}
table.replace td:first-of-type {
	background-color: #d9e1f2;
}
table.replace td.noBGColor {
	background-color: #fff;
}
table.replace td:last-of-type {
	white-space: nowrap;
}