.products {

	text-align: center;
}

.product {

	position: relative;
	display: inline-block;
	vertical-align: top;
	border: 2px solid #007AC3;
}

.products-icon {

	cursor: pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	margin: 1em;
	max-width: 200px;
}

.products-icon .divider {

	padding: .5em;
}

.product .divider {

	background-color: #007AC3;
	color: white;
	font-weight: bold;
	text-align: center;
}

.product .prow:not(:last-of-type) {

	border-bottom: 2px solid #007AC3;
}

.product .prow .data {

	display: inline-block;
	vertical-align: middle;
	width: 200px;
	text-align: center;
	padding: .2em;
}

.product .prow .data img {

	max-width: 200px;
	max-height: 50px;
}

.product .prow .header {

	display: inline-block;
	vertical-align: middle;
	width: 150px;
	padding: .2em;
}

/**
	Product matrices.
*/
.product-matrix {
	
	border-left: 2px solid #007AC3;
	border-top: 2px solid #007AC3;
	margin: auto;
	background-color: white;
}

.product-matrix .divider {
	
	background-color: #007AC3;
	color: white;
	font-weight: bold;
}

.product-matrix .hidden, .product .hidden {
	
	display: none !important;
}

.product-matrix .tab {
	
	cursor: n-resize;
}

.product-matrix td img {
	
	max-width: 100%;
}

.product-matrix .normal:not(:first-of-type):hover td,
.product-matrix .normal:not(:first-of-type):hover th {
	
	background-color: lightgrey;
}

.product-matrix td {
	
	text-align: center;
}

.product-matrix td:not(.tab), .product-matrix th {
	
	min-width: 175px;
	max-width: 175px;
}

.product-matrix td,
.product-matrix th {
	
	padding: 1em;
	border-bottom: 2px solid #007AC3;
	border-right: 2px solid #007AC3;
}

.p-tool-container {
	
	text-align: center;
}

/**
	MEDIA QUERIES
*/
@media all and (max-width: 480px) {
	
	.product-matrix td,
	.product-matrix th {
		
		padding: .5em 0em;
	}
}