span.lr-force-arrows {
  background-image: url(../img/lr-force-arrows.png);
  background-size: 110px;
  background-repeat: no-repeat;
  background-position: center top;
  display: inline-block;
  width: 100px;
  padding: 10px;
}

span.net-force-arrow {
  background-image: url(../img/net-force-arrow.png);
  background-size: 55px;
  background-repeat: no-repeat;
  background-position: center top;
  display: inline-block;
  width: 100px;
  padding: 10px;
}

span.lr-force-arrows span {
  margin: 6px;
}

span.net-force-arrow span {
  padding-right: 6px;
}

td.values-arrows img {
  width: 55px;
}

table.apply-table .activeRow td:first-child {
  font-weight: bold;
  background-color: cornflowerblue;
  color: white;
}

.apply-table td:nth-child(4){
  text-align: left;
}

.apply-table td:nth-child(4),
.apply-table th:nth-child(4){
  padding: 5px;
}