.link-preview {
}

.link-preview a {
	text-decoration: none;
}

.link-preview a:hover {
	text-decoration: underline;
}

.link-preview .link-nametag {
	margin: 0;
}

.link-preview .link-nametag a {
	color: inherit;
	text-decoration: none;
}

.link-preview .link-nametag a:hover {
	text-decoration: underline;
}

.link-thumbnail {
	display: block;
	max-width: calc(100%);
	max-height: 30em;
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.link-preview .link-thumbnail+.link-title {
	border-top: 1px solid black;
}

.link-preview .link-title {
	font-weight: bold;
	font-size: 1.2em;
	padding: 0.25em;
}

.link-preview .link-via {
	padding: 0.25em;
	padding-top: 0;
	color: grey;
}

.link-preview .site-pic {
	display: inline-block;
	width: 2em;
	height: 2em;
	vertical-align: middle;
	margin-right: 0.5em;
}