@import url(https://fonts.googleapis.com/css?family=Orbitron|Share+Tech+Mono&display=swap);
*{font-family:'Share Tech Mono',Arial,Helvetica,sans-serif}
body{margin:0;background-color:#fff;height:100%;width:100%}
.hidden{visibility:hidden}
.mapdiv{visibility:hidden;position:absolute;left:0;top:0;width:100%;height:100%;box-sizing:border-box;border:0 solid #111}
h1 {
    text-align: center;
}
p{
    margin:20px;
}
P A {
   color: #4CAF50;
   text-decoration: none;
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 72px;
}

.message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px;
    text-align: center;
}
.message a {
    color: #4CAF50;
    text-decoration: none;
}
.main {
    margin-top: 50px;
}
.center {
    margin-left: auto;
    margin-right: auto;
}
th {
    font-size: 18px;
}
td {
    padding: 4px;
}
.wrap {
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    overflow: hidden;
    background-color: #4CAF50;
}
.wrap a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 15px;
    text-decoration: none;
}
.wrap a:link {
    color: white;
}

.wrap a:visited {
    color: white;
}

.wrap a:hover {
    color: white;
    background-color: #43A047;
}

.wrap a:active {
    color:grey;
}
