@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap');


html,
body {
    width: 100%;
    font-family: ‘ Noto Sans’, sans-serif;
    margin: 0;
    padding: 0;
  
   
}
img {
    width: 100%;
}
.container {
    width: 100%;
    height:auto;
    overflow: hidden;
    max-width: 480px;
    margin: 0 auto;
    padding:1.5%; 
    background: #f4f4f4;
    position: relative;
     -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
 }
.container:after {
    content: " ";
    display: block;
    clear: both;
}
.container .selected-city h3{
    font-size: 20px;
    color: #000000;
    line-height: 1.3rem;
    text-align: center;
    font-weight: 700;
    display: block;
    padding-top: 1em;
    border-top: 1px dashed #555555;
}

.container .labels {
    display: flex;
    padding: 0 0 2% 0;
    flex-wrap: wrap;
    margin-bottom: 1.3em;
    
}
.container .table_block {display: block; width: 100%; margin: auto; }
.container .labels span.city-button {

    background-color: rgba(66, 80, 211);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ffffff;
    display: block;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    font-size: 1.1em;
    font-weight: 700;
    padding: 2%;
    width: 19%;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    margin: 1% 1% 0 0;
}

.container .labels span.city-button:hover {
    background: rgba(184, 190, 256);
}

.uk-table th {
    padding: 16px 12px;
    text-align: center;
    vertical-align: bottom;
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
}


table{margin-top: 1em; border: none; }
table,
thead,
td {
    text-align: left;
    font-size: 14px;
    
}
thead th {
    border-right:  1px solid #ddd;
    background: #fff500;
    color: #333;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th,
td {
	padding: 8px;
	text-align: center;
	font-family: inherit;
}
table tr {
    border-bottom: #dee2e6 1px solid;
}
.table thead th {
    font-size: 1.1rem;
    color: #000000;
    font-weight: 700;
    letter-spacing: 3px;
}
.table thead th:first-child {
    border-left: #dee2e6 1px solid;
}
table tr td:first-child {
    border-left: #dee2e6 1px solid;
    border-right: #dee2e6 1px solid;
}
table tr td:last-child {
    border-right: #dee2e6 1px solid;
}
.table thead th {
    border-bottom: none;
}


/* GO TO TOP */
.toTop-arrow {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 33%;
    opacity: 0.6;
    background: #000;
    cursor: pointer;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    z-index: 99999;
}

.toTop-arrow::before,
.toTop-arrow::after {
    width: 18px;
    height: 5px;
    border-radius: 3px;
    background: #ffffff;
    position: absolute;
    content: "";
}

.toTop-arrow::before {
    transform: rotate(-45deg) translate(0, -50%);
    left: 0.5rem;
}

.toTop-arrow::after {
    transform: rotate(45deg) translate(0, -50%);
    right: 0.5rem;
}

.toTop-arrow:focus {
    outline: none;
}
@media screen and (max-width: 370px) {
   
}

@media screen and (max-width: 320px) {
  
}
