html, body {
  width: 100%;
  height: 100%;
}

.table-icon {
  cursor: pointer;
  font-size: 20px;
}
.table-icon:hover {
  text-shadow: 1px 1px 1px #1ca1c17f;
}

.webix_view.webix_window {
  box-shadow: 5px 5px 8px 6px grey;
}

.photoInList {
  max-height: 100%;
}

.webix_tooltip {
  max-height: 50%;
}
.webix_tooltip .photoInList {
  height: 500px;
}

/*# sourceMappingURL=main.css.map */
