body {
    margin:0px;
    background:#ffffff;
    color:#202124;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
}

.buttons {
    bottom:0px;
}

.foot {
    width:100%;
    position: fixed;
    bottom:0;
    position:fixed;
}

.buttons>button {
    height:36px;
    padding:5px;
    margin:5px;
}
.buttons>input {
    height:24px;
    padding:5px;
    margin:5px;
}

.card {
    background:#38393a;
    border-radius: 0.5rem;
    width:300px;
    min-height:50px;
    height:auto;
    margin:5px;
}

.card>.name {
    background-color:rgba(255, 255, 255, 0.2);
    border-radius:0.5rem 0.5rem 0px 0px;
    color:white;
    text-align:center;
    font-weight:bold;
    font-size:25px;
    padding:10px;
}

.card>.name:hover {
    opacity: 0.9;
    cursor:grab
}

.card>.name:active {
    z-index:10;
    opacity: 0.5;
    cursor:grabbing
}

.card>.items {
    padding:10px;
}
.card>.items>div {
    margin:10px;
}

.terms>.items>div {
    margin:5px;
    display:inline-block;
}

.terms {
    min-height:47px;
    background-color:rgba(0,0,0, 0.45);
}

.term {
    position: relative;
    text-align: center;
    user-select: none;
    background-color: #EEE;
    word-wrap: break-word;
    font-size:20px;
    padding:5px 13px;
    border-radius:0.5rem;
}

.term:hover {
    opacity: 0.9;
    cursor:grab
}

.term:active {
    z-index:10;
    opacity: 0.5;
    cursor:grabbing
}

.card {
    user-select: none;
    position: absolute;
}

.cards>.items {
    position: relative;
    text-align: center;
}

#add_save, #add_delete, #add_color, #add_clear {
    float:right
}

.hidden {
    display:none;
}

.selected {
    border:2px dashed rgb(144, 168, 182);
    box-shadow: 0px 0px 3px 2px #000;
}