#sa-body {
	all: initial;
	margin: 0px;
	font-family: 'Microsoft JhengHei'
}

#sa-body h1 {
	display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
	color: rgb(1,113,187);
    margin: 0px;
}

.posts-container {
	position: relative;
	border: 1px solid #cecece;
	background-color: rgb(198, 230, 255);
}

.top-post-container {
	text-align: -webkit-center;
	text-align: -moz-center;
	text-align: -ms-center;
	text-align: -o-center;
	border-bottom: 1px white solid;
	margin: 8px;
	padding-bottom: 8px;
}

.post-container {
	margin: 8px;
	text-align: center;
}

.title {
	color: #828282;
	font-weight: bold;
	font-size: 20px;
	margin-left: 8px;
	margin-top: 4px;
}

.more {
	position: absolute;
	right: 0px;
	top: 0px;
}

.more a {
	font-size: 14px;
	color: white
}

.more-background {
	border-color: transparent rgb(64, 181, 224) transparent transparent;
	border-style: solid;
	border-width: 0px 65px 35px 40px;
	position: absolute;
	height: 0px;
	width: 0px;
	top: 0px;
	right: 0px;
}

.attachment-post-thumbnail .size-post-thumbnail .wp-post-image {
	float: left;
}

.post-thumbnail-container {
	display: table-cell;
	background-position: center;
	width: 80px;
	height: 55px;
	background-size: 80px 55px;
	background-repeat: no-repeat;
}

.top-post-thumbnail-container {
	/* width: 240px; 
        height: 168px; 
        background-size: 240px 168px; */
	background-position: center;
	width: 225px;
	/*height: 157px;*/
	height: 122px;
	background-size: 225px 157px;
}

.post-thumbnail-container.default-thumbnail {
	background-color: #0072bb;
}

.top-post-container .post-details-container {
	width: 100%;
	display: block;
}

.top-post-container .post-details-container a,
.post-container .post-details-container a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
}

.post-container .post-container-item {
	display: table;
	width: 100%;
}

.post-container .post-container-item .post-details-container {
	width: 176px;
	text-align: left;
}

.post-details-container {
	display: table-cell;
	font-size: 12px;
	vertical-align: top;
	color: black;
}

.post-container .post-details-container {
	padding-left: 5px;
	width: 310px;
	height: 55px;
}

.post-details-container div {
	text-align: right;
}

.post-details-container h3,
.post-details-container p {
	color: rgb(1, 113, 187);
	margin: 0px;
}

.post-details-container p {
	font-size: 12px;
}

#sa-body a {
	color: rgb(1, 113, 187);
	text-decoration: none;
}

#sa-body img {
	float: left;
	position: static !important;
	left: 0px !important;
}

#side-article-more {
	color: white !important;
}

/* @media screen and (min-width: 480px) { */
	/* .post-container .post-container-item .post-details-container { */
		/* text-align: right; */
	/* } */
/* } */