.cse-injuries {
  position: absolute;
  width: 100%;
}

.cse-injury {

  position: relative;
  width: 100%;
  height: 15px;

  #injury-location {
    position: absolute;
    width: 50px;
    height: 15px;
    line-height: 15px;
    padding-left: 5px;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 11px;
    color: #efefef;
    text-align: left;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000,
                 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
  }

  #injury-wounds {
    position: absolute;
    right: 0;
    width: 25px;
    height: 15px;
    line-height: 15px;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 11px;
    color: #efefef;
    text-align: right;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000,
                 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
  }

  #injury-bar {
    position: absolute;
    left: 45px;
    width: 104px;
    height: 14px;
    background: transparent url('unitframe/images/health-bar.png') no-repeat top left;
    background-size: 104px 14px;
  }

  #injury-text {
    position: fixed;
    left: 45px;
    width: 104px;
    height: 15px;
    line-height: 15px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 10px;
    text-align: center;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000,
                 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
  }
}
