$o-account-action-col-width: 15px;
$o-account-main-table-borders-padding: 3px;
$o-account-light-border: 1px solid #bbb;
$o-account-initial-line-background: #f0f0f0;
$o-account-info-color: #44c;


@keyframes animate-red {
    0% {
        color: red;
    }
    100% {
        color: inherit;
    }
}

.animate {
    animation: animate-red 1s ease;
}
