body#press article
{
	padding: 0 10px 0 10px;
}
body#press article img
{
	height: auto;
	border: 0;
	max-width: 175px;
}

body#press article ul
{
	list-style: none;
	/*
	display: grid;
	grid-auto-flow: row;
	grid-template-columns: repeat( 4, 1fr );
	grid-column-gap: 1ch;
	*/
	padding: 0;	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
body#press article ul li
{
	padding: 1ch;
	width: 210px;
	border: 1px solid #383733;
	margin: 2% 2% 2% 2%;
}
body#press article ul img
{
	margin-bottom: 0;
}

body#press article ul li h3
{
	font-size: .95em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

body#press article ul li p
{
	font-size: .93em;
	font-style: italic;
	margin-top: 0px;
}
body#press article ul li a:nth-last-child(1)
{
	color: #ef6b00;
	text-decoration: none;
}
/* Begin IE10 Optimization */
html[data-useragent*='MSIE 10.0'] body#press article ul{
        display: inline-block;
        width: 100%;
}
html[data-useragent*='MSIE 10.0'] body#press article ul li{
        display: inline-block;
        text-align: center;
}
html[data-useragent*='MSIE 10.0'] body#press article{
        width: 100%;
}
html[data-useragent*='MSIE 10.0'] body#press article ul li a img{
        border: 0;
}
/* End IE10 Optimization */

