/* CSS Document */


.articlePic
{
	width: 100px;
	height: 100px;
}

.emptyPic a
{
 	display: flex;
	width: 100px;
	height: 100px;
	text-align: center;
	justify-content: center;
	text-decoration: none;
}
.emptyPic a span
{
	margin: auto;
}
.ht
{
	vertical-align: top;
}