.forum-messages .list-group-item {
	padding: 0;
	height: 70px;
	overflow: hidden;
}

.forum-messages p {
	margin-bottom: 0;
}

.forum-messages .avatar {
	float: left;
	margin-right: 15px;
	background-color: rgba(0, 0, 0, 0.05);
	padding: 10px 15px;
}

.forum-messages .list-group-item-heading {
	padding-top: 10px;
}

.forum-messages .avatar > img {
	height: 48px;
	width: 48px;
	margin: 0;
}

.forum-messages .metadata .author + .date {
	margin-left: 15px;
}

.forum-messages .numbers {
	background-color: rgba(0, 0, 0, 0.05);
	height: 68px;
	padding: 10px 15px;
}

.forum-messages .numbers .answers {
	font-size: 18px;
}

.forum-messages .numbers .number {
	float: right;
}

.forum-messages .btn-group {
	margin: 18px 15px 18px 0;
}

.forum-messages .needs-moderation {
	margin-top: 30px;
	margin-right: -10px;
}

.thread-message {
	position: relative;
}

.thread-user-info {
	background-color: #eee;
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
}

.thread-user-info.admin::after {
	background-color: #3c8dbc;
	color: #fff;
	content: 'Admin';
	left: -30px;
	position: absolute;
	text-align: center;
	top: 30px;
	transform: rotate(-45deg);
	width: 150px;
}

.thread-user-info .avatar img {
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	border: 1px solid #ccc;
	padding: 4px;
	max-height: 100px;
	max-width: 100px;
}

.thread-user-info .name {
	margin: 15px 0;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.thread-user-info .btn-group + .date {
	margin-top: 15px;
}

.thread-message .not-relative {
	position: static;
}

.thread-message footer {
	bottom: 10px;
    margin: 15px -15px;
	padding: 0 15px;
    position: relative;
	width: 83.333333333%;
}

.thread-post .thread-user-info .name {
	margin-bottom: 0;
}

.thread-message .actions {
	background-color: rgba(255, 255, 255, 0.7);
	border-bottom-left-radius: 4px;
	border-top: 0 none;
	border: 1px solid #3c8dbc;
	color: #fff;
	opacity: 0;
	padding-bottom: 10px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 100px;
	transition: opacity 500ms;
}

.thread-message .actions h4 {
	background-color: #3c8dbc;
	margin-top: 0;
	padding-bottom: 10px;
	padding-top: 10px;
}

.thread-message.box-danger .actions {
	border-color: #dd4b39;
	width: 200px;
}

.thread-message.box-danger .actions h4 {
	background-color: #dd4b39;
}

.thread-message .actions .btn-group {
	margin-top: 10px;
}

.thread-message:hover .actions {
	opacity: 1;
}

#thread-list > img,
#message-list > img {
	display: block;
	margin: 2em auto;
}

#thread-list .forum-messages {
	margin-bottom: 0;
}

#thread-list .answers {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 5px;
}