/**
* These styles are shared between the runner and the reporter
*/

.num-elements,
.num-children {
  border-radius: 5px;
  color: #fff;
  display: none;
  font-size: 85%;
  line-height: 1;
  margin-left: 5px;
  padding: 2px 4px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

.num-elements {
  background-color: #ababab;
}

.num-children {
  background-color: #999;
}
