.sa-khoros-latest {
	margin: 20px 0;
}

.sa-spinner {
	margin: 30px auto;
	display: block;
}

.sa-khoros-latest__content {
	border-top: 1px solid #F7F4F0;
	border-bottom: 1px solid #F7F4F0;
	margin-bottom: 20px;
}

ul.sa-khoros-latest__posts {
	list-style-type: none;
	padding: 0 5px;
}

li.sa-khoros-latest__post {
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #e0dbd4;
}

li.sa-khoros-latest__post:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.sa-khoros-latest__post-avatar {
	width: 50px;
	padding: 0px 10px 5px 5px;
}

.sa-khoros-latest__post-avatar img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #dedede;
}

.sa-khoros-latest__post-message {
	width: calc(100% - 50px);
}

.sa-khoros-latest__post-subject a {
	font-weight: bold;
}

.sa-khoros-latest__board {
	text-align: center;
}

@media(min-width: 640px) {

	.sa-khoros-latest__post-avatar {
		width: 60px;
		padding: 0px 15px 5px 5px;
	}	

	.sa-khoros-latest__post-message {
		width: calc(100% - 60px);
	}
}