/* list.css */

img.current-thumbnail {
    width: 120px;
    border: 2px solid white;
    margin-top: 2px;
}

img.current-thumbnail:hover {
    border: 2px solid navy;
}

div.create-dashboard-panel {
    display: flex;
    align-items: center;
    justify-content: center;
}
