.asc-tables_table {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	max-width: 675px;
	margin-bottom: 25px;
}
.asc-tables_table div {
	width: 50%;
	min-width: 400px;
}
.asc-tables_table div:first-of-type {
	text-align: center;
}
.asc-tables_table div:last-of-type {
	display: table;
}
.asc-tables_table div:last-of-type p {
	display: table-cell;
	height: 100%;
	padding-left: 10px;
	vertical-align: middle;
}
.asc-tables_table img {
	max-height: 150px;
}
.asc-tables_error {
	padding: 5px;
	background-color: #ff5c33;
	color: #fff;
	border-radius: 4px;
}