<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Asap+Condensed:600');

/*additional reset
---------------------------------------------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


form {
	display: flex;
	align-items: center;
	justify-content: center;
}
.search_entry {
	display: flex;
	flex-wrap: wrap;
	width: 85%;
}
.searchBtn_box {
	background: #0b4685;
	color: #fff;
	width: 55px;
	height: 55px;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	align-content: center;
	justify-content: center;
	margin-left: 7px;
}
select {
	width: 33.3%;
	height: 30px;
	padding-left: 5px;
	border-radius: 0;
	border: 1px solid #ddd!important;
	box-shadow: 0px 0px 5px 0px #ddd!important;
	font-size: 14px;
	color: #000;
	background: #fff!important;
}
.searchtable .searchbutton {
    background-color: #21d5fa;
    border: none;
    color: white;
    padding: 10px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    line-height: 15px;
}
	.searchtable .searchtabletitle {
    background-color: #f6f6f6;
    min-width: 120px;
		border: 1px solid #cfcfcf;
    padding: 10px;
}
	.searchtable, tr, td, th {
    border: 1px solid #cfcfcf;
    padding: 3px 5px 3px 5px;
}
	.searchtable {
    border-collapse: collapse;
    font-size: 15px;
    line-height: 25px;
    border: none !important;
}
	.index_search {
    background: #fff;
    margin: 0 auto;
}
@media screen and (max-width:620px){
	select {
		font-size: 12px;
	}

}
select option {
	position: relative;
}
select option::after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4.5px solid red;
	content: "";
	position: absolute;
	right: 9px;
	top: 21px;
	width: 0;
}
i.fa.fa-search {
	display: block;
	width: 100%;
	font-size: 17px;
	margin-bottom: 2px;
}
.searchBtn_box p {
	margin: 0;
	line-height: 1;
	color: #fff;
	font-size: 14px;
}
section dd{
    margin: 0 auto;
}
}</pre></body></html>