.top_box .chart{
	width: 90%;
}

#scholarships .step{
	width: 30%;
	height: 200px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
}
#scholarships .step .title{
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}
#scholarships .step .desc{
	margin: 0;

}

#scholarships .step:after{
	position: absolute;
	content: url('/20240727100754oe_/https://wys.cuhk.edu.hk/cms/wp-content/themes/wysc/img/stud/step_arrow.png');
	left: 100%;
	top: 30%;
}
#scholarships .step:last-child:after{
	content:none;
}

#scholarships .step .icon{
	margin-bottom: 10px;
}

/* #scholarships #table .name{
	width: 26%;
}
#scholarships #table .amount{
	width: 15%;
}
#scholarships #table .eligibility{
	width: 36%;
}
#scholarships #table .method{
	width: 20%;
} */
#scholarships .filter .filter_result #table td a{
	color: white;
}

#scholarships .filter .filter_result #table td .icon{
	float: left;
	margin-right: 10px;
	width: 35px;
	height: 31px;
	background-repeat: no-repeat;
	
}
#scholarships .filter .filter_result #table td p{
	overflow: hidden;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
#scholarships .filter .filter_result #table td .icon.academic{
	background-image: url('/20240727100754oe_/https://wys.cuhk.edu.hk/cms/wp-content/themes/wysc/img/stud/scholarship_academic_icn.png');
}
#scholarships .filter .filter_result #table td .icon.exchange{
	background-image: url('/20240727100754oe_/https://wys.cuhk.edu.hk/cms/wp-content/themes/wysc/img/stud/scholarship_exchange_icn.png');
}
#scholarships .filter .filter_result #table td .icon.admission{
	background-image: url('/20240727100754oe_/https://wys.cuhk.edu.hk/cms/wp-content/themes/wysc/img/stud/scholarship_admission_icn.png');
}
#scholarships .filter .filter_result #table td .icon.creativity{
	background-image: url('/20240727100754oe_/https://wys.cuhk.edu.hk/cms/wp-content/themes/wysc/img/stud/scholarship_creativity_icn.png');
}
#scholarships .filter .filter_result #table td .icon.grants{
	background-image: url('/20240727100754oe_/https://wys.cuhk.edu.hk/cms/wp-content/themes/wysc/img/stud/scholarship_grants_icn.png');
}
#scholarships .filter .filter_result #table td .icon.reaching-out{
	background-image: url('/20240727100754oe_/https://wys.cuhk.edu.hk/cms/wp-content/themes/wysc/img/stud/scholarship_reachingout_icn.png');
}



#scholarships .option_wrapper .types .icon{
	float: left;
	margin-right: 10px;
	width: 25px;
	height: 21px;
	background-repeat: no-repeat;
	vertical-align: middle;
	background-size: contain;
	
}
#scholarships .option_wrapper .types .icon.academic{
	background-image: url('/20240727100754oe_/https://wys.cuhk.edu.hk/cms/wp-content/themes/wysc/img/stud/scholarship_academic_icn_c.png');
}
#scholarships .option_wrapper .types .icon.exchange{
	background-image: url('/20240727100754oe_/https://wys.cuhk.edu.hk/cms/wp-content/themes/wysc/img/stud/scholarship_exchange_icn_c.png');
}
#scholarships .option_wrapper .types .icon.admission{
	background-image: url('/20240727100754oe_/https://wys.cuhk.edu.hk/cms/wp-content/themes/wysc/img/stud/scholarship_admission_icn_c.png');
}
#scholarships .option_wrapper .types .icon.creativity{
	background-image: url('/20240727100754oe_/https://wys.cuhk.edu.hk/cms/wp-content/themes/wysc/img/stud/scholarship_creativity_icn_c.png');
}
#scholarships .option_wrapper .types .icon.grants{
	background-image: url('/20240727100754oe_/https://wys.cuhk.edu.hk/cms/wp-content/themes/wysc/img/stud/scholarship_grants_icn_c.png');
}
#scholarships .option_wrapper .types .icon.reaching-out{
	background-image: url('/20240727100754oe_/https://wys.cuhk.edu.hk/cms/wp-content/themes/wysc/img/stud/scholarship_reachingout_icn_c.png');
}

#scholarships .filter .filter_result #table td .form_link{
	background-color: #998e49;
	width: 100%;
	display: inline-block;
	color: white;
	border-radius: 30px;
	font-size: 12px;
	padding: 5px 0 0 5px;
	margin-top: .5em;
	text-decoration: none;
}
#scholarships .filter .filter_result #table td .form_link:before{
	content: url('/20240727100754oe_/https://wys.cuhk.edu.hk/cms/wp-content/themes/wysc/img/stud/download_icn.gif');
	margin-right: 5px;
	height: 100%;
}
#scholarships .filter .cat{
	cursor: pointer;
}
#scholarships .filter .cat.selected{
	font-weight: bold;
}

#scholarships .row .row_wrapper{
	width: 100%;
	max-width: 1200px;
	min-width: 960px;
}

#scholarships .title_box .rightcol{
	text-align: center;
}

#scholarships .filter .filter_result #table tr[data-to-top="true"]{
	background-color: #D6CC78;
}

#scholarships .type_intro .type{
	visibility: hidden;
	opacity: 0;
	height: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
#scholarships .type_intro .type.selected{
	visibility: visible;
	height: auto;
	opacity: 1;
	color: #333;
}

#scholarships #p_row_last{
	width: 100%;
	max-width: 1200px;
	min-width: 960px;
}

#scholarships #table ul,
.filter_result ul{
	padding-left: 1em;
	margin:  0 0;
}