#myBattleItemsTable {



}

#x_spatk_row { 
background-color: rgba(0,0,0,0);
cursor: pointer;
}

#x_spatk { 
width: 256px;
height: 256px;
zoom: 50%;
  background-image: url('img/items/xspatt.png');
background-repeat: no-repeat;
background-size: 128px 128px;



background-position: center;
font-size: 50px;
vertical-align: bottom;

}

#x_spatk_qty {
font-size: 45px;
}



#x_spdef_row { 
background-color: rgba(0,0,0,0);
cursor: pointer;
}

#x_spdef { 
width: 256px;
height: 256px;
zoom: 50%;
  background-image: url('img/items/xspdef.png');
background-repeat: no-repeat;
background-size: 128px 128px;



background-position: center;
font-size: 50px;
vertical-align: bottom;

}

#x_spdef_qty {
font-size: 45px;
}










#x_atk_row { 
background-color: rgba(0,0,0,0);
cursor: pointer;
}

#x_atk { 
width: 256px;
height: 256px;
zoom: 50%;
  background-image: url('img/items/xatt.png');
background-repeat: no-repeat;
background-size: 128px 128px;



background-position: center;
font-size: 50px;
vertical-align: bottom;

}

#x_atk_qty {
font-size: 45px;
}










#x_def_row { 
background-color: rgba(0,0,0,0);
cursor: pointer;
}

#x_def { 
width: 256px;
height: 256px;
zoom: 50%;
  background-image: url('img/items/xdef.png');
background-repeat: no-repeat;
background-size: 128px 128px;



background-position: center;
font-size: 50px;
vertical-align: bottom;

}

#x_def_qty {
font-size: 45px;
}



















#direhit_row { 
background-color: rgba(0,0,0,0);
cursor: pointer;
}

#direhit { 
width: 256px;
height: 256px;
zoom: 50%;
  background-image: url('img/items/direhit.png');
background-repeat: no-repeat;
background-size: 128px 128px;



background-position: center;
font-size: 50px;
vertical-align: bottom;

}

#direhit_qty {
font-size: 45px;
}