.modMnFireboard.list.home {
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: Roboto,Tahoma,Verdana,Arial,sans-serif;
	border: 1px solid #dce0e9;
}

	.modMnFireboard.list.home .top {
		background-color: #1ac189;
		height: 50px;
		padding: 0 10px 0 20px;
	}

		.modMnFireboard.list.home .top .title {
			color: #fff;
			display: inline-block;
			margin-top: 15px;
		}


			.modMnFireboard.list.home .top .title u {
				display: inline-block;
				vertical-align: top;
				width: 20px;
				height: 20px;
				position: relative;
				top: 0;
				margin-right: 12px;
				background-position: -150px -639px;
			}

			.modMnFireboard.list.home .top .title span {
				display: inline-block;
				height: 20px;
				line-height: 20px;
				font-size: 17px;
			}

		.modMnFireboard.list.home .top .categories {
			display: inline-block;
			margin-left: 40px;
			max-width: 200px;
			background-color: #fff;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			border: 1px solid #0db27a;
			position: relative;
		}

			.modMnFireboard.list.home .top .categories select {
				height: 34px;
				line-height: 34px;
				display: inline-block;
				font-size: 15px;
				color: #98a2ac;
				display: inline-block;
				background: rgba(0, 0, 0, 0);
				border: 0;
				outline: none;
				-webkit-appearance: none;
				-moz-appearance: none;
				appearance: none;
				padding: 0 50px 0 10px;
				position: relative;
				z-index: 2;
			}

			.modMnFireboard.list.home .top .categories u {
				display: block;
				width: 12px;
				height: 7px;
				vertical-align: top;
				position: absolute;
				top: 50%;
				margin-top: -3px;
				right: 10px;
				background-position: -174px -639px;
			}

		.modMnFireboard.list.home .top .replyButton {
			float: right;
			height: 34px;
			line-height: 34px;
			background-color: #0db27a;
			border: 1px solid #0a9a69;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			color: #fff;
			padding: 0 15px;
			text-decoration: none;
			margin-top: 8px;
			font-size: 14px;
			-o-transition: background-color .2s;
			-ms-transition: background-color .2s;
			-moz-transition: background-color .2s;
			-webkit-transition: background-color .2s;
			transition: background-color .2s;
			float: right;
		}

		.modMnFireboard.list.home .top .replyButton:hover {
			background-color: #0a9a69;
		}

			.modMnFireboard.list.home .top .replyButton u {
				width: 16px;
				height: 16px;
				display: inline-block;
				margin-right: 12px;
				background-position: -196px -630px;
				vertical-align: top;
				position: relative;
				top: 9px;
			}


	.modMnFireboard.list.home .fireboardContent {
		background-color: #e0e9ee;
		height: 470px;
		position: relative;
	}

		.modMnFireboard.list.home .fireboardContent .glass {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			z-index: 2;
		}

		.modMnFireboard.list.home .fireboardContent .add {
			display: block;
			width: 56px;
			height: 56px;
			background-color: #04bd57;
			position: absolute;
			right: 15px;
			bottom: 10px;
			-webkit-border-radius: 52px;
			-moz-border-radius: 52px;
			border-radius: 52px;
			cursor: pointer;
			-o-transition: background-color .3s;
			-ms-transition: background-color .3s;
			-moz-transition: background-color .3s;
			-webkit-transition: background-color .3s;
			transition: background-color .3s;
			z-index: 3;
			box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.18);
		}

		.modMnFireboard.list.home .fireboardContent .add:hover {
			background-color: #05A34C;
		}

			.modMnFireboard.list.home .fireboardContent .add u {
				display: block;
				width: 16px;
				height: 16px;
				background-position: -196px -630px;
				position: absolute;
				top: 50%;
				left: 50%;
				margin-top: -8px;
				margin-left: -8px;
			}

		.modMnFireboard.list.home .fireboardContent .area {
			overflow: auto;
			height: 100%;
			width: 100%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}

			.modMnFireboard.list.home .fireboardContent .mCSB_scrollTools,
			.modMnFireboard.list.home .fireboardContent .mCSB_draggerRail,
			.modMnFireboard.list.home .fireboardContent .mCSB_dragger_bar {
				width: 8px !important;
				-webkit-border-radius: 0;
				-moz-border-radius: 0;
				border-radius: 0;
			}

			.modMnFireboard.list.home .fireboardContent .mCSB_dragger_bar {
				background-color: #92aebe !important;
				-webkit-border-radius: 10px !important;
				-moz-border-radius: 10px !important;
				border-radius: 10px !important;
			}

			.modMnFireboard.list.home .fireboardContent .mCSB_draggerRail {
				background-color: #c9d9e1 !important;
			}

			.modMnFireboard.list.home .fireboardContent .mCSB_container {
				padding: 10px !important;
			}

			.modMnFireboard.list.home .fireboardContent .thread {
				margin-top: 10px;
			}

			.modMnFireboard.list.home .fireboardContent .thread:first-child {
				margin-top: 0;
			}

				.modMnFireboard.list.home .fireboardContent .thread .threadAvatar {
					display: block;
					float: left;
					width: 50px;
					height: 50px;
				}

					.modMnFireboard.list.home .fireboardContent .thread .threadAvatar img {
						width: 100%;
						height: 100%;
						-webkit-border-radius: 50px;
						-moz-border-radius: 50px;
						border-radius: 50px;
					}

				.modMnFireboard.list.home .fireboardContent .thread .threadContent {
					margin-left: 60px;
					-webkit-border-radius: 3px;
					-moz-border-radius: 3px;
					border-radius: 3px;
					overflow: hidden;
					border: 1px solid #c4cad6;
				}

					.modMnFireboard.list.home .fireboardContent .thread .threadContent .threadPost {
						padding: 15px 10px;
						cursor: pointer;
						background-color: #fff;
						-o-transition: background-color .2s;
						-ms-transition: background-color .2s;
						-moz-transition: background-color .2s;
						-webkit-transition: background-color .2s;
						transition: background-color .2s;
					}

					.modMnFireboard.list.home .fireboardContent .thread .threadContent .threadPost:hover {
						background-color: #EFF8FB;
					}

					.modMnFireboard.list.home .fireboardContent .thread.sponsored .threadContent .threadPost {
						background-color: #F1FBFF;
					}

						.modMnFireboard.list.home .fireboardContent .thread .threadContent .threadPost .threadInfo {
							white-space: nowrap;
						}

							.modMnFireboard.list.home .fireboardContent .thread .threadContent .threadPost .threadInfo .author {
								color: #37474f;
								font-size: 15px;
								white-space: nowrap;
								width: 150px;
								overflow: hidden;
								text-overflow: ellipsis;
								display: inline-block;
								vertical-align: top;
							}

							.modMnFireboard.list.home .fireboardContent .thread .threadContent .threadPost .threadInfo .subject {
								color: #0091ea;
								font-size: 15px;
								white-space: nowrap;
								margin: 0 10px;
								max-width: 325px;
								overflow: hidden;
								text-overflow: ellipsis;
								display: inline-block;
								vertical-align: top;
							}

							.modMnFireboard.list.home .fireboardContent .thread .threadContent .threadPost .threadInfo .time {
								color: #546e7a;
								font-size: 14px;
								text-align: right;
								float: right;
							}

						.modMnFireboard.list.home .fireboardContent .thread .threadContent .threadPost .threadMessage {
							margin: 10px 0 0 0;
						}

							.modMnFireboard.list.home .fireboardContent .thread .threadContent .threadPost .threadMessage a {
								font-size: 15px;
								color: #546e7a;
								text-decoration: none;
								-webkit-line-clamp: 2;
								display: -webkit-box;
								-webkit-box-orient: vertical;
								word-break: break-word;
								overflow: hidden;
							}

					.modMnFireboard.list.home .fireboardContent .thread .threadContent .threadReply {
						-o-transition: background-color .2s;
						-ms-transition: background-color .2s;
						-moz-transition: background-color .2s;
						-webkit-transition: background-color .2s;
						transition: background-color .2s;
						background-color: #f3f5fa;
						border-top: 1px solid #c6ccdd;
						padding: 10px;
						cursor: pointer;
						position: relative;
					}

						.modMnFireboard.list.home .fireboardContent .thread .threadContent .threadReply .line {
							position: absolute;
							top: 0;
							width: 100%;
						}

						.modMnFireboard.list.home .fireboardContent .thread .threadContent .threadReply .threadReplyAvatar {
							width: 40px;
							height: 40px;
							float: left;
						}

							.modMnFireboard.list.home .fireboardContent .thread .threadContent .threadReply .threadReplyAvatar img {
								width: 100%;
								height: 100%;
								-webkit-border-radius: 40px;
								-moz-border-radius: 40px;
								border-radius: 40px;
							}

						.modMnFireboard.list.home .fireboardContent .thread .threadContent .threadReply p {
							margin: 2px 0 0 50px;
						}

							.modMnFireboard.list.home .fireboardContent .thread .threadContent .threadReply p a {
								font-size: 14px;
								color: #546e7a;
								text-decoration: none;
								overflow: hidden;
								text-overflow: ellipsis;
								word-break: break-word;
							}

					.modMnFireboard.list.home .fireboardContent .thread .threadContent .threadMore {
						height: 34px;
						line-height: 35px;
						background-color: #fff;
						text-align: center;
						text-transform: uppercase;
						font-size: 13px;
						color: #8fa2a9;
						border-top: 1px solid #fff;
						position: relative;
						cursor: pointer;
						-o-transition: background-color .2s;
						-ms-transition: background-color .2s;
						-moz-transition: background-color .2s;
						-webkit-transition: background-color .2s;
						transition: background-color .2s;
					}

					.modMnFireboard.list.home .fireboardContent .thread .threadContent .threadMore:hover {
						background-color: #F3F5FA;
					}

						.modMnFireboard.list.home .fireboardContent .thread .threadContent .threadMore .line {
							position: absolute;
							top: 0;
							background-color: #c6ccdc;
							width: 100%;
							height: 1px;
						}


.modMnFireboard.list_mobile.home {
	margin: 10px 0;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0,0,0,.15);
	overflow: hidden;
	font-family: Roboto,Tahoma,Verdana,Arial,sans-serif;
	position: relative;
	background-color: #e1eaef;
}

	.modMnFireboard.list_mobile.home .top {
		position: relative;
		background-color: #fff;
		border-radius: 4px 4px 0 0;
	}

		.modMnFireboard.list_mobile.home .top .replyButton {
			position: absolute;
			top: 50%;
			right: 15px;
			margin-top: -20px;
			background-color: #9675ce;
			color: #fff;
			height: 40px;
			line-height: 40px;
			padding: 0 15px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
			font-size: 15px;
			font-weight: bold;
			-o-transition: background-color .2s;
			-ms-transition: background-color .2s;
			-moz-transition: background-color .2s;
			-webkit-transition: background-color .2s;
			transition: background-color .2s;
		}

			.modMnFireboard.list_mobile.home .top .replyButton u {
				width: 16px;
				height: 16px;
				display: inline-block;
				margin-right: 12px;
				background-position: -196px -630px;
				vertical-align: top;
				position: relative;
				top: 12px;
			}


	.modMnFireboard.list_mobile.home .fireboardContent {
		padding: 15px 8px;
	}

		.modMnFireboard.list_mobile.home .fireboardContent .area {
			overflow: hidden;
			width: 100%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}

			.modMnFireboard.list_mobile.home .fireboardContent .thread {
				display: block;
				margin-top: 10px;
				background-color: #fff;
				box-sizing: border-box;
				border-radius: 3px;
				border: 1px solid #d6dae5;
				text-decoration: none;
				cursor: pointer;
				overflow: hidden;
				word-wrap: break-word;
			}

			.modMnFireboard.list_mobile.home .fireboardContent .thread.sponsored {
				background-color: #F1FBFF;
			}

			.modMnFireboard.list_mobile.home .fireboardContent .thread:first-child {
				margin-top: 0;
			}

				.modMnFireboard.list_mobile.home .fireboardContent .thread .threadPost {
					-webkit-border-radius: 3px;
					-moz-border-radius: 3px;
					border-radius: 3px;
					overflow: hidden;
					font-size: 15px;
					padding: 12px 10px;
					display: block;
				}

					.modMnFireboard.list_mobile.home .fireboardContent .thread .threadPost .threadPostTop {
						display: table;
						width: 100%;
					}


						.modMnFireboard.list_mobile.home .fireboardContent .thread .threadPost .threadPostTop .threadAvatar {
							display: table-cell;
							vertical-align: middle;
							text-align: center;
							width: 10px;
						}

							.modMnFireboard.list_mobile.home .fireboardContent .thread .threadPost .threadPostTop .threadAvatar img {
								width: 40px;
								height: 40px;
								border-radius: 40px;
							}

						.modMnFireboard.list_mobile.home .fireboardContent .thread .threadPost .threadPostTop .author {
							display: table-cell;
							color: #5c6466;
							vertical-align: middle;
							text-align: left;
							padding-left: 12px;
						}

						.modMnFireboard.list_mobile.home .fireboardContent .thread .threadPost .threadPostTop .time {
							display: table-cell;
							color: #999B9C;
							vertical-align: middle;
							text-align: right;
							padding-left: 10px;
						}

					.modMnFireboard.list_mobile.home .fireboardContent .thread .threadPost .threadMessage {
						display: block;
						padding-top: 10px;
						color: #536f7d;
					}

						.modMnFireboard.list_mobile.home .fireboardContent .thread .threadPost .threadMessage .subject {
							font-weight: bold;
							font-size: 105%;
							display: block;
							color: #9375cb;
							margin-bottom: 5px;
						}

				.modMnFireboard.list_mobile.home .fireboardContent .thread .threadReply {
					background-color: #f4f5fa;
					border-top: 1px solid #c5cbd9;
					overflow: hidden;
					clear: both;
					display: block;
					padding: 12px 10px;
					font-size: 15px;
				}

					.modMnFireboard.list_mobile.home .fireboardContent .thread .threadReply .threadReplyAvatar {
						float: left;
					}

						.modMnFireboard.list_mobile.home .fireboardContent .thread .threadReply .threadReplyAvatar img {
							width: 40px;
							height: 40px;
							border-radius: 40px;
						}

					.modMnFireboard.list_mobile.home .fireboardContent .thread .threadReply p {
						color: #536e77;
						display: block;
						margin: 0 0 0 40px;
						padding-left: 12px;
					}

				.modMnFireboard.list_mobile.home .fireboardContent .thread .threadReplyMore {
					display: block;
					background-color: #fff;
					color: #58656d;
					border-top: 1px solid #c5cbd9;
					text-transform: uppercase;
					text-align: center;
					padding: 10px 0;
				}

@media screen and (max-width: 450px) { 
	.modMnFireboard.list_mobile.home .fireboardContent {
		padding: 8px 6px;
	}
}

