/* CAFR fixes */
.section-techspecs .section-size figcaption.width {
	left: calc(50% + 5px);
}
@media only screen and (max-width: 1068px) {
	.section-techspecs .section-size figcaption.width {
		padding-right: 10px;
		left: calc(50% - 15px);
	}
}
@media only screen and (max-width: 734px) {
	.section-techspecs .section-size figcaption.width {
		left: calc(50% - 5px);
		padding-right: 10px;
	}
}

#ac-globalfooter sup {
	position: relative;
	font-size: 0.6em;
	vertical-align: initial;
}
