.title {
    font-weight: bold;
}

.main_content {
    /*padding: 10px;*/
    /*height: 100vh;*/
    /*height: calc(~"100vh");*/
    height: calc(100vh - 50px) !important;

}

.chk_options {
    column-count: 5;
    border: 1px transparent solid;
    display:inline-block;
    width:12em;
}

ul.checkbox li {
  border: 1px transparent solid;
  display:inline-block;
  width:12em;
}


nav {
    background-color: #000;
    padding: 10px;
    font-size: 20px;
    color: white;
    position: sticky;
    top: 0;
    z-index: 5000;
    /*width: 100%;*/
}

nav > a {
    color: white;
    margin-right: 10px;
}

.form-wrapper {
    margin: -20px;
}

/* Bootstrap 5 tweak: do not underline links unless hovered over */
a:not([class*="btn"]),.btn-link {
    text-decoration: none;
}
a:not([class*="btn"]):hover {
    text-decoration: underline;
}