body {
    position: relative;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
}

#map {
    width: 100%;
    height: calc(100vh - 73px);
}

#macroUD {
    position: absolute;
    top: 82px;
    left: 70px;
    z-index: 1000;
    padding: 7px;
    border-radius: 5px;
    width: 400px;
    font-size: 20px;

}

.popup-list {
  height: 200px;
  overflow: auto;
}

div.link-wrapper {
  position: fixed;
  bottom: 20px;
  right: 12px;
  z-index: 1000;
}

a.link {
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  padding: 8px;
  border-radius: 5px;
  color: rgb(63, 63, 63);
  background-color: #ffffff;
  z-index: 1000;
}

body>header {
  padding: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: large;
  font-weight: bold;
  background: #ccc;
  border: 3px solid rgb(75, 74, 74);
  border-top: none;
  border-left: none;
  border-right: none;
}

#flex-layout {
  display: flex;
  justify-content: space-between;
  height: 70px;
}

#inner-flex-layout {
  display: flex;
  align-items: center;
}

#inner-flex-layout img {
  width: 75px;
  margin-left: 10px;
}

#inner-flex-layout>div:nth-child(3) img {
  width: auto;
  height: 60px
}

#title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#title p {
  margin: 5px;
}