/* FIX BUG WITH right  padding */
/* 

@media only screen and (min-width: 735px) and (max-width: 1068px) and (min-width: 800px) {
	.compare-module-wrapper {
		max-width: none;
	}
}
*/
.compare-module-wrapper .compare-grid {
	margin-top: 38px;
}
@media only screen and (max-width: 734px) {
	.compare-module-wrapper .compare-grid {
		margin-top: 18px;
	}
}

.section-compare .footnote {
	margin-left: -0.4em !important;
}
