@import url("https://fonts.googleapis.com/css?family=LXGW+WenKai+TC:300,regular,700");
html {
    font-family: LXGW WenKai TC;
}
header {
    position: fixed;
    background-color: burlywood;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    height: 3em;
}
body {
    background-color: beige;
    margin-top: 70px;
}
table {
    width: 100%;
    table-layout: fixed;
}
table, td, th{
    text-align: left;
    margin-right: 25%;
    margin-bottom: 5%;
}
tr:nth-child(even) {
    background-color: lightseagreen;
}
a {
    text-decoration: none;
    color: navy;
}

@media (max-width: 828px) {
    #map {
        width: 100%;
    }
}

#p {
    float:left;
    display: flex;
}
#map {
    float: left;
    display: flex;
    margin-right: 4%;
}
.c1 {
    margin-right: 1%;
}