.root#event .anony {
  padding-top: 100px;
  /*pre animation*/
  transition: 3s all cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  transform: translateY(25px);
}

@media only screen and (max-width: 767px) {
  .root#event .anony {
    padding-top: 0;
  }
}

.root#event .anony.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.root#event .anony__table {
  width: 100%;
}

.root#event .anony__table > thead > tr > th,
.root#event .anony__table > thead > tr > td {
  padding: 20px 0;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .root#event .anony__table > thead > tr > th,
  .root#event .anony__table > thead > tr > td {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.root#event .anony__table > thead > tr > th {
  padding-right: 20px;
  color: #c6a160;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .root#event .anony__table > thead > tr > th {
    padding-right: 10px;
  }
}

.root#event .anony__table > thead > tr > th > div {
  position: relative;
}

.root#event .anony__table > thead > tr > th > div:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c6a160;
  position: absolute;
  top: 50%;
  left: 0;
}

.root#event .anony__table > thead > tr > th > div > span {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .root#event .anony__table > thead > tr > th > div > span {
    padding: 0 10px;
  }
}

.root#event .anony__table > thead > tr > td {
  color: #003e72;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .root#event .anony__table > thead > tr > td {
    padding-left: 10px;
  }
}

.root#event .anony__table > thead > tr > td > div {
  position: relative;
}

.root#event .anony__table > thead > tr > td > div:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #003e72;
  position: absolute;
  top: 50%;
  left: 0;
}

.root#event .anony__table > thead > tr > td > div > span {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 0 20px;
}

.root#event .anony__table > tbody > tr {
  border-bottom: 1px dotted #003e72;
}

.root#event .anony__table > tbody > tr > th,
.root#event .anony__table > tbody > tr > td {
  padding: 20px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .root#event .anony__table > tbody > tr > th,
  .root#event .anony__table > tbody > tr > td {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.root#event .anony__table > tbody > tr > th {
  color: #c6a160;
  padding-right: 20px;
  white-space: nowrap;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .root#event .anony__table > tbody > tr > th {
    padding-right: 10px;
  }
}

.root#event .anony__table > tbody > tr > th > span {
  position: relative;
  width: 30px;
  display: inline-block;
  margin: 0 20px;
  font-size: 0;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .root#event .anony__table > tbody > tr > th > span {
    display: block;
  }
}

.root#event .anony__table > tbody > tr > th > span:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #c6a160;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .root#event .anony__table > tbody > tr > th > span:before {
    height: 10px;
    position: static;
    width: 1px;
  }
}

.root#event .anony__table > tbody > tr > td {
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .root#event .anony__table > tbody > tr > td {
    padding-left: 10px;
  }
}

.root#event .anony__table > tbody > tr > td > a {
  color: #003e72;
}

.root#event .anony__table > tbody > tr > td > a:hover {
  color: #c6a160;
}

.root#event .anony__pager {
  margin-top: 80px;
}
