.table td, .table th {
    vertical-align: middle;
}

img.avatar {
    width: 38px;
    height: 38px;
    object-fit: cover;
    border-radius: .25rem;
}

img.preview {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: .5rem;
    display: none;
}
