.container{
	
	font-family:"Microsoft JhengHei",Arial, Helvetica, sans-serif !important;
}
.blockpanel .entity-value,
.blockpanel .entity-value select {
    max-width: 650px;
    width: expression(document.body.clientWidth>650 ? "650px": "auto");
}

/* Qualification - Name of Institution */
/* 20170802 - Test */
input[id^="et-ef-content-ftf-gp-j_id_id16pc9-page_0-csef-efi"][id$="frm-dv_cs_education_UDFEducation_OUHK_Institution"]
{
	width: 100%;
}

.bannernote td{
	vertical-align:top;
	padding-left:10px;
}

/* Work Experience - Job duties */
/* 20170802 */
textarea[id^="et-ef-content-ftf-gp-j_id_id16pc9-page_0-we-wei"][id$="frm-dv_cs_experience_Responsibility"]
{
	font-size: 1.3em !important;
	width: 100%;
}

/* Work Experience - To */
/* 20170802 */
span[id^="et-ef-content-ftf-gp-j_id_id16pc9-page_0-we-wei"][id$="frm-fc38"]
{
	min-width: 170px;
}

/* Hide Job Description */
.mainsection .editablesection .subtitle {
    display: inline;
    display: none;
}

/* Change Sign-In button style */
.headerpanel .metapanel a {
    color: white;
    font-size: 12px;
}

/* Top Panel > Navigation */
#tpNav {
	background-color:#22b14c;
	height:25px;
	color:#FFF;
	font-weight:bold;
	font-size:13px;
	margin-bottom:10px;
}
#tpNav ul {
	list-style:none;
	padding-left: 19px;
}
#tpNav ul li {
	display:inline;
}
#tpNav ul li a {
	display:block;
	padding:5px 12px 5px 12px;
	color:#FFF;
	float:left;
	text-decoration:none;
}
#tpNav ul li a:hover {
	background-color:#105424;
}
#tpNav ul li a.active {
	background-color:#105424;
}
