
/* div.container.blogs div.blogscontent, */
/* form#editblogs div.note-editable{ */
/* 	padding-left:			10px; */
/* 	padding-right:			10px; */
/* 	font:					normal 15px Georgia, "Times New Roman", Times, serif; */
/* 	line-height:			1.3em; */
/* 	color:					#303030; */
/* } */
/*div.container.blogs div.blogscontent pre::before{
	content: "<CODE>\A";
	white-space: pre;
}
div.container.blogs div.blogscontent pre::after{
	content: "\A</CODE>";
	white-space: pre;
}*/
/*div.container.blogs div.blogscontent pre,
form#editblogs div.note-editable pre{
	padding: 10px;
	background-color: grey;
	color: #ffffff;
	font-weight: bold;
	white-space: pre-line;
	border-radius: 10px;
}
div.container.blogs div.blogscontent a,
form#editblogs div.note-editable a{
	text-decoration:		none;
	font-weight:			bold;
	color:					#303030;
}
div.container.blogs div.blogscontent .movie,
form#editblogs div.note-editable .movie{
	text-align:			center;
	padding-bottom:			5px;
}
div.container.blogs div.blogscontent img,
form#editblogs div.note-editable img{
	border:				0px;
	margin-right:		15px;
	border-radius:		8px;
	box-shadow:			0 0 3px #343434;
	max-width:			480px;
}
div.container.blogs div.blogscontent iframe,
form#editblogs div.note-editable iframe{
	display:			block;
	border-radius: 			8px;
	border:				10px solid black;
	box-shadow:			0 0 3px #343434;
	max-width:			930px;
	opacity:			1;
	margin-left: 			auto;
	margin-right:			auto;
	margin-bottom:			10px;
}*/

/*div.container.blogs div.card div.card-body div.blogmore{
	display:			block;
	float:				right;
}*/

/*#data div.tab-content.container-fluid table#tabListBlogs.table tbody tr td img{
	min-width:			24px;
	max-width:			24px;
	max-height:			24px;
	border:				0;
}*/
