﻿.blurry-bg {
    backdrop-filter: blur(10px);
}

.img-grey {
    filter: grayscale(100%);
}
.no-striped tr:nth-child(even) {
    background-color: transparent !important;
}

.strikethrough {
    
    text-decoration: line-through solid 2px red;
}