/*Super-global styles that should apply to all interfaces everywhere. This is a little bit silly and will definitely move to the theme layer at some point*/
*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

img{
	max-width: 100%;
	height: auto;
}
.clear{
	clear: both;
}

.dynamic-image>img,
img.dynamic-image{
	background-size: 0;
	background-repeat: no-repeat;
}
@media screen{
	.print{
		display: none;
	}
}