﻿.container {
    width: 80%;
}

.title-text {
    border-right: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    font-size: 1em;
    font-weight: bold;
    padding: 3px 3px 5px;
    text-align: center;
    color: #999999;
}

.search-panel {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 5px;
}