@charset "utf-8";
/* inline-specific CSS for when opening a file via Magnific Popup using the inline method */


html {
	background-color: #fff;
}
body {
	background: #fff;
	padding: 2.5%;
	max-width: 95%;
}
body div {
	/*max-width: 100%;*/
}
.partnumbercontainer {
	max-width: 100%;
	overflow: hidden;
}
.partnumberphoto {
	max-width: none;
}

.different { /* used to highlight differences in descriptions etc by giving text a different colour */
	color: darkorange;
}