body{
	background-image: url("../images/ttv.jpg");
}

.highlight {
	/*background-color: #f8f9fa;*/
	/*background-color: #cfe2f3;*/
	background-color: #e0e0e0;
	padding: 15px;
    border-radius: 5px;
}


:nth-child(even of .field){
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.emote {
	display: inline-block;
	height: 1.5em;
	width: auto;
	margin: 0 2px; 
}

.small-pb {
	display: inline-block;
	height: 4em;
	width: auto;
	margin: 0 2px;
}

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

footer {
	margin-top: auto;
}


.message {
	background-color: #333838;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	width: 100%;
}

.header {
	color: #ffffff;
	padding: 8px;
}

.content {
	padding: 16px;
}

.user-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 12px;
}

.username {
	color: #7289da;
	font-weight: bold;
	font-size: 18px;
}

.timestamp {
	color: #99aab5;
	font-size: 12px;
	margin-top: 4px;
}

.message_content {
	color: white;
	padding-left: 12px;
}

.reaction_inner{
	background: #2b2d31;
	border-radius: .5rem;
}

.img-container{
	position: relative;
}

.count{
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-shadow: black 1px 0 6px;
	background-color: grey;
	border-radius: 15px;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	rotate: -45deg;
}

.small-count{
	position: absolute;
	bottom: -11px;
	right: -9px;
	text-shadow: black 1px 0 6px;
	background-color: grey;
	border-radius: 15px;
	color: white;
	font-size: x-small;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
}

.top-fan-box{
	color: #8bbb91;
	background-color: #313338;
	border-radius: 4px;
	font-weight: bold;
}