.checkbox-auto {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#nav_markers {
  height: 450px;
}
#nav_prepared_markers {
  height: 450px;
}
.wrap {
  border: 2px solid #28a745;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
}
iframe#overlay {
  width: 1920px;
  height: 1080px;
  transform-origin: 0 0;
  transform: scale(.5);
  border: none;
}
.y-scroll {
  overflow-y: scroll;
}
.markers_table {
  font-size: 90%;
}
.markers_table .marker__player_img {
  height: 1em;
  width: auto;
}
.markers_table .marker__team_img {
  height: 1em;
  width: auto;
}
.raw_json {
  margin-bottom: 10px;
  word-break: break-word;
  font-family: sans-serif;
  font-size: 50%;
  line-height: 1.1;
  color: #aaacaf;
}
.players_table tr.player td {
  vertical-align: middle;
}
.players_table tr.player td.custom_field {
  vertical-align: bottom;
}
tr.match td.template img,
tr.match td.team img.team_logo {
  max-width: 35px;
  max-height: 35px;
  height: auto;
  width: auto;
}
