.contentAndResourcesContainer {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0;
}

.resourcesAndSimilarProductsColumn {
	margin-bottom: 20px;
	background-color: var(--primary-white-color);
}

.productContainerRow {
	width: 100%;
	display: flex;
	/*flex-wrap: nowrap;*/
	justify-content: space-between;
	padding: 0;
}

/* desktop */
@media only screen and (min-width: 481px) {

	.contentAndResourcesContainer {
		margin-bottom: 60px;
	}

	.contentColumn {
		width: 80%;
	}

	.sliderContainer {
		width: 30%;
		padding-right: 60px;
	}

	.productDetailsContainer {
		width: 70%;
	}

	.resourcesAndSimilarProductsColumn {
		width: 20%;
		margin-left: 40px;
	}
}

/* mobile */
@media only screen and (max-width: 480px) {

	h1.productH1 {
		padding-top: 34px;
		padding-bottom: 14px;
	}

	.contentAndResourcesContainer {
		flex-direction: column;
	}

	.contentColumn {
		width: 100%;
	}

	.sliderContainer {
		width: 100%;
	}
	
	.productDetailsContainer {
		width: 100%;
	}

	.dataSheetLi {
		text-align: left;
	}

	.resourcesAndSimilarProductsColumn {
		width: 100%;
	}

	.dataSheetUl {
		padding-left: 20px;
	}

	.productContainerRow {
		flex-direction: column;
		padding: 10px 0px;
	}
}

.productContainerRowDevider {
	display: block;
	padding: 10px;
}

.productContainerSimilarProducts {
	width: 20%;
	display: block;
	padding: 10px;
	background-color: #eeeeee;
}

.descriptionColumn, .additionalInformationColumn {
	width: 50%;
	display: block;
	padding: 10px;
}

#productDetailsContainer > h1 {
	padding: 0 !important;
	margin: 0 !important;
}

#productDetailsContainer > h1 {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	color: inherit;
	font-family: 'Raleway', sans-serif;
	word-wrap: break-word;
	clear: none;
	padding: 0;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: normal;
	margin: 0;
	text-transform: uppercase;
}

#productContent {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	line-height: 1.42857143;
	color: #333;
	font-family: 'Muli', sans-serif;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	font-size: 14px;
	margin-bottom: 20px;
}

#productDetailsContainer > * > h4 {
	box-sizing: border-box;
	line-height: 1.1;
	color: inherit;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 700;
}

#productDetailsContainer > * > ul {
	color: var(--primary-black-color);
	font-size: 14px;
	line-height: 1.42857143;
	font-family: 'Muli', sans-serif;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	margin-top: 0;
	margin-bottom: 10px;
}

.dataSheetLi {
	color: var(--primary-black-color);
	font-size: 14px;
	line-height: 1.42857143;
	font-family: 'Muli', sans-serif;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
}

.dataSheetLi > a {
	color: var(--primary-red-color);
	text-decoration: none;
}



@media only screen and (max-width: 4000px) {
	.tab3 {
		padding: 40px;
	}
}
@media only screen and (max-width: 2000px) {
	.tab3 {
		padding: 30px;
	}
}
@media only screen and (max-width: 1400px) {
	.tab3 {
		padding: 20px;
	}
}
@media only screen and (max-width: 800px) {
	.tab3 {
		padding: 10px;
	}
}


/* This class is generated by Salesforce. Need to override a few things. */
.ql-table-blob {
	border-collapse: collapse !important;
	width: 100% !important;
}

.ql-table-blob td {
	border: 1px solid black;
	border-spacing: 0 !important;
	width: auto !important;
	margin: 0 !important;
}

.htmlDetailElementTable {
	width: 100%;
}


.horizontal-list {
	list-style: none;
	padding: 0;
	padding-bottom: 20px;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.horizontal-list li {
	padding: 4px 10px;
}
.horizontal-list > li > div {
	color: #999999;
	text-decoration: none;
	cursor: pointer;
}


.slideImage {
	max-width: 300px;
	max-height: 300px;
}