/* orange: ffac03 light-orange: e1d6ad -> e1d6ad*/
.white { color: white; }
.expand100 { width: 100%;}
table, tr, th, td {
    border: solid black 1px;
    border-collapse: collapse;
    border-radius: 0.25rem;
}
input, button {
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
}
.logout {
    color: #CCC;
    background-color: #333;
    border-color: #CCC;
}
.translation {
    visibility: hidden;
}
.translation:hover {
    visibility: visible;
}

.lkn-text h1{
    padding: 0.25rem;
    text-align: center;
    border-radius: 0.25rem;
}
.lkn-blue-box {
  background-color: #c4c4f7;
}
.lkn-red-box {
  background-color: #fc9269;
}

