.sale-new
{
    animation: sale-flash 10s ease-out;                                                                                                                              
}
@keyframes sale-flash {
    0%   { background-color: #2ecc40; }
    100% { background-color: transparent; }
}

#indexerState .flash
{
    animation: sale-flash 1s ease-out;                                                                                                                              

}
#indexerState
{
	background-color: var(--textMatting);
    display:inline-block;

}
#indexerState td
{
	padding: 2px 5px;
}
#indexerState td:nth-child(3)
{
	font-size:0.8em;
	color:#2196f3;
}
#indexerState td:nth-child(3)::before
{
	content:"date";
	font-size:0.6em;
	margin-right:5px;
	color : #888;
}
#indexerState td:nth-child(2)::before
{
	content:"block #";
	font-size:0.6em;
	margin-right:5px;
	color : #888;
}
