/* Ref : https://www.freeformatter.com/css-beautifier.html */

body {
	font-family: "Trebuchet MS", Trebuchet, SimSun, sans-serif !important;
}

.post-body img,
.post-body video {
	width: 100% !important;
}


/* 首圖隱藏 - 需要搭配 Html (Blogger search : <img expr:src='data:post.thumbnailUrl'/>) */


/*
*  <b:else/>
*  <div class='mobile-index-thumbnail'>
*      <div class='Image'>
*          <img expr:src='data:post.firstImageUrl'/>
*      </div>
*  </div>
*/

.mdtable~img:nth-of-type(1) {
	display: none;
	width: 0px;
}


/* stackedit plugin*/

blockquote {
	color: #ffd54f!important;
	border-left: 5px solid rgba(204, 102, 0, 0.8)!important;
	background-color: rgba(204, 102, 0, 0.2)!important;
	font-size: 17px;
	margin-left: 0px;
}


/*大綱索引Start*/

.headline,
.headline+ul {
	/*margin: 30px 0;*/
	padding: .5em;
	background: rgba(43, 171, 225, 0.1);
	font-size: 14px;
	border-left: 5px solid rgba(43, 171, 225, .3);
}

.headline a,
.headline+ul a,
.headline+ul ol,
.headline+ul li {
	/*color: #4E5750;*/
	color: #cc6600;
}

.headline ul,
.headline+ul {
	/*padding: 0!important;*/
	margin: 0!important;
	line-height: 1.0!important;
	/*list-style-type: none;*/
}

.headline a:hover,
.headline+ul a:hover,
.headline+ul ol:hover,
.headline+ul li:hover {
	color: initial;
	text-decoration: none;
	color: #ffd54f;
}

.headline::after {
	content: "索引";
	color: #cc6600;
}


/*大綱索引End*/


/* 表格優化start */

.mdtable~table {
	margin-bottom: 10px;
	width: 100%;
	max-width: 100%;
	margin: 20px auto;
	border-radius: 10px;
	border: 3px #cccccc solid;
	border-collapse: separate!important;
}

.mdtable~table thead {
	background-color: black;
}

.mdtable~table tbody tr:nth-child(even) {
	background: #3c3c3c;
}

.mdtable~table tbody tr:hover {
	background: #ffd54f;
	color: black;
}

.mdtable~table tbody tr a:hover {
	background: #ffd54f;
	color: ##DD7700;
}

.mdtable~table tbody tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

.mdtable~table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

.mdtable~table thead tr:first-child th:first-child {
	border-top-left-radius: 10px;
}

.mdtable~table thead tr:first-child th:last-child {
	border-top-right-radius: 10px;
}


/* 表格優化end */
