/*
Specific product support box
*/

.product-support, #recentlyViewed {
	padding-left: 20px;
	padding-right: 20px;
}

#recentlyViewed {
	overflow: hidden;
}

.product-support h3,
#recentlyViewed h3 {
	color: #007777;
	margin-top: 0px;
	border: 0px;
	position: relative;
}

.product-support .combobox {
	width: 100% !important;
	max-width: 100%;
}

.product-support select {
	height: 45px !important;
	border: 0px;
	padding-right: 10px;
	margin-right: -20px;
}

.product-support legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 40px;
	color: #c00;
	border: 0;
}

.product-support label {
	font-weight: 700;
	margin: 0px 0px 10px;
	color: #666;
	display: block;
	padding: 0px 0px 3px;
}

.product-support .fa.fa-angle-right {
	margin-top: -28px !important;
	margin-right: 0px;
	position: relative;
	float: right;
	cursor: pointer;
	height: 28px;
	width: 28px;
	padding: 7px;
}

.product-support .fa.fa-angle-down {
	margin-top: -28px !important;
	margin-right: 0px;
	position: relative;
	float: right;
	cursor: pointer;
	height: 28px;
	width: 28px;
	padding: 7px;
}

.product-support .select2-results li {
	margin-left: 0px !important;
}