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;
}

.custom_item {
  width: 300px;
  border: 1px solid #009966;
  border-radius: 4px;
  margin: 10px 5px;
  overflow: hidden;
  background-color: #ffffee;
  padding: 10px;
}

.newtime {
  background-color: #DDFFDD;
}

.oldtime {
  background-color: #DDDDFF;
  border-radius: 4px;
}

.newtime {
  border-radius: 4px;
}

.distance {
  color: red;
  display: inline-block;
  float: right;
}

.bonuses {
  display: inline-block;
}

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