#cnr-iris .miss {
  display: none;
}
#cnr-iris .auth-rest {
  color: #888;
  /* text-decoration: underline dotted #aaa; */
}
#cnr-iris .auth-hidden {
  color: #575656;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 5em;
  max-height: 1.1em;
  display: inline-block;
}
#cnr-iris .auth-hidden::before {
  content: "+ show";
  font-weight: bold;
  color: #2d5c88;
}
#cnr-iris li {
  line-height: 150%;
}
