button {
  width: 100%;
  border-radius: 0;
  border: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
#rooms {
  width: 100%;
  height: calc(100vh - 34px);
}
input {
  width: calc(100% - 6px);;
}
tr:nth-child(even) {
  background-color: #ffeaf8
}
th, td {
  min-width: 60px;
}
table {
  border-collapse: collapse;
}
body {
  min-height: 100vh;
  font-family: 'Segoe UI', 'Noto Sans', sans-serif;
  margin: 0;
  overflow: hidden;
  /*background-image: url(/resources/images/samochodów.png);*/
}
input[type=text] {
  height: 30px;
  border-radius: 5px;
  border: 1px solid
}