html {
  height: 100%;
  background: black;
}

body {
  height: inherit;
  margin: 0;
  background: #000410!important;
}

img {
  /*display: block;
  width: 100%;*/
}

#tablaTiempos td{
  background: #fff;
  color: #666;
  padding: 10px;
  border-bottom: solid 1px #ccc;
}
.contentCorredor {
  font-size: 16px;
}

.add-button {
  width: 100%;
  font-size: 24px;
  height: 50px;
}

@media (orientation: landscape) {
  img {
    height: 100%;
    object-fit: cover;
  }
}
