h1 {
	padding-bottom: 0;
}

.testimony {
	font-style: italic;
	overflow: hidden;
	margin-bottom: 25px;
	padding: 7px;
}

.testimony > div {
	float: left;
	margin: 5px 22px 0 0;
	border: 7px solid #fff;
	box-shadow: 0 0 10px -5px rgba(0,0,0,.75);
}

/* Chrome */
_::content, _:future, .testimony > div:not(*:root) { box-shadow: 0 0 10px -3px rgba(0,0,0,.75); }

/* IE 10+ */
_:-ms-input-placeholder, :root .testimony > div { box-shadow: 0 0 10px -3px rgba(0,0,0,.75); }

/* IE 9 or less */
html[lang='\en'] .testimony > div { box-shadow: 0 0 10px -3px rgba(0,0,0,.75); }

.testimony:nth-of-type(odd) > div {
	float: right;
	margin: 5px 0 0 22px;
}

.testimony > div img {
	border: 1px solid #ccc;
}

.pagination_wrap {
	overflow: hidden;
}

.pagination {
	margin-bottom: 5px;
	border: 1px solid #003d58;
	float: right;
}

.table_border {
/*	display: table;
	border-collapse: collapse;*/
}

.table_border > div:first-child {
/*	display: table-row;*/
	display: flex;
}

.table_border > div:first-child div {
/*	display: table-cell;*/
	padding: 5px 15px 3px;
	border: 1px solid #aaa;
}

.page_count {
	background-color: #003863;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px 6px;
}

.page_link {
	background-color: #eee;
	color: #999;
}

.page_link.disabled {
	display: none;
}

.page_link a {
	display: flex;
	margin: -5px -15px -3px;
	padding: 5px 3px 4px;
	background-color: #eee;
	font-weight: bold;
	justify-content: center;
}

.page_link a:hover {
	color: #000;
	background-color: #ffcb00;
	text-decoration: none;
}

.page_current {
	background-color: #005596;
	color: #fff;
	font-weight: bold;
}

/* ===== Media Queries ===== */

@media only screen and (max-width: 470px) {
	.testimony {
		margin-top: 8px;
		padding-top: 150px;
		position: relative;
	}

	.testimony:nth-of-type(1n) > div {
		float: none;
		margin: 0;
		position: absolute;
		left: 4px;
		top: 4px;
	}
}

@media only screen and (max-width: 400px) {
	.table_border > div:first-child div.page_link.number {
		display: none;
	}

	.page_link span {
		display: none;
	}
}