@charset "UTF-8";

body {
    font-family: 'Microsoft JhengHei', '微軟正黑體', Arial, Helvetica, sans-serif;
    background: #fff;
    color: #555;
}

a,
strong,
span,
ul,
li,
label,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Microsoft JhengHei', '微軟正黑體', Arial, Helvetica, sans-serif;
    /* word-wrap: break-word; */
    /* white-space: nowrap; */
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a:hover {
    text-decoration: none;
}

.radius {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.clearfix:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.hidden {
    visibility: hidden;
}

input[type='text'] {
    border: 1px #bfbfbf solid;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Microsoft JhengHei', '微軟正黑體', Arial, Helvetica, sans-serif;
}

select {
    border: 1px #bfbfbf solid;
    padding: 4px 5px;
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Microsoft JhengHei', '微軟正黑體', Arial, Helvetica, sans-serif;
}

.hidden {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.ulfix {
    padding: 0;
    margin: 0;
    list-style: none;
}

.wrapper {
    width: 100%;
}

.header {
    position: fixed;
    z-index: 999999;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 22px rgba(84, 84, 84, 0.5);
    color: #fff;
}

.header .container {
    width: 96%;
    margin: 0 auto;
}

.header a {
    color: #000;
    display: inline-block;
}

.header .logo {
    float: left;
    margin: 18px 0;
}

.header .logo h1 {
    margin: 0;
}

.header-misc {
    float: right;
    margin: 36px 0;
}

.header-misc-nav {
    display: inline-block;
    vertical-align: top;
}

.header-misc-nav li a {
    float: left;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}

.header-misc-nav li a:hover,
.header-button a:hover {
    opacity: 0.7;
}

.header-misc-nav li {
    display: inline-block;
    margin: 0;
    padding: 9px 10px;
    vertical-align: top;
    font-size: 0.9em;
}

.header-misc-nav li.facebook {
    padding: 4px 5px 0 5px;
}

.header-misc-nav li.facebook img {
    width: 85%;
    margin: 0 auto;
}

li.app {
    padding-top: 0;
    padding-bottom: 0;
}

.headersear {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    margin: 0 0 0 15px;
    position: relative;
}

.headersear input[type="text"] {
    float: left;
    width: 90%;
    border-radius: 35px;
    padding: 8px 5%;
}

.headersear a {
    position: absolute;
    right: 2px;
    width: 30px;
    height: 30px;
    border-radius: 99em;
    top: 3px;
    background: url(../images/headersear-i.png) center center no-repeat #66a62c;
}

.header-border {
    float: left;
    width: 100%;
    height: 5px;
    background: #00a2ff;
    /* Old browsers */
    background: -moz-linear-gradient(left, #00a2ff 0%, #32b996 27%, #6bcf00 64%, #0c8800 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #00a2ff 0%, #32b996 27%, #6bcf00 64%, #0c8800 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #00a2ff 0%, #32b996 27%, #6bcf00 64%, #0c8800 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00a2ff', endColorstr='#0c8800', GradientType=1);
    /* IE6-9 */
}

.header-misc-nav li.lang a {
    background: url(../images/header_icon_lang.png) 0 center no-repeat;
    padding: 0 0 0 22px;
}

.header-misc-nav li.app a {
    background: url(../images/header_icon_app.png) 0 center no-repeat;
    padding: 0 0 0 22px;
}

.header-misc-nav li.fontsize {
    background: url(../images/header_icon_fontsize.png) 0 center no-repeat;
    padding: 0 0 0 22px;
}

.header-misc-nav li.fontsize a {
    float: none;
    font-size: 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    margin: 1px 0 0 0;
    text-indent: -9999px;
}


/* 字級大小 */

.header-misc-nav li.fontsize .font-small {
    background: url(../images/header_icon_fontsize_small.png) 0 0 no-repeat;
    margin: 1px 5px 0 0;
}

.header-misc-nav li.fontsize .font-big {
    background: url(../images/header_icon_fontsize_big.png) 0 0 no-repeat;
}


/* 字級大小 end */

#google_translate_element {
    display: inline-block;
    margin: 7px 13px;
    vertical-align: top;
}

.header-misc-tool {
    float: right;
    position: relative;
}

.header-weather {
    width: 270px;
    display: inline-block;
    vertical-align: top;
}

.header-button {
    display: inline-block;
    vertical-align: top;
    /* border-left: 1px solid #918d8d; */
    /* padding-left: 5px; */
    /* margin-left: 15px; */
}

.header-button a {
    float: left !important;
    vertical-align: top;
    margin: 0;
    background: none !important;
    padding: 0 !important;
}

.header-button a img {
    display: block;
}

.header-weather .weather-icon {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    margin-right: 5px;
}

.header-weather .airport {
    display: inline-block;
    vertical-align: top;
}

.header-weather .airport strong {
    display: block;
    width: 100%;
    font-size: 0.8em;
}


/* 主選單
****************************************************/

ul.main-nav-list.ulfix {
    float: left;
    width: 100%;
    text-align: center;
}

.main-nav {
    width: 100%;
    display: block;
    float: left;
    font-size: 1.125em;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #ccc;
}

.main-nav-list li {
    float: left;
    padding: 18px 0;
    width: 11%;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.main-nav-list li.active {
    background: #15aad5;
}

.main-nav-list li.active a {
    color: #fff;
}

.main-nav-list > li > a {
    float: left;
    position: relative;
    color: #333333;
    padding: 0;
    font-size: 1.2em;
    width: 100%;
    text-align: center;
}

.main-nav-list li .nav-arr-down {
    background: url(../images/nav_arr_down.png) center bottom no-repeat;
    float: left;
    width: 100%;
    height: 6px;
    margin: 8px 0 0 0;
}

.main-nav-list li .nav-arr-up {
    background: url(../images/nav_arr_up.png) center bottom no-repeat;
}

.main-nav-list .sub-nav {
    width: 100%;
    list-style: none;
    position: absolute;
    background: #15aad5;
    display: none;
    z-index: 3;
    top: 64px;
    padding: 0;
    margin: 0;
}

.main-nav-list .sub-nav li:first-child {
    border-top: 1px solid #fff;
}

.main-nav-list .sub-nav li {
    float: left;
    width: 100%;
    text-align: left;
    border-top: 1px solid #fff;
    padding: 0;
    margin: 0;
}

.main-nav-list .sub-nav li a {
    display: block;
    width: 93%;
    padding: 14px 3.5% 14px 3.5%;
    line-height: 23px;
    white-space: initial;
    color: #fff;
}


/*
.main-nav-list .sub-nav li:hover {
    background: #43da2a;
}
*/

.main-nav-list .sub-nav li a.item {
    color: #fff5ac;
}

.main-nav-list .sub-nav li.link a {
    color: #ffcc00;
}


/* 主選單 end 
****************************************************/


/*-推播-*/

.push-hit {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 100px;
    height: 100px;
}

.push-msg {
    width: 397px;
    height: 353px;
    background: url(../images/push_msg_bg.png) 0 0 no-repeat;
    position: fixed;
    bottom: 0px;
    right: 0;
    z-index: 10000;
    border: none;
    padding: 30px 0 30px 0;
    display: none;
}

.push-msg .txt {
    font-size: 1.125em;
    line-height: 24px;
    padding: 0;
    margin: 0;
}

.push-msg .txt a {
    color: #666;
    display: block;
}

.push-msg-close {
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/close_push_msg.png) center center no-repeat;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 0;
}

.fast-link-hit {
    display: block;
    position: fixed;
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    z-index: 9999;
}

.rwd-header {
    display: none;
}

.chart-wrapper {
    position: relative;
    background: #f4f4f4;
    margin-bottom: 40px;
    padding-bottom: 40px;
    width: 100%;
}

.chart-title {
    display: block;
    width: 100%;
    background: #e9e9e9;
    text-align: center;
    font-size: 1.250em;
    padding: 10px 0;
    margin-bottom: 70px;
}

.dot-red,
.dot-blue,
.dot-green,
.dot-red-end,
.dot-blue-end,
.dot-green-end {
    display: block;
    position: absolute;
    font-weight: bold;
}

.dot-red {
    color: #ec3c1f;
    bottom: 80px;
    left: 418px;
    z-index: 10;
}

.dot-red-end {
    color: #ec3c1f;
    bottom: 155px;
    right: 135px;
    z-index: 3;
}

.dot-red::before {
    content: '';
    background: #ec3c1f;
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    top: -10px;
    left: 10px;
}

.dot-blue {
    color: #00aae2;
    top: 165px;
    left: 413px;
    z-index: 5;
}

.dot-blue-end {
    color: #00aae2;
    bottom: 187px;
    right: 135px;
    z-index: 3;
}

.dot-blue::after {
    content: '';
    background: #00aae2;
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    top: 27px;
    left: 15px;
}

.dot-green {
    color: #00ab38;
    bottom: 117px;
    left: 418px;
    z-index: 3;
}

.dot-green-end {
    color: #00ab38;
    bottom: 81px;
    right: 135px;
    z-index: 3;
}

.dot-green::after {
    content: '';
    background: #00ab38;
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    top: 24px;
    left: 10px;
}

.chart-subtitle {
    width: 100%;
    color: #666;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    display: block;
    position: absolute;
    top: 88px;
    left: -6px;
}

.visualisation-wrapper {
    width: 700px;
    margin: 0 auto;
}

#visualisation {
    width: 90%;
    margin: 0 5%;
    height: 320px;
}

.visualisation-wrapper .centerline {
    display: block;
    width: 1px;
    height: 301px;
    background: #aaa;
    position: absolute;
    z-index: 1;
    left: 432px;
}

.pop-pyramid {
    float: left;
    width: 100%;
    text-align: center;
}

.pop-pyramid-male,
.pop-pyramid-female {
    position: absolute;
    width: 62px;
    text-align: center;
    font-weight: bold;
    z-index: 5;
}

.page .pop-pyramid-male > img,
.page .pop-pyramid-female > img {
    width: auto;
    display: block;
    margin-bottom: 5px;
}

.pop-pyramid-male {
    left: 150px;
}

.pop-pyramid-female {
    right: 150px;
}

.page img.top104 {
    position: absolute;
    top: 191px;
    left: 340px;
    width: 184px;
    z-index: 5;
}

.page img.work_age {
    position: absolute;
    top: 156px;
    right: 153px;
    width: 215px;
}

.banner-word {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: none;
}

.bannerword-cont {
    width: 467px;
    color: #fff;
    margin: 0 auto;
    font-weight: bold;
    font-size: 4.375em;
    text-align: center;
    line-height: 93px;
}

.banner-word img {
    width: 410px !important;
}


/*-footer-*/


/*-footer-*/

.footer {
    text-align: center;
    font-size: 1em;
    background: #4cc24d;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fat-footer {
    width: 96%;
    margin: 0 auto;
    text-align: center;
}

.fat-footer ul {
    display: inline-block;
    margin: 50px 1%;
    width: 12%;
    line-height: 25px;
    vertical-align: top;
}

li.title {
    height: 49px;
    line-height: 24px;
}

.fat-footer ul li {
    margin: 10px 0;
    text-align: left;
}

.fat-footer-en ul {
    width: 22%;
    margin: 25px 1%;
}

.fat-footer-en ul:nth-child(1) {
    width: 48%;
    overflow: hidden;
}

.fat-footer-en ul:nth-child(1) li {
    width: 50%;
    float: left;
}

.fat-footer-en ul:nth-child(1) li.title {
    width: 100%;
}

.fat-footer ul li {
    margin: 7px 0;
    text-align: left;
    float: left;
    width: 100%;
}

.fat-footer a {
    color: #daffda;
    font-weight: bold;
}

.fat-footer-en a {
    color: #777;
    font-weight: bold;
}

.fat-footer a.link {
    color: #a0a0a0;
}

.fat-footer a:hover {
    /* color: #66afaa; */
    opacity: 0.8;
}

.fat-footer .title,
.fat-footer .title a {
    color: #fff;
    font-size: 1.250em;
    font-weight: bold;
    /* border-bottom: 1px solid #fff; */
    white-space: initial;
}

.fat-footer .title {
    border-bottom: 1px solid #ffffff;
    padding: 0 0 13px 0;
}

.fat-footer .title a:hover {
    /* color: #6ac7ca; */
}

.footer-nav {
    background: #cdcdcd;
    overflow: hidden;
    float: left;
    width: 100%;
    padding: 11px 0;
    font-weight: bold;
}

.footer-nav li {
    display: inline-block;
    margin: 0;
    padding: 12px 0;
}

.footer-nav li a {
    color: #fff;
    padding: 0 30px;
    border-left: 1px solid #fff;
}

.footer-nav li a:hover {
    opacity: 0.8;
}

.footer-nav li:first-child a {
    border-left: none;
}

.footer-content {
    width: 86%;
    background: #e4e4e4;
    color: #333;
    padding: 30px 7%;
    float: left;
    font-weight: bold;
    border-top: 5px solid #15aad5;
}

.footer-content_inner {
    width: 100%;
    /* max-width: 92%; */
    margin: 0 auto;
    overflow: hidden;
}

.footer .footer-content_info {
    float: left;
    text-align: left;
}

.footer-content_info p {
    margin: 10px 0 0 0;
    padding: 0;
    line-height: 20px;
}

.footer-info li {
    margin: 5px 0;
    font-size: 0.950em;
    line-height: 25px;
}

.footer-info li a {
    color: #333;
    text-decoration: underline;
}

.footer-info .section {
    display: inline-block;
    margin-right: 15px;
}

.map {
    color: #fff;
}

.footer-mark {
    float: right;
}

.footer-mark li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 10px;
}

.footer .copyright {
    width: 100%;
    background: #4d4d4d;
    color: #fff;
    padding: 10px 0;
    line-height: 24px;
    font-size: 0.813em;
}


/*-快速選單-*/

.head {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #20b45b;
    padding: 32.5px 0;
}

.fast-nav {
    position: fixed;
    top: 230px;
    right: 0;
    z-index: 9999;
    width: 100px;
    box-shadow: 0px 3px 22px 0px rgba(165, 165, 165, 0.4);
    background: #fff;
    display: none;
}

.fast-nav a {
    float: left;
    width: 100%;
    text-align: center;
    padding: 11px 0;
    border-bottom: 1px solid #dcdcdc;
    color: #333333;
}

.fast-nav a img {
    width: 35px;
    /* margin-bottom: 4px; */
}

.fast-nav a p {
    font-size: 0.938em;
    margin: 4px 0 0 0;
    line-height: 18px;
}


/*-查無結果頁-*/

.notfind-page {
    float: left;
    width: 100%;
}

.notfind-cont {
    float: left;
    width: 100%;
    text-align: center;
    padding: 150px 0 0 0;
    height: 100vh;
    /* background: #f5f5f5; */
}

.notfind-cont p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 1.625em;
    font-weight: bold;
    color: #555555;
}

.notfind-cont.right-style {
    height: auto;
    padding: 0;
}


/*網站導覽*/

.in_cont {
    margin: 3%;
    display: inline-block;
    width: 94%;
}

.in_cont > .title {
    border-bottom: 4px solid #d2d2d2;
}

.in_cont > .title h1 {
    color: #333333;
    font-size: 2.063em;
    font-weight: 500;
    margin: 10px 0;
}

.in_cont > .title strong {
    color: #333333;
    font-size: 2.063em;
    font-weight: 500;
    margin: 10px 0;
    display: block;
}

.infor_bg {
    display: inline-block;
    width: 94%;
    background: #fff;
    padding: 10px 3%;
}

.accessibility p {
    padding: 0 0 1.5em;
    color: #000;
    margin: 0;
}

.sitemap_container .SiteMap_Section {
    margin-bottom: 22px;
    /* padding-bottom: 15px; */
    /* border-bottom: 1px solid #e8e8e8; */
    clear: both;
}

.sitemap_container .SiteMap_Section .Title {
    background: #328507;
    color: #ffffff;
    padding: 6px 25px;
    margin: 0 0 22px 0;
}

.sitemap_container .SiteMap_Section .Title h2 {
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
}

.sitemap_container .SiteMap_Section .Title a {
    color: #ffffff;
}

.sitemap_container .SiteMap_Section ul.SiteMapList {
    width: 20%;
    margin: 0 1% 20px 1%;
    background: #f5f4f4;
    padding: 15px 1%;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
}

.sitemap_container .SiteMap_Section ul.SiteMapList h3 {
    margin: 0;
    padding: 0;
}

.sitemap_container .SiteMap_Section ul.SiteMapList h5 a {
    border-bottom: 0;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0;
    margin-left: 0px;
    margin-top: 0px;
    padding-bottom: 0;
    padding-left: 0px;
    background: none;
    color: #666666;
}

.sitemap_container .SiteMap_Section ul.SiteMapList a {
    margin: 0;
    display: block;
    color: #333333;
    padding: 0;
    font-size: 1em;
}

section.page-main.no-nav-style {
    float: left;
    width: 100%;
}


/*-業務分工-*/
section.col2-tb {
    float: left;
    width: 100%;
}

.thead {
    float: left;
    width: 100%;
    background: #0d870e;
    padding: 4px 0;
    text-align: center;
    color: #fff;
}

.department-title,
.department {
    float: left;
    width: 30%;
    padding: 0 3%;
}

.workcont-title,
.workcont {
    float: left;
    width: 57%;
    padding: 0 3%;
}

.tcont {
    float: left;
    width: 100%;
    /* padding: 20px 0; */
    background: #f6f6f6;
}

ul.article-list {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
}

ul.article-list li {
    float: left;
    padding: 0;
    margin: 0 0 5px 0;
    width: 100%;
}

ul.article-list li span {
    float: left;
    width: 30px;
}

ul.article-list li p {
   float: left;
    width: calc(100% - 30px);
    margin: 0;
}

.tcont.color2 {
    background: #ececec;
}

.department,
.workcont {
    padding: 20px 3%;
}

.workcont {
    border-left: 1px solid #d8d8d8;
}


/*-願景使命-*/

.a1-wrap,
.a1 {
    float: left;
    width: 100%;
}

.a1-cont {
    float: left;
    padding-left: 35px;
}

.a1-wrap {
    margin: 0 0 15px 0;
}

ul.a2 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

ul.a2 li {
    float: left;
    width: 100%;
    margin: 0 0 6px 0;
}

ul.a2 li span {
    float: left;
    width: 35px;
}

ul.a2 li p {
    float: left;
    margin: 0;
    width: 85%;
}

.a1-cont > p {
    margin: 5px 0;
}


/*-首頁影片切換-*/

.v-tab {
    float: left;
    width: 42%;
    margin-top: 70px;
    color: #fff;
}

.v-tab a {
    float: left;
    width: 310px;
    color: #fff;
    font-weight: bold;
    padding: 16px 0;
    margin: 13px 0;
    font-size: 1.063em;
}

.v-tab a:first-child {
    background: #4cc24d;
}

.v-tab a:nth-child(2) {
    background: #179437;
}

.video {
    display: none;
}

li.center-address a {
    color: #eaea32;
    text-decoration: underline;
    margin-left: 6px;
}

/*
.sr-only {
    position: absolute;
    opacity: 0;
}
*/

.header .noscript {
    color: #000;
    display: block;
    margin: 0;
    padding: 20px 10px;
    font-size: 0.85em;
    line-height: 1.8;
}

.rwd-nav {
    display: none;
}


/*-無障礙-*/
.footer-right {
    float: right;
}

.table-wrap {
    overflow-x: auto;
    width: 100%;
}

.table-wrap table {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    width: 100%;
    min-width: 1000px;
}

th,
td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 5px 10px;
}

th {
    background: #248716;
    color: #fff;
    line-height: 1.55;
}

td {
    line-height: 1.4;
}

.tender {
    display: block;
    color: #fff;
    background: #2175c3;
    width: 80%;
    margin: 10px auto;
    border-radius: 4px;
    padding: 8px 10px;
}

.tender-no {
    width: 40px;
}

.tender-date {
    width: 80px;
}

.tender-unit {
    width: 110px;
}

.tender-prono {
    width: 70px;
}

.tender-case a {
    color: #0094da;
    font-weight: bold;
}

.tender-name {
    width: 270px;
}

.tender-deadline {
    width: 100px;
}

.tender-detail {
    width: 150px;
}

.tender-note {
    width: 110px;
}

.tender.nolink {
    background: #747474;
}

.ubox {
    float: left;
    width: 94%;
    padding: 0% 3%;
    margin-bottom: 27px;
}


/*-業務分工-*/
.division-business {
    float: left;
    width: 100%;
}
.division-business > ul {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.division-business > ul > li {
    float: left;
    width: calc(100% / 3 - 3%);
    margin: 0 1.5%;
}
.division-business > ul > li strong {
    float: left;
    width: 100%;
    color: #fff;
    background: #0d870e;
    text-align: center;
    padding: 15px 0;
    font-weight: normal;
    font-size: 1.25rem;
    margin: 0 0 17px 0;
}

.division-business ul.article-list {
    float: left;
    padding: 0;
    margin: 0 1%;
    width: 98%;
}

.span_btn {
    background: #009100 ;
    padding: 6px 20px;
    color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 2px;
}

.table_btn {
    background: #E0E0E0 ;
    padding: 6px 20px;
    color: #000;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
    margin: 2px;
}
.table_btn0 {
    background: #E0E0E0 ;
    padding: 6px 20px;
    color: #000;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 2px;
}
.table_btn1 {
    background: #E0E0E0 ;
    color: #000;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
    margin: 2px;
}
.chklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}
