
.ResultTable {
	display: Table;
	border-top:  0px;
	border-left:  0px;
	border-bottom: 0px;
	border-right: 0px;
	margin: 10px 10px 10px 10px !important;
	max-width: 800px;
}

.ResultTableRowGroup {
	display: table-row-group;
}

.ResultTableCaption {
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	caption-side: bottom;
	display: table-caption;
	text-align: right;
	padding: 4px 8px 4px 4px;
	font-size: .8em;
}

.ResultTableRow {
	display: table-row;
	border-top:1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

.ResultTableLabel {
	display: table-cell;
	width: 220px;
	text-align: right;
	vertical-align: top;
	padding: 10px 10px 10px 10px;
	border-top:  0px;
	border-left:  0px;
	border-bottom: 0px;
	border-right: 1px solid black;
}

.ResultTableLabelFullWidth {
	display: block;
	text-align: center;
	vertical-align: middle;
	padding: 10px 10px 10px 10px;
	border-top:  0px;
	border-left:  0px;
	border-bottom: 0px;
}

.ResultTableLabelMobile {
	display: none;
	padding: 6px 0px 10px 0px;
}

.ResultTableValue {
	display: table-cell;
	color: #0066cc;
	font-style: italic;
	text-align: left;
	vertical-align: middle;
	padding: 10px 10px 10px 10px;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.ResultTableValueFullWidth {
	display: block;
	color: #0066cc;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	padding: 10px 10px 10px 10px;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

/* .ResultTableValue * { */
/*     hyphens:auto; */
/*     -webkit-hyphens: auto; */
/*     -moz-hyphens: auto; */
/*     hyphens: auto; */
/* } */


.ResultLabel {
	color: #0066cc;
	width: 100%;
	text-align: left;
}

#previewImage {
	width: 220px;
	border: 2px solid white;
	outline: 1px solid black;
	margin-left: 10px !important;
	margin-right: 10px !important;
}


.BreakMe {
	overflow-wrap: break-word;
	word-wrap: break-word;

	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
}

/* ***************************************************************** */
/* ***************************************************************** */

.ListThumb {
	display: inline-block;
	margin: 10px;
}

.ItemImage {
	width: 200px;
	border: 4px solid white;
	outline: 1px solid black;
}

/* ***************************************************************** */
/* ***************************************************************** */

@media screen and (max-width: 580px) {


	.ResultTable {
		display: Table;
		width: 92%;
		max-width: 600px;
		border-top:  0px;
		border-left:  0px;
		border-bottom: 1px solid black;
		border-right: 0px;
		margin: 10px 10px 10px 10px !important;
	}

	.ResultTableRow {
		display: table-row;
		border-top:1px solid black;
		border-left: 1px solid black;
		border-bottom: 0px;
		border-right: 1px solid black;
	}

	.ResultTableLabel {
		display: none
	}

	.ResultTableLabelMobile {
		display: block;
	}

	.ResultTableValue {
		padding: 3px 10px 10px 10px;
		
	}

	#previewImage {
		margin 0 auto; !important;
	}
}
