
.bbs_frame {
	padding: 10px 0;
	overflow: hidden;
	font-size: 120%;
	width: 96%;
}

.bbs_forum {
	padding: 10px;
	font-weight: bold;
	font-size: 130%;
	
}

.bbs_title {

	margin: 10px 0;
	font-weight: bold;
	
}

.bbs_message_text {

	padding: 10px;
	max-height: 80px;
	overflow: hidden;
	border: 1px #ddd solid ;
	margin: 3px 0;
	max-width: 95%;

}
.bbs_message_empty {

	padding: 5px 10px;
	max-height: 30px;
	overflow: hidden;
	border: 0px #eef solid ;
	margin: 3px 0;
	color: #aaa;
	font-size: 90%;
}

.bbs_messages {

	padding: 10px 20px;
	width: 100%;


}

.bbs_message_text img {

	max-width: 100px;
	max-height: 100px;

}

.attachtitle {
	display:none;
}

.attachcontent {
	display:none;
}

.bbs_handler {
	
	background: #eef; 

	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
}

.bbs_handler_string {
	font-size: 120%; 
	margin-bottom: 4px; 
	overflow: hidden; 
	max-width: 800px;

}

@media (max-width: 400px) {

	.bbs_message_text {

		padding: 10px;
		max-height: 120px;
		overflow: hidden;
		border: 1px #ddd solid ;
		margin: 3px 0;
	}
	
	.bbs_handler {

	}	
	.bbs_frame {
		max-width: 320px;
	}


	.bbs_messages {

		padding: 7px 5px;

	}	
	.bbs_forum {
		padding: 5px;
	}
	.bbs_handler_string {
		max-width: 320px;
		font-size: 140%; 
	}
}

@media (min-width: 401px) and (max-width: 800px) {

	.bbs_message_text {

		padding: 10px;
		max-height: 100px;
		overflow: hidden;
		border: 1px #ddd solid ;
		margin: 3px 0;
	}
	
	.bbs_handler {
		
		
	}	
	.bbs_frame {
		max-width: 400px;
	}

	.bbs_messages {
		padding: 7px 20px 7px 5px;
	}	

	.bbs_forum {
		padding: 5px;
	}

	.bbs_handler_string {
		max-width: 400px;
		font-size: 130%; 
	}
}