/*text*/
strong, strong span, strong u {
  font-weight: 800;
}
body#body-tournament #content .mainCont .editable p {
  margin-bottom: 1em;
}
body#body-tournament #content .mainCont .editable p.blank-line:before {
  content: "";
  display: block;
  height: 1em;
}

/*table*/
body:not(.info-page) table {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 991px) {
  body:not(.info-page) table {
    table-layout: fixed;
    max-width: 100vw;
  }
}
body:not(.info-page) table tr th,
body:not(.info-page) table tr td {
  position: relative;
}
body:not(.info-page) table tr th > p {
  color: #00822D !important;
}
body:not(.info-page) table tr th {
  padding: 11px 0 8px;
  text-align: center;
  border-bottom: solid 2px rgba(51, 51, 51, 0.25);
  line-height: 2;
}
@media screen and (max-width: 991px) {
  body:not(.info-page) table tr th > p,
  body:not(.info-page) table tr td > p {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 750px) {
  body:not(.info-page) table tr th > p,
  body:not(.info-page) table tr td > p {
    font-size: 10px !important;
  }
}
body:not(.info-page) table tr th::before,
body:not(.info-page) table tr td::after {
  content: "";
  width: 1px;
  height: 1.8em;
  position: absolute;
  top: calc(50% - 0.9em);
  background-color: rgba(200,200,200,.5);
  right: 0;
}
body:not(.info-page) table th:last-child:before,
body:not(.info-page) table td:last-child::after {
  content: none;
}
body:not(.info-page) table td {
  text-align: center;
  height: 52px;
}
@media screen and (max-width: 991px) {
  body:not(.info-page) table td {
    height: 2.5rem;
  }
}
body:not(.info-page) table tr:nth-of-type(odd):not(:first-child) {
  background-color: #F6F6F6;
}
body:not(.info-page) table tr:last-child,
body:not(.info-page) table tr:last-child > td {
  border-bottom: #F0F0F0 1px solid;
}

/*list*/
.editable ul {
  margin-bottom: 1.8em;
}
.editable ul li {
  font-size: 16px;
  line-height: 1.3;
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.8em;
}
/*body.access .editable ul li {*/
/*  font-size: 14px;*/
/*}*/
.editable ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(1em - 5px);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: #333;
  transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .editable ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .editable ul li {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 0.8em;
  }
}

ol {
  /*todo*/
  list-style-type: decimal;
  padding-left: 17px;
}

/*hyperlink*/
.editable a {
  text-decoration: underline;
}

/*images*/
figure {
  margin: 0.5em auto;
}
.ticket figure {
  text-align: left;
}