div[class=text][id=inside], div[class=text-holder][id=inside]
{

	height: auto !important;
	
}

p[class=news]
{

	white-space: pre-line;

}

p[class=news][option=home]
{
	
	height: 100px;
	overflow: hidden;
	
}

a[name=newsURL]
{
	
	font-size: 20px;
	font-weight: bold;
	color: #039DD9;
	text-decoration: underline;
	
}

a[name=newsURL]:hover
{
	
	color: red;
	
}

ul[class=meta-info]
{
	
	 display: flex;
	 justify-content: space-between;
	
}

section[class=latest-blog-area] ul[class=meta-info] li, div[class=blog-post] ul[class=meta-info] li
{
	
	color: black !important;
	
}

className
{
	
	margin-right: 10px;
	font-size: 14px;
	color: #008582;
	
}

only
{
	
	padding: 0px 5px;
	border-radius: 2px;
	font-size: 16px;
	background-color: #FEE599;
	
}

[name=classContent]
{
	
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

[name=className]
{
	
	margin: 0px 20px;
	padding: 5px 20px;
	border-radius: 5px;
	background-color: #008582;
	cursor: pointer
	
}

[name=className]:hover
{

	background-color: orange;

}

[name=className].select
{
	
	background-color: #0392CE;
	
}

[name=className] a
{
	
	font-size: 20px;

}

.text-holder h3
{

	white-space: nowrap;     /* 不換行 */
	overflow: hidden;        /* 超出隱藏 */
	text-overflow: ellipsis; /* 顯示省略號 */
	
}

ul[class=meta-info]
{
	
	margin-bottom: 10px;

}

ul[class=meta-info] li
{
	
	color: #8C8E8C !important;

}

div[class=text]
{
	
	border: none !important;
	
}