/* 
theme.css 
17:32 2017-01-20
12:19 2017-04-12 simple format
15:02 2017-11-16 Big Title En to 40px
11:00 2017-11-17 move "themeSimpleFormat" to "theme_single"
9:15 2017-11-20 use by "Multi-page" and "Single-page" theme site
9:41 2017-12-04 fix for studying in hk
*/

/* ========= Theme Site ===== */
/* expand section - image show */

/* === image === */
/* .secondLevelContent img { */
.themeParksInfoText img {
	/* override max-width:100% to show the image */
	max-width:unset;	
}

/* === paragraph === */
.themeParksInfoText p {
	margin-bottom:1em;
}

/* === bullet point === */
.themeParksInfoText	li { 
	padding-bottom:10px;
}

/* === Rich Text - Link === 
	11:05 2017-01-12
*/
.themeParksInfoText a {
    color: #990000;
    margin: 5px;
}


/* === Table === */
.themeParksInfoText table {
    /* width: 100%; */
}

.themeParksInfoText table td {
    border: 1px solid #ccc;
    color: #353535;
}

.themeParksInfoText  table th {
    background: #707070 none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #fff;
    text-align: left;
}

.themeParksInfoText table th,
.themeParksInfoText table td {
    padding: 20px 25px;
}

.themeParksInfoText table > tbody > tr:nth-child(2n+1) {
    background: #f2f3f5 none repeat scroll 0 0;
}

.themeParksInfoText table > tbody > tr:nth-child(2n) {
    background: #fff none repeat scroll 0 0;
}


/* ===== Hamburger Menu ==== */
/* 17:28 2017-01-20 */
/* 12:19 2017-04-12 not do(?)
.pageThematic #thematicChildDir a {
    color: #cc4c02;
}
*/

/* === 11:57 2017-11-17 fix display "Business Sector Cover" === 
	hide it first and display by javascript
	9:40 2017-12-04 now hide h4 instead (will restore to "inline-block")
*/
.blockHead.showOnTablet h4 {
		display:none;
}
