body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
￼   font-weight: 300;
    margin: 0;
    padding: 0;
}
h2 {
    margin: 0;
}
.header {
    box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 20%);
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
    /* border-bottom: 1px solid #ccc; */
    background: #f9f9f9;
    /* display: flex; */
}
.aleksi-logo {
    text-align: center;
    color: #3388cc;
    display: inline-block;
    vertical-align: bottom;
    font-family: HelsinginText, Helvetica;
    font-weight: normal;
    line-height: 1;
    font-size: 72pt;
    padding: 5px 10px 0px 10px;
    margin: 0px 0px 5px 0px;
    float: left;
}
.controls {
    float: right;
    margin: 1em;
}
.controls a {
    background: #3388cc;
￼   display: flex;￼
￼   padding: 10px;
￼   text-align: center;
￼   border-radius: 5px;
￼   color: white;
￼   font-weight: bold;
￼   line-height: 25px;
}
div.nav {
    display: flex;
    background: #fff;
    float: left;
    width: 100%;
}
.nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    /* display: inline-flex; */
    border: 1px solid #c5c5c5;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    width: 100%;
}
.nav li {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    float: left;
    margin: 1px 0.2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    cursor: pointer;
}
.nav a {
    padding: 0.5em 1em 0.5em 1em;
    text-decoration: none;
    float: left;
    clear: both; /* https://css-tricks.com/all-about-floats/ */
}
li.inactive {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}
li.active {
    border: 1px solid #003eff;
    border-bottom-width: 1px;
    background: #007fff;
    font-weight: normal;
    color: #fff;
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.hs {
    font-family: HelsinginText, Helvetica;
    font-weight: normal;
    font-size: 12pt;
    color: #333333;
}
.tab {
    /* padding: 1em; */
}
.tile-container {
    padding: 1em;
    float: left;
}
.tile {
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 20%);
    padding: 0.2cm;
    float: left;
    width: 21em;
    height: 24em;
    max-width: 100%;
    max-height: 100%;
    overflow: scroll;
    border: thin black ridge;
    margin-bottom: 1em;
    font-size: medium;
}
.tile-title {
    float: left;
    max-width: 80%;
}
.tile-content {
    display: block;
    clear: both;
}
.active a {
    color: #fff;
    background: #007fff;
}
.inactive a {
    color: #454545;
}
.content {
    padding: 1em;
    clear: both;
}
.content p.message {
    font-size: 18pt;
    background: #ccc;
    display: flex;
    padding: 1em;
    color: #000;
}
.row {
    clear: both;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
    float: left;
}
.column-container {
    width: fit-content;
    display: flex;
    gap: 20px;
}
.column {
    flex: 1;
}
.verse {
    text-wrap-mode: nowrap;
}

*, ::after, ::before {
box-sizing: border-box;
}


.padding-l {
    padding: 0.5em;
}
form {
    width: 100%;
    max-width: 32rem;
    margin: auto;
}

input[type="text"],
input[type="password"] {
    display: block;
    width: 100%;
}

input {
    margin-top: 0.1rem;
    margin-bottom: 0.25rem;
    padding: 0.2rem;
    font-family: inherit;
    font-size: inherit;
}
input [type="submit"],
button {
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    padding: 0.4em 1em;
    display: inline-block;
    font-size: 1rem;
}
.right-aligned {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.container {
    width: fit-content;
}
.flex {
    display: flex;
}
