.global-entity.row {
  margin-left: 0px;
  margin-right: 0px;
  padding: 5px;
  border-bottom: 1px solid black;
  transition: 0.15s;
  cursor: pointer;
}
.global-entity.row:hover {
  background-color: lightsteelblue;
}
.global-entity.row .title{
  height: 35px;
  width: 100%;
  text-align: left;
  margin-top: 5px;
}
.global-entity.row .title .value{
  font-size: 30px;
  font-weight: 500;
}
.global-entity.row .content{
  width: 100%;
  text-align: left;
}