/* line 2, ../sass/new_event.scss */
.is-shown-link-container-complete {
  display: flex;
  margin-top: 30px;
  flex-direction: column;
}
/* line 6, ../sass/new_event.scss */
.is-shown-link-container-complete .link-desc {
  color: #ff0000;
}
/* line 9, ../sass/new_event.scss */
.is-shown-link-container-complete a {
  display: inline-flex;
  margin-top: 10px;
  padding: 5px 10px;
  background-color: #ff0000;
  color: #ffffff;
  font-size: 15px;
  line-height: 40px;
  height: 40px;
  border-radius: 3px;
  width: fit-content;
}

/* line 24, ../sass/new_event.scss */
table.list tbody tr td.title .is-shown-link-container a {
  font-size: 13px;
  color: #ff0000;
  font-weight: normal;
  cursor: pointer;
}

table.list tbody tr td.title {
    width: 38%;
}

table.list tbody tr td.off {
    width: 7%;
}
