h2 {
    font-family: "Poppins", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體, 細明體_HKSCS, Arial, sans-serif;
    font-weight: bold;
    margin-top: 0;
    line-height: normal;
}

/* #queryText{
    border: 0;
    background: #eaeaea;
    box-shadow: none;
    color: #000;
    outline: 0;
    border-bottom: 1px solid #000;
} */

#searchIcon2, #searchIcon3 {
    background: #00216F;
    color:white;
    width: auto;
    min-width: 140px;
    border-radius: 2px;
    padding: 10px 10px;
    margin-right: 10px;
    font-size: 16px;
    border-style: none;
}

#searchIcon2:hover, #searchIcon3:hover {
    background-color: #0075BF;
    color: #FFF;
    opacity: 1;
}

a{
    color: #00559F;
}

.editContent table tr td {
    padding: 0 16px;
    vertical-align: top;
}

.editContent table tr td .title{
    font-weight:700px;
}

.orderPadding_left{
    width:75px;
    padding-top: 3px !important;
}

.mainHolder{
    margin: 0 auto;
    display: block;
    max-width: 1200px;
    position: relative;
    width:94%;
    font-size:20px;
}

.advancedSearchTitle{
    background: #00447F;
    color:white;
    padding: 15px;
    display:block;
}

.no_border_KeyTable {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0px;
    display: table;
    table-layout: fixed;
    position: relative;
    width: 100%;
    height: 100%;
}

.info-table table {
    width: 100%;
}

.mainHolder input[type="text"]{
    border: 0;
    background: #eaeaea;
    box-shadow: none;
    color: #000;
    outline: 0;
    border-bottom: 1px solid #000;
    width:100%;
}

.content-wrapper a{
    color:#00447F;
    font-weight:bold;
    background-color:transparent;
    font-size:15px;
}

.basic-holder {
    position: relative;
    width: 100%;
    padding: 15px 0;
}

.mainHolder input[id="query"]{
    margin-bottom: 15px;
    margin-right: 15px;
    width: 100%;
}

#searchForm2 table{
    width: 100%;
}