* {
  outline: none
}
body {
  font-family: 'Open Sans', sans-serif
}
table>:not(:last-child)>:last-child>* {
  border-bottom-color: #dee2e6 !important;
}
.table {
  margin-bottom: 0
}
.separator {
  flex-grow: 1
}
.plan {
  display: flex;
  justify-content: space-between;
  padding-top: 45px;
  padding-bottom: 35px;
  overflow: auto;
}
.masa {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-color: #f0f0f0;
  border: 1px solid #d4d4d4;
  margin: 15px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden
}
.masa.mare {
  width: 150px;
  height: 150px;
}
.masa > .numar {
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 24px;
}
.masa.mare > .numar {
  padding-bottom: 10px;
  font-size: 38px;
}
.masa > .info {
  color: #fff;
  width: 100%;
  bottom: 0;
  font-size: 13px;
  position: absolute;
  text-align: center;
  padding: 3px 3px 5px;
  background-color: rgba(0,0,0,.6)
}
.masa > .info > i {
  opacity: .7
}

.masa.patrata {
  width: unset;
  height: unset;
  margin-top: -20px;
  border-radius: 5px;
}
.masa.patrata > .numar {
  font-weight: normal;
  font-size: 20px;
  padding: 10px;
}
.masa.patrata.mica {
  background: none;
  margin-bottom: -10px;
  display: block
}
.masa.patrata.mica > .numar {
  font-size: 16px;
  padding: 5px;
}
.masa.patrata.mica > .info {
  position: static;
}

.guest > td:first-child {
  transition: .25s border ease;
}

.guest.green > td:first-child {
  border-left: 8px solid #90b8a4;
}