@charset "UTF-8";
@import url("style.css");
div.path {
	margin: 0px 16px 4px 16px;
	font-size: 16px;
}
div.grid {
	white-space: nowrap;
	margin: 0px 16px 0px 16px;
}
table.list {
	width: 100%;
	margin: 0px auto 0px auto;
	border-collapse: collapse;
}
th.column {
	padding: 1px 6px 1px 6px;
	text-align: left;
	color: inherit;
	background-color: #f6f7f9;
}
tr.item {
	font-size: 14px;
}
td.item {
	padding: 2px 5px 2px 5px;
	border-top: 1px solid transparent;
	border-right: 1px solid #828790;
	border-bottom: 1px solid #828790;
}
div.table {
	display: table;
	table-layout: fixed;
	width: 64%;
	border: 1px solid #828790;
	margin: 10px 16px 10px 16px;
}
div.table-header {
	display: table-header-group;
}
div.table-body {
	display: table-row-group;
}
div.row {
	display: table-row;
	font-size: 14px;
}
div.column {
	display: table-cell;
	border-right: 1px solid #828790;
	border-bottom: 1px solid #828790;
	padding: 1px 6px 1px 6px;
	font-weight: bold;
	color: inherit;
	background-color: #f6f7f9;
}
div.item {
	display: table-cell;
	border-right: 1px solid #828790;
	padding: 2px 5px 2px 5px;
}
div.column:last-child, div.item:last-child {
	border-right: none;
}
@media screen {
	div.grid {
		overflow: auto;
		border: 1px solid #828790;
	}
	th.column {
		border-right: 1px solid #828790;
		border-bottom: 1px solid #828790;
	}
	th.column:last-child {
		border-right: none;
	}
	tr.item:last-child > td.item {
		border-bottom: none;
	}
	td.item:last-child {
		border-right: none;
	}
	tr.item:hover > td.item {
		cursor: default;
		color: inherit;
		background: #d8eaf9;
	}
}
@media print {
	div.grid {
		overflow: visible;
		border: none;
	}
	th.column {
		border-top: 1px solid #828790;
		border-right: 1px solid #828790;
		border-bottom: 1px solid #828790;
	}
	th.column:first-child {
		border-left: 1px solid #828790;
	}
	td.item {
		border-right: 1px solid #828790;
		border-bottom: 1px solid #828790;
	}
	td.item:first-child {
		border-left: 1px solid #828790;
	}
}
