  .table-header {
    display:none;
  }
  
    .hover-row {
  }

    .selected-row {
  }
    .table-cell-one-bear {
    height: 50px;
    width: 50px;
    background-image: url(onebear.jpg);
    background-repeat:no-repeat;
	background-position:center center;
	font-size: 0px;
	color: white;
  }
  
      .table-cell-two-bear {
    height: 50px;
    width: 50px;
    background-image: url(twobear.jpg);
    background-repeat:no-repeat;
	background-position:center center;
	font-size: 0px;
	color: white;
  }
  
        .table-cell-you {
    height: 50px;
    width: 50px;
    background-image: url(you.png);
    background-repeat:no-repeat;
	background-position:center center;
	font-size: 0px;
	color: white;
  }
      .table-cell-no-bear {
    height: 50px;
    width: 50px;
    font-size: 0px;
    color: white;
  }
  
  .bg {
  	background:url(whitemountains.jpg);
  	width:300px;
  	height:300px; 
  	position:absolute;
  	top:0px;
  	left:0px;
  	overflow: hidden
  	}

    .chart {
    opacity : 0.5; 
        -moz-opacity : 0.5; 
        -ms-filter: "alpha(opacity=50)"; /* IE 8 */ 
        filter : alpha(opacity=50); /* IE < 8 */
        position:absolute;
  	top:0px;
  	left:0px;
        
        }