.searchbar {
    background-color: #C0C0C0;
    padding: 5px;
    border-bottom: 2px solid #808080;
    width: 350px;
    height: 50px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

input {
    width: 200px;
    height: 20px;
    border: 4px inset #C0C0C0;
    padding: 3px;
    background-color: #FFFFFF;
}

input:focus {
    outline: none;
}

button {
    width: 80px;
    height: 30px;
    background-color: #C0C0C0;
    border: 4px outset #F0F0F0;
}

button:active {
    border: 4px inset #F0F0F0;
}

.search_part {
    height: 80px;
}

.settings-panel {
    display: none;
    position: fixed;
    background: #c0c0c0;
    padding: 5px;
    width: 250px;
    text-align: left;
    border: 4px outset #F0F0F0;
}

.settings-group {
    margin-bottom: 5px;
}

.settings-group label {
    display: block;
    margin-bottom: 5px;
}
