/*this is redeclaration for div#wsf_data_container_id (in order to redeclare width)*/
div#wsf_floater_id div#wsf_data_container_id.cda
{
  /*iframe emulation: height size and scroll*/
  overflow: auto;
  /*height: 204px; already defined in ws_floater.css */
  /*without this line width = auto. (see declaration 'div#wsf_floater_id tr.middle_border table tr.data td.data div.data_div' in ws_floater.css)
  If we minimize/open floater there are will be right border image jumping and lagging.
  This breaks floater for a short time (while data is not received).*/
  width: 271px;
}
