.bbpress-card {
	background-color: #fff;
}

.bbpress-card-header {
	background-color: rgba(79, 77, 226, 0.03);
	padding: 17px 30px;
	border: 1px solid #eaeeef;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.bbpress-item {
	padding: 20px 30px;
	border-bottom: 1px solid #eaeeef;
}

.bbpress-item a {
	color: inherit;
}

.bbpress-item .bbp-author-avatar {
	padding-right: 10px;
}

img.avatar {
	border-radius: 50%;
}

.bbpress-item-image {
	width: 40px;
	margin-right: 30px;
}

.bbpress-item h3 {
	margin: 0;
}

.bbpress-admin-links {
	border-top: solid 1px #eaeeef;
	padding-top: 30px;
}


.bbpress-admin-links-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.bbpress-admin-links-list li {
	margin-right: 20px;
}

.bbpress-admin-links-list li a {
	text-decoration: none;
	font-size: 14px;
}

.bbpress-reply-item:not(:last-child) {
	padding-bottom: 30px;
}

.bbpress-reply-item:not(:first-child) {
	border-top: 1px solid #eaeeef;
	padding-top: 30px;
}