<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* Set height of body for test */
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

body {
    font-size: 1rem;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
}

p {
    text-align: justify;
    line-height: 1.5;
}

td {
    text-align: justify;
    line-height: 1.5;
}

li {
    text-align: justify;
}

b {
    font-weight: 700;
}


/*  Set for valid dropdown-menu in bootstrap V4 */
.dropdown-menu&gt;li&gt;a:hover,
.dropdown-menu&gt;li&gt;a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #E73E2B;
}

.text-white {
    color: white;
}

/* Set for valid dropdown sub-menu in bootstrap V4 */
.btn-group-vertical&gt;a, .btn-group-vertical&gt;a:hover {
    border: 1px #bbbbbb solid;
}

.btn-group-vertical&gt;a:hover, .btn-group-vertical&gt;.btn-group.dropdown-submenu&gt;a:hover {
    background-color: #dddddd;
}

.btn-group-vertical&gt;.btn-group.dropdown-submenu&gt;a:hover {
    border: 1px #dddddd solid;
}

.dropdown-submenu {
    border: 1px #bbbbbb solid;
    position: relative;
}

.dropdown-submenu&gt;.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
    box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.3);
}

.dropdown-submenu:hover&gt;.dropdown-menu {
    display: block;
}

.dropdown-submenu&gt;a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover&gt;a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left&gt;.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* End of Set for valid dropdown sub-menu in bootstrap V4 */

.container_shadow {
    box-shadow: 0px 0px 16px 2px rgba(20%, 20%, 40%, 0.5);
    background-color: #FFF;
}

.nav-item&gt;a:hover {
    color: #ffffff;
    background-color: #068ca0;
}

.nav-item-font {
    font-size: 1.3rem;
    color: #eeeeee;
}

.nav-item&gt;.dropdown-menu&gt;a:hover {
    color: #ffffff;
    background-color: #068ca0;
}

.sidebar-item-font {
    font-size: 0.9rem;
}

.h3_title {
    font-weight: bold;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #F30;
    padding-left: 8px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCC;
    padding-bottom: 2px;
    padding-top: 0px;
    color: #0054A8;
}

.h4_title {
    font-weight: bold;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: #F30;
    padding-left: 8px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCC;
    padding-bottom: 2px;
    padding-top: 0px;
    color: #0054A8;
}

.h5_carousel_caption {
    background-color: rgba(0,0,0,0.6);
    
}

.p_title {
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #F30;
    padding-left: 8px;
    border-bottom-width: 1px;
    border-bottom-style: none;
    border-bottom-color: #CCCCCC;
    padding-bottom: 0px;
    padding-top: 0px;
    color: #0054A8;
}



.table-important-date {
    color: red;
    margin-bottom: 0px;

}

.latest_date {
    color: #E73E2B;
    font-weight: bold;
}


.footer {
    background-color: #eee;
}

.powered-by {
    background-color: #000000;
    color: #ffffff;
    height: 3rem;
    line-height: 2.5rem;

}

.title-of-committee {
    font-size:1.2rem;
    font-weight:bold; 
    color: #d50202;
}
.title-of-subcommittee {
    font-size:1.2rem;   
    color: #d50202;
}

.title-of-chair {
    color: #d50202;
}

.title-of-tpc-subcommittee {
    font-size:1.4rem;
    width: 100%;
    display: block;
    padding-left: 10px;
    background-color: #0054A8;
    color: white;
}

.name-of-tpc-subcommittee {
    font-size:1.2rem;
    width: 100%;
    display: block;
    padding-left: 10px;
    background-color: #2480dc;
    color: white;
}

.responsive-google-map {
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    padding: 0;
    padding-bottom: 56.25%;
}

.responsive-google-map iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}</pre></body></html>