.icon-offensive:before {
  content: '';
  background: url("../img/offensive.png") left top no-repeat;
  display: inline-block;
  background-position: 0px 0px;
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  margin-right: 5px;
  vertical-align: middle;
}

/* .icon-offensive:before {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  content: "";
  background: url("../img/offensive.png") no-repeat 0 0;
  background-size: 100%;
  background-position: center;
} */

.icon-utility:before {
  content: "";
  background: url("../img/utility.png") no-repeat 0 0;
  display: inline-block;
  background-position: 0px 0px;
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  margin-right: 5px;
  vertical-align: middle;
}

.icon-defensive:before {
  content: "";
  background: url("../img/defensive.png") no-repeat 0 0;
  display: inline-block;
  background-position: 0px 0px;
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  margin-right: 5px;
  vertical-align: middle;
}

.icon-weapons:before {
  content: "";
  background: url("../img/weapons.png") no-repeat 0 0;
  display: inline-block;
  background-position: 0px 0px;
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  margin-right: 5px;
  vertical-align: middle;
}

.icon-active:before {
  content: "";
  background: url("../img/arrowup.png") no-repeat 0 0;
  display: inline-block;
  background-position: 0px 0px;
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  margin-right: 5px;
  vertical-align: middle;
}

.table-left-text {
  text-align: left;
  vertical-align: middle;
}