﻿
td span.x {  
  color: rgba(255, 255, 255, 0);
  color: #FFF;
  opacity: 0;
}

table tr:hover td span.x {
  color: #FBF2E3;
}

/*
web
td span.x {  
  color: #FFF0;
}
*/