/*
custom styles
*/

.products-container figure {
    background-color: white;
}

.products-container figure img {
	-o-object-fit: contain;
    object-fit: contain;
}

.main-product .product-media figure img {
    -o-object-fit: contain;
    object-fit: contain;
}



table.product-table tr.header {
	background: rgb(40.2,57,99.8) !important;
	color: #ffffff;
}

.specsheets {
	display: block;
	clear: both;
	margin-bottom: 25px;
	width: 100%;
}

.specsheets h2 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}


.specsheets a.specsheet {
	width: auto;
	border-radius: 5px;
    border: 1px solid #999999;
    display: inline-block;
    white-space: nowrap;
	padding: 7px 13px;
	line-height: 16px;
	text-decoration: none;
	margin: 7px 7px 0 0;
}

.specsheets a.specsheet img {
	display: inline;
	margin-right: 7px;
}