<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
div.search{

	display:flex;
	justify-content:space-between;
	align-items:baseline;

}


.dropdown_wrapper .dropdown&gt;a {
    background-color: #2a445f;
    border-radius: 4px;
    border-color: transparent;
    padding: 10px;
    max-width: 100%;
    width: 110px;
    font-size: 1em;
    text-align: left;
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    height: 40px;
    display: block;
	color : white;
}


.dropdown_wrapper .dropdown-toggle .arrow {
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    margin-top: 5px;
    right: 10px;
}

.dropdown_wrapper .open .dropdown-toggle .arrow {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: 10px;
}

div.mainContent .dropdown_wrapper ul {
    list-style-image: none;
	width:400px;
	font-size: 0.8em;
	padding-left: 0;
	margin-bottom: 0;
	height:500px;
	overflow: auto;
	
}

div.mainContent .dropdown_wrapper li {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}


.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 0.9em;
    color: #000;
}


.control input {
    position: absolute;
    z-index: 4;
    opacity: 0;
    left: 0;
    top: 7px;
    width: 16px;
    height: 16px;
}

.control_indicator {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background: #fff;
    border: 1px solid #ccc;
}

.control_checkbox .control_indicator {
    border-radius: 3px;
}

.control input:checked ~ .control_indicator {
    background: #1d5fd0;
    border-color: #1d5fd0;
}

.control_indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control_indicator:after {
    display: block;
}

.control_checkbox .control_indicator:after {
    left: 5px;
    top: 0px;
    width: 5px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.search_item{
	
	margin-bottom: 10px;
	
	
}

.search_item:not(:first-child){

	margin-left: 30px;

}

a.search_button{
	
	background-color: #2a445f;
	padding:10px;
	border-radius: 4px;
	color: #fff;
	cursor:pointer;
	height: 40px;
	
}

a.clear_button{
	
	background-color: #007D8f;
	padding:10px;
	border-radius: 4px;
	color: #fff;
	cursor:pointer;
	height: 40px;
	
}

a.search_button:hover,a.search_button:focus{
	
	background-color:#3276b1;
	color:white;
	text-decoration:none;
	
	
	
}

a.clear_button:hover,a.clear_button:focus{
	
	background-color:#5bc0de;
	color:white;
	text-decoration:none;
	
	
	
}

div.search_item&gt;select{
	
	
  height: 40px;	
  padding-left:5px;
  padding-right:5px;
  border-radius: 4px;
	
}





.sort_arrow:before{
	
	
	content: ' \2193';
	color:white;
	
	
	
	
	
}

.sort_arrow:after{
	
	
	content: '\2191';
	color:white;
	
	
	
	
	
}


.sort_arrow.active:before{
	
	
	content: ' \2191';
	color:white;
	
	
	
	
	
}

.sort_arrow.active:after{
	
	
	content: '\2193';
	color:white;

}

.sort_btn{
	
	cursor:pointer;
	margin-left: 5px;
	
	
	
	
}



.awardee-content{
	
  position:relative;	
	
	
}

.citation{
	
	display:none;
	position: absolute;
    z-index: 1;
    width: 450px;
    height: 450px;
    overflow: auto;
    background-color: white;
	border:1px solid black;
	border-radius: 10px;
    
	
	
	
	
}
.citation.active{
	display:block;
	
	
	
}

.award_close{
	
  color: black;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-right:10px;
	
	
	
}
.award_close:hover,
.award_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.awardee_name:hover,.award_close:focus{
	  text-decoration: none;
  cursor: pointer;
	
	
	
	
}

div.citation-content{
	
	padding:10px;
	
	
	
	
}

div#award_data,#search_crit{
	
	overflow-x:auto;
	
	
}
div#award_data table, #search_crit table{
	
	
	border: 1px solid #1E486E;
	
	
	
	
	
}

div#award_data th , #search_crit th{
	
	
	
	border-top:none;
	border-right:none;
	
	
}




div#award_data th, div#award_data td #search_crit th, #search_crit td{
	
	padding-top:5px;
	padding-bottom:5px;
	
	padding-left:10px;
	padding-right:10px;
	
	
}

div#award_data th:nth-child(1){
	
  	width:10%;
	
}

div#award_data th:nth-child(2){
	
  	width:40%;
	
}
div#award_data th:nth-child(3){
	
  	text-align: center;
	
}


.mainContent table th {
    color: #fff;
    background-color: #1e486e;
    border-top: 1px solid white;
    border-right: 1px solid white;
}

.mainContent {
    line-height: 1.6em !important;
    font-size: 1.2em !important;
    color: #282828;
	font-family: "Arial", "Helvetica", "sans-serif", "microsoft jhenghei" !important;
}

a, a:link, a:active, a:visited {
    text-decoration: none !important;
}

#print_btn {
    color: #000;
    float: right;
    height: 25px;
    width: 25px;

}

.header.header_height_48{
	width:100%;
}

@media print {
	body{
		width:100% !important;
	}
  a.search_button, a.clear_button{
	  color:black !important;
  }
}

@media(max-width: 1024px){
	div.search{
		display: block;
		margin-bottom: 20px;
	}
	
	div.search_item:not(:first-child){
		margin-left: 0;
	}
	
	div.search_item{
	  margin-bottom: 30px;
	}
	.footerArea .fMenu&gt;li&gt;a {
		width: auto;
		font-size: 1.4em;/*
		font-weight: bold;*/
		color:#fff;
		position:relative;
	}/*
	.headerArea2 .tMenu .my_menu1&gt;a&gt;span:lang(en) {
		width: 79px !important;
		margin-left: 0px;
	}*/
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff !important;
    background-color: #3276b1;
    border-color: #285e8e;
}

.dropdown-toggle::after {

  display:none;



}</pre></body></html>