@charset "UTF-8";
.top-checkin__flex-cont .f20{
  margin-bottom: 40px;
}

.top-checkin__flex-cont table th {
  width: 40%;
}

.top-checkin__flex-cont table td {
  width: 60%;
}

@media (max-width: 900px) {
.top-checkin__flex-cont .f20{
    text-align: center;
}  
}

@media (max-width: 660px) {

.top-checkin__flex-cont .f20 {
    margin-bottom: 10px;
    font-size: 1.8rem;
}

  .top-checkin__flex-cont table th {
    width: 65%;
  }
  
  .top-checkin__flex-cont table td {
    width: 35%;
  }
}