/* Print */
@media print {
	#product-carousel .item {
		display: none;
	}
	#product-carousel .item:first-child {
		display: block;
	}
	.tabs .nav-tabs > li {
		display: none;
	}
	.tab-content>.tab-pane {
		display: block !important;
	}
	.tabs-section {
		margin-top: 50px;
	}
	.tabs .tab-content>.tab-pane:first-child:before {
		content: 'Overview';
		margin-bottom: 10px;
	}
	.tabs .tab-content>.tab-pane:nth-child(2):before {
		content: 'Specs';
		margin-left: 50px;
		margin-bottom: 10px;
	}
	.tabs .tab-content>.tab-pane:last-child:before {
		content: 'Technical Documents';
		margin-left: 50px;
		margin-bottom: 10px;
	}
	.tabs .tab-content {
		border: none;
	}
	.related-section .nav-tabs {
		display: none !important;
	}
	.related-section .tab-content {
		width: 100%;
		display: inline-block;
		/*margin-top: -200px;*/
	}
	.related-section {
		position: relative;
	}
}