p > img:only-child {
	box-shadow: 0 0 .25rem 0;
}

img.no-shadow,
img[title^=":"][title$=":"] {
	box-shadow: none !important;
}
