﻿
span1 {
    font-size: 20px;
    color: #00ff00;
    font-family: sans-serif;
    margin-top: 10px;
    text-shadow: 1px 1px #000000;
    font-weight: bold;
}

.gis_div0 {
    width: 100%;
    margin-bottom: 20px;
    border-style: inset;
}

.gis_div1 {
    width: 340px;
}

    .gis_div1 p {
        font-size: 16px;
        text-shadow: 0px 0px #000000;
        margin: 5px;
    }

.gis_div2 {
    float: left;
    width: 100%;
}

    .gis_div2 p {
        /*width: 50%;*/
        float: left;
        /*margin: 0px;*/
    }

.gis_div3 {
    float: left;
    width: 100%;
}

    .gis_div3 p {
        width: 30%;
        float: left;
        margin: 0px;
    }

#map {
    height: -webkit-fill-available;
    overflow: auto;
}

html {
    height: 100%;
}

body {
    /*background: linear-gradient(#ffffff,#061f40);*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10px;
    padding-top: 70px;
    width: 100%;
    height: 100%;
    margin: 0px;
}

a {
    font-size: 14px;
}

th {
    font-size: 14px;
}

td {
    font-size: 14px;
}

hx {
    font-size: 20px;
    color: #000;
}

hz {
    font-size: 16px;
    color: #ff8d00;
    font-family: 'Microsoft JhengHei';
    text-shadow: 1px 1px #000000;
    font-weight: bold;
}

.rowx {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.col-md-4 {
    margin-top: 5px;
    width: 100%;
    border-width: 5px;
    border-radius: 10px;
    border-color: #ffffff;
    background: linear-gradient(#e5f1ff,#eaf3ff);
    box-shadow: 5px 5px #929292;
    padding: 10px;
    border-top-style: inset;
    border-width: 8px;
}

.test-div {
    float: left;
    width: 100%;
    margin: 5px;
}

.test-div0 {
    /*! width: 60%; */
    /*! margin: 5px; */
    display: flex;
    border-bottom-style: groove;
    margin-bottom: 10px;
}

.test-div1 {
    width: 60%;
    margin: 5px;
    text-align: left;
    color:#000000;
}

    .test-div1 h2 {
        font-size: 17px;
        margin: 0;
        padding: 0;
        color: #000000;
        /*font-weight:bold;*/
        font-family:'Microsoft JhengHei'
    }

    .test-div1 img {
        width: 20px;
        height: 20px;
        float: left;
    }

.test-div2 {
    width: 40%;
    text-align: center;
    margin: 5px;
}

    .test-div2 p {
        font-size: 17px;
        margin: 0;
        padding: 0;
        font-family: 'Times New Roman';
        color: #0f0;
        text-shadow: 1px 1px #000000;
    }

input {
    width: auto;
}

@media (min-width: 360px) {

    .test-div1 img {
        width: 22px;
        height: 22px;
    }

    .test-div1 h2 {
        font-size: 22px;
    }

    .test-div2 p {
        font-size: 22px;
    }
}

@media (min-width: 768px) {
    th {
        font-size: 17px;
    }

    td {
        font-size: 17px;
    }

    hx {
        font-size: 40px;
    }

    input {
        font-size: 15px;
    }

    .test-div1 img {
        width: 20px;
        height: 20px;
    }

    .test-div1 h2 {
        font-size: 20px;
        font-weight:bold;
    }

    .test-div2 p {
        font-size: 20px;
    }

    .col-md-4 {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    hx {
        font-size: 30px;
    }

    hz {
        font-size: 24px;
    }

    th {
        font-size: 23px;
    }

    td {
        font-size: 23px;
    }

    .test-div1 img {
        width: 30px;
        height: 30px;
    }

    .test-div1 h2 {
        font-size: 25px;
        font-weight:bold;
    }

    .test-div2 p {
        font-size: 30px;
        color: #0f0;
        text-shadow: 1px 1px #000000;
    }

    .col-md-4 {
        width: 100%;
        margin-bottom: 20px;
    }

    .test-div {
        text-align: center;
        float: left;
        width: 45%;
        margin: 20px;
    }
}
@media (min-width: 1920px) {
    hx {
        font-size: 35px;
    }

    hz {
        font-size: 35px;
    }

    th {
        font-size: 23px;
    }

    td {
        font-size: 23px;
    }

    .test-div1 img {
        width: 50px;
        height: 50px;
    }

    .test-div1 h2 {
        font-size: 40px;
        font-weight:bold;
    }

    .test-div2 p {
        font-size: 40px;
        color: #0f0;
        text-shadow: 1px 1px #000000;
    }

    .col-md-4 {
        width: 100%;
        margin-bottom: 20px;
    }

    .test-div {
        text-align: center;
        float: left;
        width: 45%;
        margin: 20px;
    }
}