@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@700&display=swap);

h3 {
    color: #00A6CB;
    font-weight: bold;
    font-family: 'Noto Sans TC', sans-serif;
}

h4 {
    color: #303A3C;
    font-weight: bold;
    font-family: 'Noto Sans TC', sans-serif;
}

#label_button {
    width: 100%;
    margin: 0 auto 0px auto;
    outline: 0;
    padding: 5px 12px;
    display: block;
    color: #efe8e0;
    font-weight: bold;
    text-shadow: 1px 1px #1f272b;
    border: 1px solid #1c252b;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #036eb8; /* old browsers */
    background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #3D4850), color-stop(4%, #313d45), color-stop(100%, #232B30)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3D4850', endColorstr='#232B30', GradientType=0); /* ie */
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); /* CSS3 */
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); /* Firefox */
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); /* Safari, Chrome */
}

#label_button:active {
    color: #fff;
    padding: 6px 12px 4px;
    background: #014a7a; /* old browsers */
    background: -moz-linear-gradient(top, #20282D 3%, #252E34 51%, #222A30 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #20282D), color-stop(51%, #252E34), color-stop(100%, #222A30)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20282D', endColorstr='#222A30', GradientType=0); /* ie */
    -moz-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1); /* Firefox */
    -webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1); /* Safari, Chrome */
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1); /* CSS3 */
}

#map_parking_cards {
    border: 1px solid #0066cc;
    padding: 8px 0 8px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #222222;
    z-index: 20;
    background-color: #777777;
    text-align: left;
    display: none;
}

.card {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 11px 8px 0 8px;
    background-color: white;
    z-index: 19;
    /*  position: relative;
      right: 0px;
      top: 60px;
      width: 300px;
      z-index:20;
      background-color: white;
      border-radius:10px;
      border:5px #ccc solid;
      display: none;*/
}

.card:first-child {
    margin: 0px 8px 0 8px;
}

.card h4 {
    margin: 0px;
    padding: 10px;
    padding-bottom: 0px;
}

.card p {
    margin: 0px;
    padding: 10px;
}

.card-image {
    width: 100%;
    height: 200px;
    padding: 0px;
    margin-top: 10px;
    /*background-position: center;
    background-repeat: no-repeat;
    position: relative;*/
    overflow: hidden;

    background-color: #EEE;
    text-align: center;
    /* Firefox, Chrome */
    line-height: 200px;
    white-space: nowrap;
    /* IE */
    *font-size: 180px; /* 200px * 0.9 = 180px */
    *font-family: 'Noto Sans TC', sans-serif;
}

.card-image img {
    /*width:100%;
    height:100%;
    max-width: 100%; */

    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    /*	background-color: #333333;*/
    padding: 10px 10px 10px 10px;

    vertical-align: middle;
}

.card-image:after {
    content: ".";
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.card-image h1,
.card-image h2,
.card-image h3,
.card-image h4,
.card-image h5,
.card-image h6 {
    position: absolute;
    top: 0px;
    width: 100%;
    color: white;
    background: rgba(0, 0, 0, 0.65);
    margin: 0px;
    padding: 6px;
    border: none;
}

/*

RESPONSTABLE 2.0 by jordyvanraaij
  Designed mobile first!

If you like this solution, you might also want to check out the 1.0 version:
  https://gist.github.com/jordyvanraaij/9069194

*/
.responstable {
    margin: 1em 0;
    width: 100%;
    overflow: hidden;
    background: #FFF;
    color: #024457;
    border-radius: 10px;
    border: 1px solid #167F92;
}

.responstable tr {
    border: 1px solid #D9E4E6;
}

.responstable tr:nth-child(odd) {
    background-color: #EAF3F3;
}

.responstable th {
    display: none;
    border: 1px solid #FFF;
    background-color: #167F92;
    color: #FFF;
    padding: 1em;
}

.responstable th:first-child {
    display: table-cell;
    text-align: center;
}

.responstable th:nth-child(2) {
    display: table-cell;
}

.responstable th:nth-child(2) span {
    display: none;
}

.responstable th:nth-child(2):after {
    content: attr(data-th);
}

@media (min-width: 480px) {
    .responstable th:nth-child(2) span {
        display: block;
    }

    .responstable th:nth-child(2):after {
        display: none;
    }
}

.responstable td {
    display: block;
    word-wrap: break-word;
}

.responstable td:first-child {
    display: table-cell;
    text-align: center;
    border-right: 1px solid #D9E4E6;
}

@media (min-width: 480px) {
    .responstable td {
        border: 1px solid #D9E4E6;
    }
}

.responstable th, .responstable td {
    text-align: left;
    margin: .5em 1em;
}

@media (min-width: 480px) {
    .responstable th, .responstable td {
        display: table-cell;
        padding: 1em;
    }
}

.table_blue {
    text-align: center;
    border: 1px solid #222222;
    margin: 10px 0 10px 0;
    font-weight: bold;
}

.table_blue td {
    padding: 5px 10px 5px 10px;
}

.table_blue tr:nth-child(even) {
    background: #FFF
}

.table_blue tr:nth-child(odd) {
    background: #EEF
}

.table_blue tr:first-child {
    background: #3097D1;
    color: #FFF;
}

.table_blue tr:not(:first-child) hover {
    background: #DFD
}