.navbar a.brand {
    padding: 5px 20px;
}
img#logo {
    width: auto;
    height: auto;
    max-height: 50px;
}
table th > select {
    width: 100%;
}
div#privacyNotice_message .msg_container {
    max-height: calc(100vh - 300px);
    overflow: scroll;
  }