.wrap.xbee #xbee-sar-checks .xbee-check:before {
  content: "\f223";
  font-family: dashicons;
  color: #ffb900;
  width: 1em;
  height: 1em;
  margin-right: 2px;
  line-height: 1;
  font-size: 1.5em;
  vertical-align: middle;
  display: inline-block; }

.wrap.xbee #xbee-sar-checks .xbee-check.good:before {
  content: "\f147";
  color: #46b450; }

.wrap.xbee #xbee-sar-checks .xbee-check.error:before {
  content: "\f335";
  color: #dc3232; }
