.claim_progress_graphic {
    transition: all 0.3s ease-in-out;
}

.claim_progress_graphic:hover {
    stroke-width: 40;
    cursor: pointer;
}
.claim_progress_selected {
    stroke-width: 50;
}

.claim_progress_graphic_unavailable {
    stroke: #808080;
}

.claim_progress_graphic_unavailable:hover {
    stroke: #808080;
    stroke-width: 20;
}
