#main .dcForum .indent {
  padding-left: 1.5rem;
}
#main .dcForum::first-letter {
  margin-left: -1.5rem;
}
#main .dcForum > p {
  margin: 1.5rem 0.5rem;
  padding: 1rem 0 1.5rem;
  font-size: 2rem;
  text-align: center;
  line-height: 1.2;
}
#main .dcForum section {
  margin: 0;
}
#main .dcForum section div, #main .dcForum section article {
  margin: 2.5% 5%;
  padding: 0.5%;
  background: #F5F5F5;
  border-radius: 0.5rem;
}
#main .dcForum section div > div, #main .dcForum section div table, #main .dcForum section article > div, #main .dcForum section article table {
  width: 95%;
  margin: 0.5% auto;
  background: #FFF;
  border: 1rem #FFFFFF solid;
  border-radius: 1.5rem;
}
#main .dcForum section p {
  margin: 1.5% 2.5%;
  text-align: justify;
  word-break: break-all;
}
#main .dcForum section div.dcForum__schedule {
  margin: 1em auto;
  padding: 0 2.5%;
  border-radius: 0.5rem;
}
#main .dcForum section div.dcForum__schedule h3 {
  font-size: 1rem;
}
#main .dcForum section div.dcForum__schedule p {
  margin: 0.65em 0 !important;
  padding: 0 0.25em 0.75em;
  line-height: 1.25;
  border-bottom: 1px dashed #ABABAB;
}
#main .dcForum section div.dcForum__schedule p:last-of-type {
  border: none;
}
#main .dcForum section div.dcForum__schedule p strong {
  display: inline-block;
  width: 7.5em;
  color: #00879E;
}
@media (max-width: 768px) {
  #main .dcForum section div.dcForum__schedule p strong {
    display: block;
    margin-bottom: 0.15em;
  }
}
#main .dcForum section table.dcForum__table {
  margin-bottom: 1.5em;
}
#main .dcForum section table.dcForum__table tr > * {
  text-align: center;
  padding: 0.5em;
  border: none;
  box-sizing: content-box;
  font-size: 0.95rem;
}
#main .dcForum section table.dcForum__table tr > *:first-child {
  max-width: 6em;
  padding-left: 0.75rem;
}
#main .dcForum section table.dcForum__table tr > *:nth-child(2) {
  max-width: 5em;
}
#main .dcForum section table.dcForum__table tr > *:nth-child(3) {
  width: 42.5%;
  text-align: left;
}
@media (max-width: 768px) {
  #main .dcForum section table.dcForum__table tr > *:nth-child(3) {
    width: auto;
  }
}
#main .dcForum section table.dcForum__table tr > *:nth-child(4) {
  padding-right: 1rem;
  width: 6em;
}
#main .dcForum section table.dcForum__table thead tr th {
  background: none;
  color: #00879E;
  text-align: center !important;
  border-bottom: 1px #00879E solid;
  position: relative;
}
#main .dcForum section table.dcForum__table thead tr > th:last-of-type:after {
  left: auto;
  right: 1.5rem;
}
#main .dcForum section table.dcForum__table tbody tr th {
  background: none;
}
#main .dcForum section table.dcForum__table tbody tr a {
  color: #00879E;
}
#main .dcForum section table.dcForum__table tbody tr:nth-of-type(2n+1) > * {
  position: relative;
  background: #ECF3F4;
}
#main .dcForum section table.dcForum__table tbody tr:nth-of-type(2n+1) > *:first-child:before, #main .dcForum section table.dcForum__table tbody tr:nth-of-type(2n+1) > *:last-child:after {
  display: block;
  width: 3px;
  height: 100%;
  background: #FFF;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
#main .dcForum section table.dcForum__table tbody tr:nth-of-type(2n+1) > *:last-child:after {
  left: auto;
  right: 0;
}
#main .dcForum section table.dcForum__table tbody tr > td:last-of-type a {
  display: inline-block;
  padding: 0.15rem 0.5rem 0.25rem;
  color: #FFF;
  font-size: 0.9rem;
  background: #00879E;
  text-decoration: none;
  border-radius: 0.5rem;
  white-space: nowrap;
}
#main .dcForum section table.dcForum__table tbody tr > td:last-of-type a:hover {
  opacity: 0.8;
}/*# sourceMappingURL=dcForum.css.map */