﻿#selectionsmallboxarea {
    border: 1px solid black;
    position: relative;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    border-color: lightslategrey;
    border-radius: 10px;
    min-height: 60px;
}

#selectionsmallboxarealabel {
    position: absolute;
    top: -12px;
    left: 6px;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    background-color: white;
    border: none;
    text-align: center;
    color: black;
    font-size: 100%;
    font-weight: 500;
}

.wrapperselectionsmallbox {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    grid-gap: 3px;
    background-color: #fff;
    color: #444;
    overflow-wrap: normal;
}

.selectionsmallbox {
    background-color: var(--backcolor);
    color: #000;
    border: 1px solid var(--bordercolor);
    padding: 0px;
    font-size: 80%;
    margin-bottom: 0px;
    min-height: 25px;
    max-height: 38px;
    min-width: 110px;
    max-width: auto;
    cursor: pointer;
}

.selectionsmallboxlabel {
    position: relative;
    top: 3px;
    left: 38px;
    height: 20px;
    background-color: transparent;
    border: 0px solid black;
    color: var(--forecolor);
    font-size: 100%;
    font-weight: 500;
}

.selectionsmallboximage {
    position: relative;
    top: -18px;
    left: 2px;
    width: 32px;
    height: 32px;
    background-color: transparent;
    border: 1px thin grey;
}
