body {
  font-family: 'Blinker', sans-serif;
}

#room {
  margin: auto;
}

#fullRoom {
  margin: auto;
}

.myTable {
  margin: auto;
}

.tableNum {
  text-align: center;
}

#search_button {
  width: 100%;
}

#name_input {
  width: 100%;
}

.selected {
  background-color: #000080;
  color: white;
}

.place {
  border: 1px solid black;
  width: 23px;
  height: 23px;
  line-height:23px;
  text-align: center;
}

#mainTable {
  width: 138px;
  border: 1.5px solid black;
  height: 23px;
  line-height: 23px;
  margin: auto;
  margin-top: 30px;
  text-align: center;
}

#entry {
  margin: auto;
  text-align: center;
}

.tablePlaces{
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-template-rows: auto auto;
  border: 0.5px solid black;
  width: 115px;
  margin: auto;
}

.tablePlacesSpec{
  display: grid;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: auto auto;
  border: 0.5px solid black;
  width: 46px;
  margin: auto;
}

.container .row {
  margin-top: 6px;
}

.placeholderTable{
  height: 70px;
}

.placeholderTableSpec{
  height: 255px;
}

/* test */
