.table {
  margin: 24px 0 0;
  text-align: left;
}

.table-head {
  border: 1px solid #c9c9c9;
  border-bottom: 0;
  display: flex;
}

.table-head-col {
  display: inline-block;
  color: #FFF;
  background-color: #FF7272;
  border-right: 1px solid #c9c9c9;
  padding: 6px 14px;
}

.date-marry {
  width: calc(100% - 470px);
}

.date-lottery {
  width: 250px;
}

.date-accept {
  width: 220px;
}

.table-body {
  border: 1px solid #c9c9c9;
}

.table-body-row {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.table-body-row:not(:last-child) {
  border-bottom: 1px solid #c9c9c9;
}

.table-body-cell {
  padding: 6px 14px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.table-body-cell:not(:last-child) {
  border-right: 1px solid #c9c9c9;
}

/*.table-body-cell-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}*/

@media only screen and (max-width: 767px) {
  .table-head {
    display: none;
  }

  .table-body {
    border: none;
  }

  .table-body-row {
    border-bottom: none !important;
    margin: 0 0 40px 0;
  }

  .table-body-cell {
    width: 100%;
    border-right: none !important;
  }

  .table-body-cell:nth-child(even) {
    background-color: #f6f6f6;
  }

  .table-body-cell-content {
    width: 100%;
    text-align: right;
  }

  .table-body-cell-content::before {
    content: attr(data-title);
    font-weight: bold;
    float: left;
  }
}

@media only screen and (max-width: 425px) {
  .table-body-cell-content {
    font-size: 12px;
    line-height: 16px;
  }
}
