﻿.letters-container {
    margin-top: 25px;
    margin-bottom: 25px;
    position: sticky;
    top: 0px;
    height: 100px;
    background-color: white;
    border-bottom: 3px groove;
    z-index: 3;
}
.letters {
    display: flex;
    justify-content: space-around;
    position: relative;
    top: 40px;
}
.letters__item--empty{
    color: grey; 
    cursor: context-menu !important;
}
.letters__item--selected {
    border: 2px solid;
    height: 30px;
    width: 30px;
    text-align: center;
}
.letters__item {
    cursor: pointer;
}

.glossary-items {
    margin-top: -100px;
    padding-top: 100px;
}

.glossary-item {
    border-bottom: 3px groove;
    margin-bottom: 30px;
    padding-bottom: 10px;
    max-width: 100%;
}

.glossary-item__description {
    margin-top: 10px;
    margin-bottom: 20px;
}