﻿.expandable-list {
    display: flex;
    flex-direction: column;
}

.hide {
    display: none;
}

.expand-button {
    display: flex;
    justify-content: flex-end;
}