.vis-table {
    width: 49%;
    margin-top: 20px;
    border: 1px #ddd solid;
    background: #fff;
    height: 285px;
    margin: 20px calc(1%/2) 0;
}

/******************** zUserPhoto ********************/

.zUserPhoto,
.zUserPhoto img,
.zUserPhoto div {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 0;
}

.zUserPhoto div {
  background: #0052d9;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  display: none;
}
