@charset "UTF-8";
.epo-legal #idTitleContent p.hierarchy1, .epo-legal #idTitleContent p.hierarchy2, .epo-legal #idTitleContent p.hierarchy3, .epo-legal #idTitleContent p.hierarchy4, .epo-legal #idTitleContent p.hierarchy5, body.epo-legal h1.h2, body.up-upc .TOC1 a, body.up-upc h5.TOC1 a, div.up-upc .TOC1 a, div.up-upc h5.TOC1 a, body.up-upc p.TOC3, div.up-upc p.TOC3, body.up-upc p.TOC2 a, div.up-upc p.TOC2 a, body.up-upc p.TOC1, body.up-upc p.TOC1 a, div.up-upc p.TOC1, div.up-upc p.TOC1 a, body.up-upc p.TOC2 .btn, body.up-upc h5.TOC2 .btn, body.up-upc h5.TOC3 .btn, div.up-upc p.TOC2 .btn, div.up-upc h5.TOC2 .btn, div.up-upc h5.TOC3 .btn, body.up-upc p.TOC2, body.up-upc h5.TOC2, body.up-upc h5.TOC3, div.up-upc p.TOC2, div.up-upc h5.TOC2, div.up-upc h5.TOC3, body.up-upc p.Article, div.up-upc p.Article, body.up-upc p.Edition, div.up-upc p.Edition, body.up-upc p.Title, div.up-upc p.Title {
  font-weight: 600;
}

body.up-upc, div.up-upc {
  /* PAGE STRUCTURE */
  /* general placeholder in the right */
  /* Main page's structure: no margin note */
  /* TYPOGRAPHY */
  /* Modifications file */
  /* SPACING AND LAYOUT */
  /* p {padding-right:1em;margin-right:274px} */
  /* Index */
  /* Fee table */
  /* Keyword index */
  /*****************************
    TOC
  ******************************/
  /* TOC Typography */
  /* TOC spacing */
  /* TOC Structure */
  /*
   p.TOC1,p.TOC3, h5.TOC1 a, .TOC2 a,.TOC3 a,.TOC4 a,.TOC5 a, .TOC6 a{
       display:grid;
       grid-template-columns:$TOC-INDENT 1fr;
       grid-template-areas:"prefix title";
       span:first-child{
           grid-area:prefix;
           text-align:left;
       }
       span:last-child{
           grid-area:title;
       }
       span:only-child{
           grid-column-start:prefix;
           grid-column-end:title;
       }
   }

   .TOC6 a{
       display:grid;
       grid-template-columns:$TOC-INDENT 1fr;
       grid-template-areas:"prefix title";
       span:first-child{
           grid-area:prefix;
           text-align:right;
           margin-right:1em;
       }
       span:last-child{
           grid-area:title;
       }
   }
   */
  /* TOC borders */
  /* after TOC */
  /* TOC colours */
}
body.up-upc p.Title, div.up-upc p.Title {
  color: rgb(192, 32, 25);
}
body.up-upc p.B, div.up-upc p.B {
  display: grid;
  grid-template-columns: 5em 1fr;
}
body.up-upc p.B span:first-child, div.up-upc p.B span:first-child {
  grid-column: 1;
}
body.up-upc p.B span:last-child, div.up-upc p.B span:last-child {
  grid-column: 2;
}
body.up-upc p.H, body.up-upc p.B, div.up-upc p.H, div.up-upc p.B {
  display: grid;
  grid-template-columns: 2.5em 1fr;
}
body.up-upc p.H span:first-child, body.up-upc p.B span:first-child, div.up-upc p.H span:first-child, div.up-upc p.B span:first-child {
  grid-column: 1;
}
body.up-upc p.H span:last-child, body.up-upc p.B span:last-child, div.up-upc p.H span:last-child, div.up-upc p.B span:last-child {
  grid-column: 2;
}
body.up-upc p.FootnoteText, div.up-upc p.FootnoteText {
  display: grid;
  grid-template-columns: 2.5em 1fr;
}
body.up-upc p.FootnoteText span:first-child, div.up-upc p.FootnoteText span:first-child {
  grid-column: 1;
}
body.up-upc p.FootnoteText span:last-child, div.up-upc p.FootnoteText span:last-child {
  grid-column: 2;
}
body.up-upc p.H1, body.up-upc p.B1, div.up-upc p.H1, div.up-upc p.B1 {
  display: grid;
  grid-template-columns: 2.5em 2.5em 1fr;
}
body.up-upc p.H1 span:first-child, body.up-upc p.B1 span:first-child, div.up-upc p.H1 span:first-child, div.up-upc p.B1 span:first-child {
  grid-column: 2;
}
body.up-upc p.H1 span:last-child, body.up-upc p.B1 span:last-child, div.up-upc p.H1 span:last-child, div.up-upc p.B1 span:last-child {
  grid-column: 3;
}
body.up-upc p.H2, body.up-upc p.B2, div.up-upc p.H2, div.up-upc p.B2 {
  display: grid;
  grid-template-columns: 5em 2.5em 1fr;
}
body.up-upc p.H2 span:first-child, body.up-upc p.B2 span:first-child, div.up-upc p.H2 span:first-child, div.up-upc p.B2 span:first-child {
  grid-column: 2;
}
body.up-upc p.H2 span:last-child, body.up-upc p.B2 span:last-child, div.up-upc p.H2 span:last-child, div.up-upc p.B2 span:last-child {
  grid-column: 3;
}
body.up-upc p.N1, div.up-upc p.N1 {
  margin-left: 2.5em;
}
body.up-upc table.index th:last-child, div.up-upc table.index th:last-child {
  padding-left: 24px;
}
body.up-upc table.index #td, div.up-upc table.index #td {
  vertical-align: middle;
}
body.up-upc table.index td:last-child, div.up-upc table.index td:last-child {
  white-space: nowrap;
  text-align: right;
}
@media only screen and (min-width: 1200px) {
  body.up-upc table.index, div.up-upc table.index {
    width: 100% !important;
  }
}
@media only screen and (max-width: 992px) {
  body.up-upc table.index th:nth-child(2), div.up-upc table.index th:nth-child(2) {
    text-align: right;
  }
}
body.up-upc #UPF_2 p.T0, div.up-upc #UPF_2 p.T0 {
  padding-bottom: 0;
  margin-bottom: 0;
}
body.up-upc #UPF_2 table, div.up-upc #UPF_2 table {
  padding-bottom: 1rem;
}
body.up-upc p.TOC1, div.up-upc p.TOC1 {
  margin-bottom: 0 !important;
}
body.up-upc p.TOC1 span, div.up-upc p.TOC1 span {
  visibility: visible;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
}
body.up-upc p.TOC1 span::before, div.up-upc p.TOC1 span::before {
  content: "​ (";
}
body.up-upc p.TOC1 span::after, div.up-upc p.TOC1 span::after {
  content: ")";
}
body.up-upc p.TOC2 span:not([class]):nth-child(3), div.up-upc p.TOC2 span:not([class]):nth-child(3) {
  visibility: visible;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
}
body.up-upc p.TOC2 span:not([class]):nth-child(3)::before, div.up-upc p.TOC2 span:not([class]):nth-child(3)::before {
  content: "​ (";
}
body.up-upc p.TOC2 span:not([class]):nth-child(3)::after, div.up-upc p.TOC2 span:not([class]):nth-child(3)::after {
  content: ")";
}
body.up-upc p.TOC2, body.up-upc h5.TOC2, body.up-upc h5.TOC3, body.up-upc h5.TOC4, body.up-upc h5.TOC5, div.up-upc p.TOC2, div.up-upc h5.TOC2, div.up-upc h5.TOC3, div.up-upc h5.TOC4, div.up-upc h5.TOC5 {
  display: block;
  text-align: left;
}
body.up-upc p.TOC2 span:not([class]):first-child::after, body.up-upc h5.TOC2 span:not([class]):first-child::after, body.up-upc h5.TOC3 span:not([class]):first-child::after, body.up-upc h5.TOC4 span:not([class]):first-child::after, body.up-upc h5.TOC5 span:not([class]):first-child::after, div.up-upc p.TOC2 span:not([class]):first-child::after, div.up-upc h5.TOC2 span:not([class]):first-child::after, div.up-upc h5.TOC3 span:not([class]):first-child::after, div.up-upc h5.TOC4 span:not([class]):first-child::after, div.up-upc h5.TOC5 span:not([class]):first-child::after {
  content: " – ";
}
body.up-upc dd h5.TOC2 span:not([class]):nth-child(3), div.up-upc dd h5.TOC2 span:not([class]):nth-child(3) {
  display: none;
}
body.up-upc h5.TOC3, div.up-upc h5.TOC3 {
  padding-left: 8px;
}
body.up-upc h5.TOC4, body.up-upc h5.TOC5, div.up-upc h5.TOC4, div.up-upc h5.TOC5 {
  margin-left: 16px;
}
body.up-upc p.TOC2 .btn, body.up-upc h5.TOC2 .btn, body.up-upc h5.TOC3 .btn, div.up-upc p.TOC2 .btn, div.up-upc h5.TOC2 .btn, div.up-upc h5.TOC3 .btn {
  font-size: 20px;
}
body.up-upc #EU20121257 #idTOCAccordion p.TOC2, div.up-upc #EU20121257 #idTOCAccordion p.TOC2 {
  padding: 0;
  margin: 0;
}
body.up-upc #EU20121257_18 table tr, div.up-upc #EU20121257_18 table tr {
  border: none;
}
body.up-upc #EU20121257_18 table td, div.up-upc #EU20121257_18 table td {
  padding: 0;
  margin: 0;
}
body.up-upc #EU20121257_18 table p, div.up-upc #EU20121257_18 table p {
  padding: 0;
  margin: 0;
}
body.up-upc p.TOC1 a, body.up-upc h5.TOC1 a, div.up-upc p.TOC1 a, div.up-upc h5.TOC1 a {
  font-size: 1.25rem;
}
body.up-upc dl#idTOCAccordion > .card-header-white h5 .btn, div.up-upc dl#idTOCAccordion > .card-header-white h5 .btn {
  font-size: 20px;
}
body.up-upc #idTOCAccordion .btn, div.up-upc #idTOCAccordion .btn {
  text-align: left;
  white-space: normal;
}
body.up-upc p.TOC1, div.up-upc p.TOC1 {
  padding-top: 0em;
  padding-bottom: 0em;
}
body.up-upc p.TOC2, div.up-upc p.TOC2 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
body.up-upc p.TOC3, body.up-upc p.TOC4, body.up-upc p.TOC5, body.up-upc p.TOC6, div.up-upc p.TOC3, div.up-upc p.TOC4, div.up-upc p.TOC5, div.up-upc p.TOC6 {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
body.up-upc p.TOC1 + p.TOC1, div.up-upc p.TOC1 + p.TOC1 {
  margin-top: 0.25em;
}
body.up-upc p.TOC1, div.up-upc p.TOC1 {
  margin-bottom: 0;
  margin-right: 1em;
}
body.up-upc div.DOC4NET_TOCEntry, div.up-upc div.DOC4NET_TOCEntry {
  margin-top: 10px;
}
body.up-upc div.DOC4NET_TOCEntry div.DOC4NET_TOCEntry, div.up-upc div.DOC4NET_TOCEntry div.DOC4NET_TOCEntry {
  margin-top: 0px;
}
body.up-upc div.DOC4NET_TOCSub, div.up-upc div.DOC4NET_TOCSub {
  border: solid 1px gray; /* tentative */
  border-radius: 0 0 4px 4px;
  padding-bottom: 0.5em;
}
body.up-upc div.DOC4NET_TOCEntry p, div.up-upc div.DOC4NET_TOCEntry p {
  border-radius: 4px 4px 0 0;
  padding-left: 1em;
  padding-right: 64px;
}
body.up-upc div.DOC4NET_TOCEntry p.TOC6, div.up-upc div.DOC4NET_TOCEntry p.TOC6 {
  padding-left: calc(1em + 7.5rem);
}
body.up-upc div.DOC4NET_TOCEntry + p:not([class*=TOC]), div.up-upc div.DOC4NET_TOCEntry + p:not([class*=TOC]) {
  padding-top: 2em;
}

body.epo-legal { /* SzZ 2022.02.01 */ }
body.epo-legal div.card-header-white {
  padding-left: 16px;
}
body.epo-legal h1.h2 a.FootnoteRef {
  vertical-align: 0.5em;
  display: inline;
}
body.epo-legal div#UPCA dt:nth-child(11) p.TOC1 span:nth-child(1) {
  visibility: hidden;
}
body.epo-legal h5.TOC2 {
  border-top: none;
  padding-top: 19px;
  padding-bottom: 18px;
}
body.epo-legal h5.TOC2::after {
  visibility: hidden;
}
body.epo-legal h5.TOC3::after {
  visibility: hidden;
}
body.epo-legal h5.TOC3 a span:nth-child(3) {
  visibility: hidden;
}
body.epo-legal #idTOCAccordion div.card-header-white:last-child {
  border-bottom: none;
}
body.epo-legal #idTOCAccordion dd div.card-header-white:first-child {
  border-top: none;
}

@media (min-width: 992px) {
  body.up-upc .prev-next-container, body.up-upc .bottom-list, body.up-upc .site-below-naw {
    margin-right: calc((-100% - 48px) / 2);
  }
  body.up-upc .epolegal-content {
    margin-right: calc((-100% - 48px) / 2);
  }
  body.up-upc h1.h2 {
    margin-right: calc((-100% - 48px) / 2);
  }
}
.epo-legal #idTitleContent p.hierarchy1 {
  font-size: 25px;
  line-height: 32.5px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 24px;
}
.epo-legal #idTitleContent p.hierarchy2 {
  font-size: 20px;
  line-height: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.epo-legal #idTitleContent p.hierarchy3 {
  font-size: 20px;
  line-height: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.epo-legal #idTitleContent p.hierarchy4 {
  font-size: 20px;
  line-height: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.epo-legal #idTitleContent p.hierarchy5 {
  font-size: 20px;
  line-height: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.epo-legal #idTitleContent p.hierarchy1, .epo-legal #idTitleContent p.hierarchy2, .epo-legal #idTitleContent p.hierarchy3, .epo-legal #idTitleContent p.hierarchy4, .epo-legal #idTitleContent p.hierarchy5 {
  border-top: solid 1px rgba(64, 73, 85, 0.3);
  margin-bottom: 0;
}
.epo-legal #idTitleContent h4 {
  color: #4473AC;
  border-top: solid 1px rgba(64, 73, 85, 0.3);
  padding-top: 24px;
}

div.epolegal-content {
  /*
      a.FootnoteRef, span.FootnoteMarker {
          background-color: $cool-gray-29 !important;
          color: white !important;
      }
      */
}
div.epolegal-content div.DOC4NET2_Frame {
  width: unset !important;
  display: contents;
}
div.epolegal-content div.DOC4NET2_Frame_Inner {
  display: contents !important;
}
div.epolegal-content div.DOC4NET2_Frame_Text {
  grid-column: 1;
}
div.epolegal-content div.DOC4NET2_Frame_Margin {
  grid-column: 3;
}
div.epolegal-content div.DOC4NET2_Frame_Text p {
  margin-right: 0;
  padding-right: 0;
}
div.epolegal-content div.DOC4NET2_Frame_Margin p {
  margin-right: 0;
  padding-right: 0;
}
div.epolegal-content div.DOC4NET2_Frame_Margin p:not(:last-child) {
  margin-right: 0;
  padding-right: 0;
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
div.epolegal-content div.DOC4NET_Frame p, div.epolegal-content div.DOC4NET_Frame div {
  padding-right: 0;
}
div.epolegal-content #idTOCAccordion dd.styled {
  padding: 0 24px !important;
}
div.epolegal-content #idTOCAccordion dt {
  margin-top: 16px !important;
}
div.epolegal-content #idTOCAccordion dt p {
  padding-right: 0.5rem;
}
div.epolegal-content #idTOCAccordion dt p.TOC1 {
  font-size: 20px;
}
div.epolegal-content #idTOCAccordion div.card-header-white {
  padding-left: 16px;
}
div.epolegal-content #idTOCAccordion div.card-header-nolink:not(:first-child) {
  margin-top: 8px;
}
div.epolegal-content #idTOCAccordion button.chapter {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
div.epolegal-content #idTOCAccordion div.card-header-nolink {
  padding-left: 0 !important;
}
div.epolegal-content table.index th, div.epolegal-content table.index td {
  padding: 16px 17px !important;
  vertical-align: top !important;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
  div.epolegal-content div.DOC4NET2_Frame {
    /*outline: 1px solid orange;*/
    display: grid;
    width: unset !important;
    padding-right: 0 !important;
    /* 48px padding of main, main, 20px padding of right, right */
    /* main:right = 2:1 */
    margin-right: calc((-100% - 48px) / 2);
    grid-template-columns: calc((100% - 25px) / 3 * 2) 20px 1fr; /* Calculate back the main from the 150% size (first column) */
  }
  body.case-law div.epolegal-content, div.case-law div.epolegal-content {
    /* outline: 1px solid orange;*/
    display: grid;
    width: unset !important;
    padding-right: 0 !important;
    /* 48px padding of main, main, 20px padding of right, right */
    /* main:right = 2:1 */
    /* grid-template-columns: calc(calc(100% - 25px) / 3 *2) 20px 1fr; Calculate back the main from the 150% size (first column) */
    grid-template-columns: 100%;
  }
  body.case-law div.epolegal-content > *, div.case-law div.epolegal-content > * {
    grid-column: 1;
  }
}
body.epo-legal div#GLI_INDEX, body.epo-legal div#GLA, body.epo-legal div#GLB, body.epo-legal div#GLC, body.epo-legal div#GLD, body.epo-legal div#GLE, body.epo-legal div#GLF, body.epo-legal div#GLG, body.epo-legal div#GLH, body.epo-legal div#GLI, body.epo-legal div#GLJ, body.epo-legal div#GLM {
  margin-right: 0;
  grid-template-columns: auto;
}
body.epo-legal hr.separation-prev-next-buttons {
  margin-top: 0;
}

/* This is for avoid overlapping problems: the right column content and the overlaying main colum content both will be clickable */
/*
div.layoutcomponent-column {
    pointer-events: none;

    > * {
        pointer-events: all;   
    }
}
*/
@media only screen and (max-width: 992px) {
  div.epolegal-content {
    width: unset !important;
    padding-right: unset !important;
    /*        display: grid;
            margin-right: 0;
            grid-template-rows: min-content;
            grid-template-columns: 100%;
    */
    /*outline: 1px solid green;*/
    /*
        hr.DOC4NET2-noteseparator {
            box-shadow: 0 -1px $cool-gray-29; // The grid removes the top-border, so this is a simple solution
            width: 100%;
        }
    */
  }
  div.epolegal-content div.largetable {
    overflow: auto;
  }
  div.epolegal-content div.DOC4NET2_Frame_Margin {
    display: none;
  }
  div.epolegal-content table th {
    vertical-align: top;
  }
  div.epolegal-content > * {
    grid-column: 1;
  }
}
@media only screen and (max-width: 576px) {
  div.epolegal-content {
    /*        margin-right: 0;
        grid-template-columns: 100%;
    */
    /* outline: 1px solid red; */
    /* Vertical HTML and PDF button arrangement in minimized mode */
    /*
            table.index {
                td:nth-child(2) {
                    display: flex;
                    flex-direction: column-reverse;
                    width: 128px;
                }

                .minimal-button {
                    margin: 0;
                }

                h5 {
                    margin-bottom: 0;
                }
            }
            */
  }
  div.epolegal-content div.largetable {
    overflow: auto;
    hyphens: auto;
  }
  div.epolegal-content p:not(.GAHeading4-A, .GAHeading3-Ax, .H1, .H2, .HM, .FootnoteText, .DOC4NET2_FootnoteText, .keywords_disclaimer) {
    grid-template: "st" "sn";
    grid-template-columns: unset !important;
    padding-left: 0 !important;
  }
  div.epolegal-content > p:is(.GAHeading4-A, .GAHeading3-Ax) {
    grid-template-columns: auto 1fr !important;
  }
  div.epolegal-content p > span:first-of-type {
    grid-area: st;
    grid-column: unset !important;
  }
  div.epolegal-content p > span:last-of-type {
    grid-area: sn;
    grid-column: unset !important;
  }
  div.epolegal-content p:is(.ListBullet1, .H1, .H2, .HM, .H0, .FootnoteText, .DOC4NET2_FootnoteText, .OJ_FootnoteText) {
    display: block !important;
    width: 100% !important;
  }
  div.epolegal-content p:is(.ListBullet1, .H1, .H2, .HM, .H0, .FootnoteText, .DOC4NET2_FootnoteText, .OJ_FootnoteText) > span:first-of-type::after {
    content: " ";
  }
  div.epolegal-content div.table {
    padding-left: 0 !important;
  }
  div.epolegal-content td p, div.epolegal-content th p {
    overflow-wrap: anywhere;
  }
  div.epolegal-content #idTOCAccordion a.ckeditor-accordion-toggler {
    padding: 12px 14px;
  }
  div.epolegal-content #idTOCAccordion dt p.TOC1 {
    font-size: 18px;
  }
  div.epolegal-content #idTOCAccordion button.js-accordion-expand {
    padding: 4.8px 12px;
  }
  body.drupalemulator {
    /* 2022-02-15 TA @EPO Global setup MUST be good and not to be overridden
           h1, h2, h3, p.Title {
               font-size: 110% !important;
               color: #084FA6 !important;
           }
    */
  }
  body.drupalemulator a.icon-eye.pdf-checksum {
    display: none !important;
  }
  body.guide-up div.epolegal-content p:not(.H, .B, .B1, .N1, .N2, .keywords_disclaimer), body.guidelines-epc div.epolegal-content p:not(.H, .B, .B1, .N1, .N2, .keywords_disclaimer), body.guidelines-pct div.epolegal-content p:not(.H, .B, .B1, .N1, .N2, .keywords_disclaimer) {
    grid-template: "st" "sn";
    grid-template-columns: unset !important;
    padding-left: 0 !important;
  }
  body.guide-up div.epolegal-content p:is(.H, .B, .B1, .N1, .N2), body.guidelines-epc div.epolegal-content p:is(.H, .B, .B1, .N1, .N2), body.guidelines-pct div.epolegal-content p:is(.H, .B, .B1, .N1, .N2) {
    display: block !important;
    width: 100% !important;
  }
  body.guide-up div.epolegal-content p:is(.H, .B, .B1, .N1, .N2) > span:first-of-type::after, body.guidelines-epc div.epolegal-content p:is(.H, .B, .B1, .N1, .N2) > span:first-of-type::after, body.guidelines-pct div.epolegal-content p:is(.H, .B, .B1, .N1, .N2) > span:first-of-type::after {
    content: " ";
  }
  body.guidelines-pct div.epolegal-content p:not(.keywords_disclaimer), body.epc-1973 div.epolegal-content p:not(.keywords_disclaimer), body.epc_2016 div.epolegal-content p:not(.keywords_disclaimer), body.epc_2020 div.epolegal-content p:not(.keywords_disclaimer) {
    display: block !important;
    padding-left: 0 !important;
    text-indent: 0 !important;
  }
  body.guidelines-pct div.epolegal-content p:not(.keywords_disclaimer) > span:first-of-type, body.epc-1973 div.epolegal-content p:not(.keywords_disclaimer) > span:first-of-type, body.epc_2016 div.epolegal-content p:not(.keywords_disclaimer) > span:first-of-type, body.epc_2020 div.epolegal-content p:not(.keywords_disclaimer) > span:first-of-type {
    display: inline !important;
    width: unset !important;
    min-width: unset !important;
    position: relative !important;
    text-indent: 0 !important;
    left: unset !important;
    margin-left: unset !important;
  }
  body.guidelines-pct div.epolegal-content p:not(.keywords_disclaimer) > span:first-of-type.Del, body.epc-1973 div.epolegal-content p:not(.keywords_disclaimer) > span:first-of-type.Del, body.epc_2016 div.epolegal-content p:not(.keywords_disclaimer) > span:first-of-type.Del, body.epc_2020 div.epolegal-content p:not(.keywords_disclaimer) > span:first-of-type.Del {
    display: none !important;
  }
  body.guidelines-pct div.epolegal-content p:not(.keywords_disclaimer) > span:first-of-type::after, body.epc-1973 div.epolegal-content p:not(.keywords_disclaimer) > span:first-of-type::after, body.epc_2016 div.epolegal-content p:not(.keywords_disclaimer) > span:first-of-type::after, body.epc_2020 div.epolegal-content p:not(.keywords_disclaimer) > span:first-of-type::after {
    content: " ";
  }
  body.epc-1973 div.epolegal-content table table *, body.epc_2016 div.epolegal-content table table *, body.epc_2020 div.epolegal-content table table * {
    display: inline !important;
  }
  body.official-journal div.epolegal-content p, body.epc-1973 div.epolegal-content p, body.epc_2016 div.epolegal-content p, body.epc_2020 div.epolegal-content p {
    display: block !important;
    padding-left: 0 !important;
    text-indent: 0 !important;
  }
  body.official-journal div.epolegal-content p > span:first-of-type, body.epc-1973 div.epolegal-content p > span:first-of-type, body.epc_2016 div.epolegal-content p > span:first-of-type, body.epc_2020 div.epolegal-content p > span:first-of-type {
    display: inline !important;
    width: unset !important;
    min-width: unset !important;
    position: relative !important;
    text-indent: 0 !important;
    left: unset !important;
    margin-left: unset !important;
  }
  body.official-journal div.epolegal-content p > span:first-of-type.Del, body.epc-1973 div.epolegal-content p > span:first-of-type.Del, body.epc_2016 div.epolegal-content p > span:first-of-type.Del, body.epc_2020 div.epolegal-content p > span:first-of-type.Del {
    display: none !important;
  }
  body.official-journal div.epolegal-content p > span:first-of-type::after, body.epc-1973 div.epolegal-content p > span:first-of-type::after, body.epc_2016 div.epolegal-content p > span:first-of-type::after, body.epc_2020 div.epolegal-content p > span:first-of-type::after {
    content: " ";
  }
  body.official-journal div.epolegal-content p span.FootnoteRef, body.epc-1973 div.epolegal-content p span.FootnoteRef, body.epc_2016 div.epolegal-content p span.FootnoteRef, body.epc_2020 div.epolegal-content p span.FootnoteRef {
    position: relative !important;
  }
}

/*# sourceMappingURL=up-upc.css.map */
