/* @define WorkerProfileCard */
.WorkerProfileCard {
    min-width: 0; /* stops the cards growing when their content is too big */
}

.WorkerProfileCard-title {
    margin-bottom: 5px;
}

.WorkerProfileCard-subtitle {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
