.blogList {
    position:relative;
    margin-bottom:1.5em;
    display:flex;
	flex-flow:column;
}

.blog img{
	max-height:50vh;
}

.empty {
	font-size:1.25em;
	font-style:italic;
	margin:auto;
}

#rssLink {
	font-style: italic;
	text-decoration: none;
	width:15%;
}

#rssLink i {
	font-size:0.85em;
}

br {
	margin:0;
}

p {
	margin-top:0.25em;
	margin-bottom:0.75em;
}

.moximoji {
    background-size:contain;
    display:inline-block;
    width:1.325em;
    height:1.325em;
    min-height:32px;
    min-width:32px;
    margin:0;
    vertical-align:text-bottom;
}

.moximoji.grin {
    background-image:url(/img/moximoji/grin.png);
}

.moximoji.blush {
    background-image:url(/img/moximoji/blush.png);
}

.moximoji.hmph {
    background-image:url(/img/moximoji/hmph.png);
}

.moximoji.silly {
    background-image:url(/img/moximoji/silly.png);
}

.moximoji.sweat {
    background-image:url(/img/moximoji/sweat.png);
}