/*
* For more Browser specific styling
* https://browserstrangeness.bitbucket.io/css_hacks.html
*
*
*/



/* All edge */
@supports (-ms-ime-align:auto) {

}
/* All Internet Explorer but ie8 */
@media screen and (min-width:0\0) and (min-resolution:+72dpi), \0screen\,screen\9 { 
	.image-rows-ul.image-row-of-three ul li {
			width: calc(100% / 3 - (21px / 3 * 2));
	}
}
_:-ms-fullscreen, :root .image-rows-ul.image-row-of-three ul li { 
	width: calc(100% / 3 - (21px / 3 * 2));
}

_:-ms-lang(x), .image-rows-ul.image-row-of-three ul li { 
	width: calc(100% / 3 - (21px / 3 * 2));
}


/* Any Firefox */
_:-moz-tree-row(hover), .selector-placeholder { color:green; }
