*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

table.Kball-table {
  font-family: Arial, sans-serif;
  background-color: #f2f2f2;
  font-size: 20px;
  border-collapse: collapse;
  width: 100vw;
  height: 100dvh;
  text-align: center;
}

table.Kball-table thead {
  text-align: left;
  font-size: 26px;
}

table.Kball-table th,
table.Kball-table td {
  background-color: #f2f2f2;
  border: 1px solid #999;
  padding: 10px;
  width: 1%;
}

table.Kball-table th {
  background-color: #ddd;
}

table.Kball-table .cam {
  line-height: 1.6;
  font-weight: 700;
}

table.Kball-table .cam1 {
  background-color: #28b95c;
  color: white;
}

table.Kball-table .cam2,
table.Kball-table .cam3 {
  background-color: #aae571;
}

table.Kball-table .cam4,
table.Kball-table .cam5 {
  background-color: #fe0000;
  color: white;
}

table.Kball-table .vid {
  background-color: #fff;
  padding: 0;
  text-align: center;
  width: 1%;
  position: relative;
}

table.Kball-table video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

table.Kball-table .timeline-label,
table.Kball-table .settings-label {
  font-weight: 700;
}

table.Kball-table .timeline-label,
table.Kball-table .timeline {
  background-color: #e6e6e6;
}

table.Kball-table .timeline {
  text-align: right;
}

table.Kball-table .button {
  background-color: #f8cbae;
}

table.Kball-table .var-btn {
  background-color: #ffc001;
  font-weight: 700;
  font-size: 26px;
}

table.Kball-table .live-btn {
  background-color: #00b050;
  color: white;
  font-weight: 700;
}

table.Kball-table .k-eye-btn {
  background-color: #0070c0;
  color: white;
  font-weight: 700;
}

table.Kball-table .speed-btn {
  background-color: #c5e0b3;
}

table.Kball-table .controls td {
  font-weight: 700;
}

table.Kball-table .controls td button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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