/*
 *
 * Page inscription stage
 */
._date_select {
  width: 100%;
}
._date_select th {
  font-size: 16px;
  background: #d8e1e8;
}
._date_select th,
._date_select td {
  padding: 5px;
  border: 1px solid #d8e1e8;
}
._date_select td._select {
  text-align: center;
  width: 40px;
}
._date_select td._select input[type=radio] {
  width: auto;
  display: inline-block;
}
._date_select tbody tr {
  cursor: pointer;
  transition: 0.5 all;
  -webkit-transition: 0.5 all;
}
._date_select tbody tr:hover {
  opacity: 0.7;
}
._date_select tbody tr:nth-child(even) {
  background: #e3e5e8;
}
/*# sourceMappingURL=inscription_stage.css.map */