.photo-preview {
    height:150px;
    width:150px;
    background-color:lightgrey;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:20px;
}

.photo-preview span {
    font-weight: bold;
    color:#fff;
}

.profile-photo {
    width:100px;
    height:100px;
}

table.table .actions {
    justify-content: center;
}

table.table .actions a, table.table .actions form {
    width:fit-content;
}

.card-links a {
    text-decoration: none;
}
.card-links a p {
    margin-bottom: 0;
}
.card-links svg {
    color:#FFDD00;
}
