@media only screen and (max-width: 734px) {
	span .nowrap {
		white-space: nowrap !important;
	}
}

/* Fix Compare Table */

.compare-module-wrapper .device-content h3 {
	min-height: 52px;
}
@media only screen and (min-width: 928px) and (max-width: 1068px) {
	.compare-module-wrapper .device-content h3 {
		min-height: 48px;
	}
}
@media only screen and (min-width: 801px) and (max-width: 927px) {
	.compare-module-wrapper .device-content h3 {
		min-height: 67px;
	}
}
@media only screen and (min-width: 431px) and (max-width: 800px) {
	.compare-module-wrapper .device-content h3 {
		min-height: 48px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 430px) {
	.compare-module-wrapper .device-content h3 {
		min-height: 67px;
	}
}

.compare-module-wrapper .compare-grid .subhead {
	display: block;
	min-height: 57px;
}

@media only screen and (max-width: 1068px) {
	.compare-module-wrapper .compare-grid .subhead {
		min-height: 57px;
	}
}

@media only screen and (min-width: 801px) and (max-width: 889px) {
	.compare-module-wrapper .compare-grid .subhead {
		min-height: 76px;
	}
}

@media only screen and (min-width: 411px) and (max-width: 800px) {
	.compare-module-wrapper .compare-grid .subhead {
		min-height: 57px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 410px) {
	.compare-module-wrapper .compare-grid .subhead {
		min-height: 76px;
	}
}
