.sdtTableGraphic{
	font-size: 12px;
	background-color: #fff;
	width: 900px;
	border-spacing: 0px;
  border: solid 3px #888;
}

.sdtTableGraphic  tr td{
  border-left: solid 1px #888;
  border-bottom: solid 1px #888;
  font-size: 12px;
  text-align: center;
  padding: 4px 0px;
  width: 100px;
  max-width: 100px;
  word-wrap: break-word;
}
.sdtTableGraphic tr.row-info td{
  min-width: 99px;
  
}
.sdtTableGraphic  tr td img{
	vertical-align: top;
}
.sdtTableGraphic  tr td.stg-percent{
  line-height: 0px;
}

.sdtTableGraphic tr td.image-gtaphic{
	
	line-height: 0px;
	padding:0px;
  width: 800px;
  min-width: 800px;
}

.sdtTableGraphic  .color{
  text-transform: capitalize;
}
.sdtTableGraphic  .wrap-tb{
  padding: 0;
  background-color: #000000;
  color: #FFFFFF;
}
.sdtTableGraphic  .pr{
  min-width:110px;
}
.sdtTableGraphic  .gpr{
  width:100%;
  height:39px;
  border-top:solid 1px #888;
  display: flex;
  align-items: center;
  justify-content: center;
}



.sdtTableGraphic  .ght{
  text-align: center;
  height:10px;
  line-height: 8px;
}

.sdtTableGraphic b{
  font-size: 16px;
}
