/*
	DDGC
	
	A 'temp' file for styling that should be moved and organized to the correct
	community platform static files.
	
	https://github.com/duckduckgo/community-platform-static
*/

.userbadge {
	width: 13px;
	height: 13px;
	position: relative;
	top: 2px;
}
.userbadge--txt {
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	background-color: #f0624d;
	display: inline-block;
	font-size: 10px;
	max-width: 4em;
	width: auto;
	padding-left: 0.7em;
	padding-right: 0.7em;
	line-height: 1.5;
	height: 1.5em;
	color: #fff;
	top: -1px;
}

/* SC Editor Fixes */

.comment .sceditor-container,
.comment .sceditor-container iframe {
	width: 100% !important;
}
.comment .sceditor-container iframe {
	max-width: 99%;
	margin-left: 0;
	min-height: 70px;
}