.page {
  font-family: Arial, sans-serif;
}

.page__body {
  min-width: 360px
}

* {
  box-sizing: border-box;
}

.table {
  border-collapse: collapse;
  border-spacing: 0;
}

.table__title {
  font-weight: 700;
  font-size: 20px;
  padding: 5px;
  border: 1px solid black;
  border-bottom: none;
}

th, td {
  font-weight: 700;
  padding: 5px;
  text-align: center;
  border: 1px solid black;
}

.weekend {
  color: rgb(254, 0, 0);
}



