*, *:before, *:after {
	box-sizing: border-box;
}

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.table-container {
	width: 800px;
	margin: auto;
}

table {
	width: 100%;
}

table td {
	vertical-align: top;
}

.table-data {
	border-collapse: collapse;
	font-size: 12px;
	text-align: left;
	color: #333;
	display: ;
	width: 800px;
	margin: auto;
}

.table-data:not(.-no-border) tr,
.table-data:not(.-no-border) th,
.table-data:not(.-no-border) td {
	border: 1px solid #999;
}

.table-data + .table-data {
	margin-top: 20px;
}

.group-assunt + .group-assunt {
	margin-top: 20px;
}

.table-header td {
	font-size: 12px;
	line-height: 1.5;
	vertical-align: middle;
}

.table-assunt {
	font-size: 14px;
}

@media print {
	._page-break {
		page-break-before: always;
	}
}

/* helpers */
._block {
	display: block;
}

._upper {
	text-transform: uppercase;
}

._mb-xs {
	margin-bottom: 5px;
}

._fsize14 {
	font-size: 14px;
}

._bg-gray {
	background-color: #eee;
}