:root {
    color-scheme: revert;
}

/*body {
    font-family: revert;
    font-size: revert;
    line-height: revert;
    color: revert;
}*/


tr.animated-row {
    position: absolute;
    left: 0;
    right: 0;
    transition: top 0.5s ease-out;
    padding: 12px;
    background: white;
    border-bottom: 1px solid #ddd;
}