.editor * {
	font-family: 'Roboto', 'Microsoft JhengHei', 微軟正黑體, Arial, 'PMingLiU', 新細明體 !important;
}

.editor p, .editor div, .editor a, .editor li, .editor td, .editor th, .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 { margin:0px; padding:0px; color:#000000; font-size: 14px; font-weight: 300; word-wrap: break-word; white-space: normal; letter-spacing: 0.4px; }

.editor ul, .editor ol { margin: 0; }

/*.editor ul, */.editor ol { padding-left: 25px; }

.editor, .editor p, .editor li { line-height:24px; }

.editor img { border:none; }

.editor a, .editor a:link, .editor a:active, .editor a:visited { color:#000000; font-size: inherit; }

.editor a:hover { color:#000000; }

.editor table.table-border, .editor table.table-border td, .editor table.table-border th { 
	border-collapse: collapse; 
	border: 1px solid #000000;
}

.editor td, .editor th { padding:3px; }

hr { border:none; height:1px; background-color:#CCCCCC; color:#CCCCCC; }

.editor table.table-center{margin:0 auto;}

.editor .underline, .editor .underline * { text-decoration:underline; }

.editor table, .editor img { max-width: 100%; height: auto; }

.editor:after {
	clear: both;
    display: block;
    content: " ";
}

.editor .table-responsive-wrapper {}

.editor .table-responsive-wrapper .table-responsive {}

.editor ul li {
	background: url('img/bullet-point.png') no-repeat left 10px;
	list-style-type: none;
	padding-left: 23px;
}

.editor .timetable {
	padding: 20px;
	background: #FFF2DD;
	overflow: auto;
}
.editor .timetable table {
	width: 100%;
    max-width: none;
    min-width: 600px;
}
.editor .timetable table tr {
	border-top: 1px solid #E1E1E1;
}
.editor .timetable table tr:has(>th) {
	border-top: 2px solid #D5C2A2;
}
.editor .timetable table tr:first-child {
	border: 0;
}
.editor .timetable table th:first-child {
	width: 130px;
}
.editor .timetable table th:nth-child(2), .timetable table th + td {
	width: 225px;
}
.editor .timetable table th, .timetable table td {
	font-size: 18px;
	letter-spacing: 0.36px;
	padding: 10px 10px 10px 0;
	box-sizing: border-box;
}
.editor .timetable table th {
	color: #FF9900;
	font-weight: bold;
}