.kill-wrapper {
  margin-top: 2px;

  .error {
    border-color: #919297 !important;
    border-width: 1px !important;
  }

  .has-error {
    color: #232429 !important;
  }
}
span.review {
  font-weight: bold;
  color: red;
  padding: 0 2px;
}
span.attention {
  font-weight: bold;
  color: orange;
  padding: 0 2px;
}
