﻿.public-thread-img-block, .public-thread-content-block {
	display: inline-block;
}

.public-thread-img-block {
	width: 40px;
	padding: 5px;
	margin-right: 15px;
	border: dotted 0px #eee;
	float: left;
}

.public-thread-content-block {
	vertical-align: top;
	width: calc(100% - 55px);
}

.public-thread-img-block img {
	width: 40px;
	height: 40px;
}

.bg-dark-green {
	background-color: transparent;
}

.bg-dark-blue {
	background-color: transparent;
}

.public-thread-content-header {
	font-weight: bold;
}

.whirl::before {
	background: #fff;
	opacity: 1;
}

.whirl::after {
	opacity: 1;
	z-index: 101;
}

.text-primary {
	color: #285C8B;
}