* {
    --tbsize: 116px;
}

body {
    height: 100%;
    overflow: hidden;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    color: #444444;
    margin: 0;
  }

  #bindWrap {
    height: 100vh;
  }

  #bgDiv {
    margin: 0 auto;
    position: relative;
    width: 80%;
    max-width: 980px;
    /*width: calc(100% - 20px);*/
    height: calc(100% - (var(--tbsize) + 20px));
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-image:url(/Images/DefaultBackgroundFaded.gif);*/

}

.code {
    color: #a8a8a8;
}
.topBar {
    height: var(--tbsize);
    text-align:center;
    /*background-color: #512d6d;
    background-image: url(/Images/errortop.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;*/
}

ul.nomarker {
    list-style: none;
}

a, a:visited {
    color: #444444;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.errorImage {
    float: right;
}

h1.title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 2.5rem;
}