.resp-tab-content .row,
.resp-tab-content .row-wide {
	padding: 7px 0;
	line-height: 1.42857143;
	overflow: hidden;
}
.resp-tab-content .row-file {
	margin-top: -7px;
	padding-top: 7px;
	padding-bottom: 7px;
	background: #eee;
}
.resp-tab-content .row-index {
	color: #999;
	font-weight: normal;
	display: inline-block;
	margin-left: -30px;
	padding-left: 5px;
	width: 20px;
}
.resp-tab-content .row_title,
.resp-tab-content .row-wide-value,
.resp-tab-content .row-wide-title,
.resp-tab-content .section-title-num,
.resp-tab-content .row-table {
	margin-left: 30px;
}
.resp-tab-content .row-wide-title {
	color: #000;
	font-weight: bold;
	padding-bottom: 4px;
}

.resp-tab-content .row.child .row_title {
	font-weight: normal;
	padding-left: 1.2em;
}
.resp-tab-content .row.child .row_title:before{
	content: "\2014 "; /* &mdash; */
	margin-left: -1.2em;
}

.resp-tab-content .section {
	padding: 21px 0 7px 0;
	line-height: 1.42857143;
}
.resp-tab-content .section-title {
	color: #000;
	font-weight: bold;
}

.resp-tab-content .row_title {
	font-weight: bold;
}

.resp-tab-content .row_value {
	margin-left: 0;
}

.resp-tab-content .row:nth-of-type(odd) {
	background-color: #f9f9f9;
}
.resp-tab-content .row.row-table:nth-of-type(odd) {
	background: none;
}

.resp-tab-content .row_value {
	margin-left: 30px;
}
@media (min-width: 768px) {
	.resp-tab-content .row_title {
		float: left;
		width: 400px;
		clear: left;
		text-overflow: ellipsis;
		/*white-space: nowrap;*/
	}
	.resp-tab-content .row_value {
		margin-left: 450px;
	}
}

.rwd-table {
	margin: 1em 0;
	min-width: 400px;
}

.rwd-table tr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.rwd-table tr:nth-child(even) td {
	background: #fff;
}

.rwd-table th {
	display: none;
}

.rwd-table td {
	display: block;
}

.rwd-table td:before {
	content: attr(data-th) ": ";
	font-weight: bold;
	display: block;
}

@media (min-width: 768px) {
	.rwd-table td:before {
		display: none;
	}
}

.rwd-table th, .rwd-table td {
	text-align: left;
}

@media (min-width: 768px) {
	.rwd-table th, .rwd-table td {
		display: table-cell;
	}
}

.reformagkh-periods-title {
	font-size: 140%;
}

.reformagkh-periods-list-item {
	font-size: 120%;
	line-height: 1.4;
}

.reformagkh-periods-list-item.active a {
	text-decoration: none;
	font-weight: bold;
	color: inherit;
}

.reformagkh-periods--print-link {
	padding: 0 2px;
	display: inline-block;
	vertical-align: middle;
}
.print-tab-title {
	display: none;
}
.print-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url('img/printer-tool.svg') 0 0 no-repeat;
	background-size: 100% 100%;
}
