.page-forums {
	padding-left: 30px;
	padding-right: 30px;
}

/* Extra small devices in portrait mode */
@media (max-width: 500px) {
	.page-forums {
		padding-left: 15px;
		padding-right: 15px;
	}
	.google-search-form {
		width: 100%;
		max-width: none !important;
	}
}

.page-forums .breadcrumb-wrapper {
	padding: 0;
}

.page-forums td.forum-name > a {
	font-size: 18px;
}

.page-forums #mark-all-as-read a {
	display: block;
}

.page-forums .breadcrumb {
	/*float: left;*/
	display: inline-block;
}

.page-forums .head-row th,
.page-forums .post-header th {
	background-color: #f6f6f6;
	padding: 5px 5px 5px 8px;
	font-weight: normal;
}

.page-forums .head-row th {
	border-right: 3px solid white;
}

.page-forums .form-hidden {
	display: none;
}

.page-forums .submit {
	margin-top: 25px;
}

.page-forums .markItUp,
.page-forums .markItUpEditor {
	width: 100%;
	font: 16px 'Courier New', Courier, monospace;
}

.page-forums .markItUpHeader {
	height: 20px;
}

.page-forums .topic-list .pagination {
	margin: 0px 0 -7px 5px;
}

.page-forums .topic-list .pagination li a {
	padding: 2px 8px;
}


.page-forums .forum .controls {
	display: inline-block;
	margin-left: 20px;
	/*margin-top: 20px;*/
}

.page-forums .forum .controls .glyphicon {
	margin-right: 5px;
}

.page-forums .latest-discussions {
	margin-top: 45px;
}

.page-forums blockquote {
	font-size: 14px;
}

/* **************** USER PAGE Styles **********************/

.page-forums .controls form {
	margin-top: 10px;
	margin-bottom: 20px;
}

/*.page-forums .userinfo .controls {
	margin-top: 20px;
}*/

.page-forums .userinfo {
	line-height: 25px;
}

/* **************** Google search form Styles **********************/

.google-search-form {
	float: right;
	/* width: 60%; */
	max-width: 260px;
	margin-top: 12px;
}

.google-search-form .btn {
	height: 34px;
}

.google-search-form input[name=sitesearch] {
	display: none;
}

/* **************** POST Styles **********************/
.page-forums .updated-message {
	margin-top: 30px;
	font-size: 90%;
	color: silver;
}

.page-forums .post .post-controls {
	float: right;
	font-weight: normal;
}

.page-forums .post .post-controls a {
	margin-left: 10px;
}

.page-forums .post .post-info {
	width: 30%;
}

.page-forums .post .post-author .avatar {
	float: left;
	margin-right: 10px;
}

.page-forums .post {
	margin-bottom: 0;
}

/* **************** TOPIC Styles **********************/
.page-forums .topic .controls {
	margin-top: 30px;
	margin-bottom: 30px;
}

.page-forums .topic .posts {
	margin-bottom: 40px;
}

.django-messages {
	margin-top: 20px;
}

/* **************** COPIED FROM forum3.less **************** */
/* --- Topic/Forum table --- */
/* .forum-description {
	margin: 5px;
	font-size: 14px;
} */

.forum-row, .topic-row {
	width: 100%;
}

/* .forum-name, .topic-name {
	width: 40%;
} */

.forum-topic-count, .forum-post-count, .topic-post-count, .topic-view-count {
	/* width: 16%; */
	text-align: center;
}

.forum-last-post, .topic-last-post {
	width: 30%;
}

