#webmentions {
	margin-top: 50px;
	padding-top: 20px;
	width: 75%;
	margin: 0 auto;
    position: relative;
    z-index: 100;
    line-height: 1.2em;
}

#webmentions .comments {
    overflow-x: hidden;
    font-size: 85%;
}

#webmentions h2 {
	font-size: large;
	margin: 0 0 5px 0;
    padding: 0 0 3px 0;
	border-bottom: 1px solid #ccc;
}

#webmentions .reacts img {
    margin: 3px -1ex 1px 0;
}

#webmentions ul {
    list-style-type: none;
    margin: 0;
    padding: 4px;
}

#webmentions li {
    text-indent: -1em;
    padding-left: 1em;
}

#webmentions a.reaction {
    position: relative;
    text-decoration: none;
    text-shadow: 0px 0px 3px white;
    margin-right: 0;
    letter-spacing: -1ex;
    margin-right: 1ex;
}

#webmentions a.reaction img {
    max-height: 1.3em;
    margin-right: -1ex;
    border-radius: 25%;
}

#webmentions a.reaction sub {
    font-size: 50%;
}

#webmentions .comments li {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #eee;
}

#webmentions .comments li:last-of-type {
    border-bottom: 0;
}

#webmentions .comments li .text {
    color: #555;
    text-decoration: none;
}

#webmentions .comments li .name {
    color: #111;
}

#webmentions:empty {
    display: none;
}
