:root {
    --color-comments: #c1dcff;
    --color-borders: #eaeaea;
    --color-borders-embed: #c8c8c8;
    --color-background: #f5f5f5;
    --color-background-alt: #c1dcff;
    --color-host: #c1dcff;
    --font-color: #000000;
    --font-size: 1.5em;
    --font-size-repost: 0.8em;
    --font-meta-color: #555;
    --font-meta-size: 1.3em;
    --link-color: #0000ff;
    --link-visited-color: #551a8b;
    --link-hover-color: #0000ff;
    --icon-size: 60px;
    --icon-radius: 5em;
    --box-max-width: 600px;
    --box-border-radius: 5px;
}

#comments-container {
    margin: 20px 0;
}
#comments-container h3 {font-size:24px; margin-bottom:5px;}

.comment-box {
    margin: 10px 0;
    padding: 10px;
    background-color: #111;
}

p.comment-text {font-size: 16px;color:white;margin: 10px auto;}

.comment-innerbox {
    display: flex;
}

.comment-image {
    max-width: 100%;
}
.comment-meta small {opacity: .75;}
.comment-meta {font-size: 13px;}
a.comment-date {color:#e0d0d0;text-decoration:none;font-weight:bold;}
a.comment-date:hover {text-decoration:underline;}

.comment-avatar {
    height: 50px;
    width: 50px;
    margin-right: .5em;
}

.comment-replies {
    margin-left: 20px;
    padding-left: 10px;
}

.comment-box.comment-host {
    background: #290a00;
    box-shadow: 0 0 2.5px #c30;
}

.comment-imagebox {
    display: flex;
}

.comment-embedbox {
    text-align: center;
    background-color: #222;
	color: #ffb400;
    padding: 1em;
    border-radius: 2px;
    max-width: 100%;
    border: none;
	text-decoration: underline;
}
.comment-embedbox:hover {color: #ffd571;box-shadow: 0 0 5px -2px white;}

.comment-embedbox-thumb {
    background-color: #222;
    border-radius: 2px;
    overflow: hidden;
	padding: 5px;
	margin: 5px;
	box-shadow: 0 0 5px black;
}
.comment-host .comment-embedbox, .comment-host .comment-embedbox-thumb {background:#3d0f00;}

/* embed thumbnails take up a large percentage of the page, so i'm formatting them like this */
.comment-embedbox-thumb .embed-details {display: flex;}

.comment-embedbox-thumb img {
    width: 100px;
}

.comment-embedbox-thumb > a {
	color: #e0d0d0;
    text-decoration: none;
}

.comment-embedbox-thumb p {
    margin: 0px 20px 3px 10px;
	font-weight:normal;
}
.comment-embedbox-thumb .embed-uri {color: gray; font-size:12px;}
#comments-container .comment-embedbox-thumb a strong {color: #ffb400;}
#comments-container .comment-embedbox-thumb:hover {box-shadow: 0 0 5px -2px white;} /* at least have the underline show if there's a strong element */
#comments-container .comment-embedbox-thumb a:hover strong {color: #ffd571;} /* at least have the underline show if there's a strong element */

.comment-repost {
    margin-left: 4em;
    font-size: 13px;
	box-shadow: 0 0 2.5px #777;
}
.comment-host .comment-repost .comment-box {background: #1a0600;}

.comment-repost .comment-avatar {
    height: calc(var(--icon-size) * 0.66666);
    width: calc(var(--icon-size) * 0.66666);
}