@charset "UTF-8";

@media screen and (max-width: 480px) {
  :root {
    --font-size: 0.6em;
    --match-height: 10em;
    --match-spacing: 1em;
    --match-width: auto;
    --border-size: 1px;
    --border-radius: 2px;
    --line-height: 7em;
  }


  .theme {
    height: 100%;
    width: 100%;
    font-size: var(--font-size);
    /* position: absolute; */
  }

  .fasis {
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-around;
  }

  .emvlima {
    /* width: 1em; */
  }

  .bracket {
    /* padding: 40px; */
    /* margin: 5px; */
  }

  .bracket {
    display: flex;
    flex-direction: row;
    position: relative;
  }

  .column {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    justify-content: space-around;
    align-content: center;
  }

  .match {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: var(--match-width);
    max-width: var(--match-width);
    height: var(--match-height);
    margin: 12px 24px 12px 0;
  }

    .match .match-top {
      border-radius: 2px 2px 0 0;
    }

    .match .match-bottom {
      border-radius: 0 0 2px 2px;
    }

    .match .team {
      display: flex;
      align-items: center;
      width: 100%;
      height: 100%;
      border: 1px solid #aaa;
      position: relative;
    }

      .match .team span {
        padding-left: 0.6em;
      }

        .match .team span:last-child {
          padding-right: 8px;
        }

      .match .team .skor-gipedoyxos, .match .team .skor-filojenoymenos {
        margin-left: auto;
      }

  .hmerominia {
    text-align: center;
  }


  .hmerominia-div {
    background-color: #e0e0e0;
  }

  .gipedoyxos-div {
    background-color: #f9f9f9;
  }

  .filojenoymenos-div {
    background-color: #f3f3f3;
  }

  .emvlima img {
    height: auto;
    width: 2em;
    /* padding: 2px; */
  }


  /*    .match .team:first-child,*/
  .match .team:nth-child(1n+1) {
    margin-bottom: -1px;
  }

  .match-lines {
    display: block;
    position: absolute;
    top: 50%;
    bottom: 0;
    margin-top: 0px;
    right: -1px;
    z-index: -1;
  }

    .match-lines .line {
      background: red;
      position: absolute;
    }

      .match-lines .line.one {
        height: 1px;
        width: 12px;
      }

      .match-lines .line.two {
        height: var(--line-height);
        width: 1px;
        left: 11px;
      }

    .match-lines.alt {
      left: -12px;
    }

  .match:nth-child(even) .match-lines .line.two {
    transform: translate(0, -100%);
  }

  .column:first-child .match-lines.alt {
    display: none;
  }

  .column:last-child .match-lines {
    display: none;
  }

    .column:last-child .match-lines.alt {
      display: block;
    }

  .column:nth-child(2) .match-lines .line.two {
    height: calc(var(--line-height) * 2);
  }

  .column:nth-child(3) .match-lines .line.two {
    height: calc(var(--line-height) * 4);
  }

  .column:nth-child(4) .match-lines .line.two {
    height: calc(var(--line-height) * 4em);
  }

  .column:nth-child(5) .match-lines .line.two {
    height: calc(var(--line-height) * 5em);
  }


  /*---------------------δενδρο---------------------------------------------------*/


  .apotelesmata_dendro {
    font-size: 10pt;
    font-family: sans-serif;
  }

  .apotelesmata_dendro_grammi_hmerominia {
    background-color: lightcyan;
    border-right: 1px solid black;
  }

  .apotelesmata_dendro_hmerominia {
    border-right: 1px solid black;
    border-top: 1px solid black;
    border-left: 1px solid black;
  }

  .apotelesmata_dendro_grammi_gipedoyxos {
    border-right: 1px solid grey;
  }

  .apotelesmata_dendro_gipedoyxos {
    border-left: 1px solid black;
  }

  .apotelesmata_dendro_skor-gipedoyxos {
    border-right: 1px solid black;
  }

  .apotelesmata_dendro_grammi_filojenoymenos {
    border: 1px solid grey;
    background-color: #fbffce;
  }

  .apotelesmata_dendro_filojenoymenos {
    border-left: 1px solid black;
    border-bottom: 1px solid black;
  }

  .apotelesmata_dendro_skor_filojenoymenos {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
  }

  .apotelesmata_dendro_grammi_keno {
    height: 20px;
  }

  .apotelesmata_dendro_keno_keli {
  }

  .apotelesmata_dendro_keli_grammis {
    width: 10px;
  }

  div:focus {
    background-color: #c2ffff;
  }

  .apotelesmata_dendro_div {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .nikitis {
    font-weight: 700;
  }

  [id$=ΔένδροTextBoxUpdate], [id$=ΔένδροTextBoxInsert] {
    width: 1000px;
    height: 500px;
  }

  [id$=kyp_dendro_edit_pn] {
    background-color: azure;
  }

  [id$=omades_pn] {
    display: none;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  :root {
    --font-size: 1em;
    --match-height: 11em;
    --match-spacing: 1em;
    --match-width: auto;
    --border-size: 1px;
    --border-radius: 2px;
    --line-height: 7em;
  }


  .theme {
    height: 100%;
    width: 100%;
    font-size: var(--font-size);
    /* position: absolute; */
  }

  .fasis {
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-around;
  }

  .emvlima {
    /* width: 1em; */
  }

  .bracket {
    margin: 5px;
  }

  .bracket {
    display: flex;
    flex-direction: row;
    position: relative;
  }

  .column {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    justify-content: space-around;
    align-content: center;
  }

  .match {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: var(--match-width);
    max-width: var(--match-width);
    height: var(--match-height);
    margin: 12px 24px 12px 0;
  }

    .match .match-top {
      border-radius: 2px 2px 0 0;
    }

    .match .match-bottom {
      border-radius: 0 0 2px 2px;
    }

    .match .team {
      display: flex;
      align-items: center;
      width: 100%;
      height: 100%;
      border: 1px solid #aaa;
      position: relative;
    }

      .match .team span {
        padding-left: 0.2em;
      }

        .match .team span:last-child {
          padding-right: 8px;
        }

      .match .team .skor-gipedoyxos, .match .team .skor-filojenoymenos {
        margin-left: auto;
      }

  .hmerominia {
    text-align: center;
  }


  .hmerominia-div {
    background-color: #e0e0e0;
  }

  .gipedoyxos-div {
    background-color: #f9f9f9;
  }

  .filojenoymenos-div {
    background-color: #f3f3f3;
  }

  .emvlima img {
    height: auto;
    width: 2em;
    /* padding: 2px; */
    max-width: 100%;
  }


  /*    .match .team:first-child,*/
  .match .team:nth-child(1n+1) {
    margin-bottom: -1px;
  }

  .match-lines {
    display: block;
    position: absolute;
    top: 50%;
    bottom: 0;
    margin-top: 0px;
    right: -1px;
    z-index: -1;
  }

    .match-lines .line {
      background: red;
      position: absolute;
    }

      .match-lines .line.one {
        height: 1px;
        width: 12px;
      }

      .match-lines .line.two {
        height: var(--line-height);
        width: 1px;
        left: 11px;
      }

    .match-lines.alt {
      left: -12px;
    }

  .match:nth-child(even) .match-lines .line.two {
    transform: translate(0, -100%);
  }

  .column:first-child .match-lines.alt {
    display: none;
  }

  .column:last-child .match-lines {
    display: none;
  }

    .column:last-child .match-lines.alt {
      display: block;
    }

  .column:nth-child(2) .match-lines .line.two {
    height: calc(var(--line-height) * 2);
  }

  .column:nth-child(3) .match-lines .line.two {
    height: calc(var(--line-height) * 4);
  }

  .column:nth-child(4) .match-lines .line.two {
    height: calc(var(--line-height) * 4em);
  }

  .column:nth-child(5) .match-lines .line.two {
    height: calc(var(--line-height) * 5em);
  }


  /*---------------------δενδρο---------------------------------------------------*/


  .apotelesmata_dendro {
    font-size: 10pt;
    font-family: sans-serif;
  }

  .apotelesmata_dendro_grammi_hmerominia {
    background-color: lightcyan;
    border-right: 1px solid black;
  }

  .apotelesmata_dendro_hmerominia {
    border-right: 1px solid black;
    border-top: 1px solid black;
    border-left: 1px solid black;
  }

  .apotelesmata_dendro_grammi_gipedoyxos {
    border-right: 1px solid grey;
  }

  .apotelesmata_dendro_gipedoyxos {
    border-left: 1px solid black;
  }

  .apotelesmata_dendro_skor-gipedoyxos {
    border-right: 1px solid black;
  }

  .apotelesmata_dendro_grammi_filojenoymenos {
    border: 1px solid grey;
    background-color: #fbffce;
  }

  .apotelesmata_dendro_filojenoymenos {
    border-left: 1px solid black;
    border-bottom: 1px solid black;
  }

  .apotelesmata_dendro_skor_filojenoymenos {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
  }

  .apotelesmata_dendro_grammi_keno {
    height: 20px;
  }

  .apotelesmata_dendro_keno_keli {
  }

  .apotelesmata_dendro_keli_grammis {
    width: 10px;
  }

  div:focus {
    background-color: #c2ffff;
  }

  .apotelesmata_dendro_div {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .nikitis {
    font-weight: 700;
  }

  [id$=ΔένδροTextBoxUpdate], [id$=ΔένδροTextBoxInsert] {
    width: 1000px;
    height: 500px;
  }

  [id$=kyp_dendro_edit_pn] {
    background-color: azure;
  }

  [id$=omades_pn] {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  :root {
    --font-size: 0.9em;
    --match-height: 10em;
    --match-spacing: 1em;
    --match-width: 14em;
    --border-size: 1px;
    --border-radius: 2px;
    --line-height: 7em;
  }


  .theme {
    height: 100%;
    width: 100%;
    font-size: var(--font-size);
    /* position: absolute; */
  }

  .fasis {
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-around;
  }

  .emvlima {
    /* width: 1em; */
  }

  .bracket {
    padding: 40px;
    margin: 5px;
  }

  .bracket {
    display: flex;
    flex-direction: row;
    position: relative;
  }

  .column {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    justify-content: space-around;
    align-content: center;
  }

  .match {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: var(--match-width);
    max-width: var(--match-width);
    height: var(--match-height);
    margin: 12px 24px 12px 0;
  }

    .match .match-top {
      border-radius: 2px 2px 0 0;
    }

    .match .match-bottom {
      border-radius: 0 0 2px 2px;
    }

    .match .team {
      display: flex;
      align-items: center;
      width: 100%;
      height: 100%;
      border: 1px solid #aaa;
      position: relative;
    }

      .match .team span {
        padding-left: 8px;
      }

        .match .team span:last-child {
          padding-right: 8px;
        }

      .match .team .skor-gipedoyxos, .match .team .skor-filojenoymenos {
        margin-left: auto;
      }

  .hmerominia {
    text-align: center;
  }


  .hmerominia-div {
    background-color: #e0e0e0;
  }

  .gipedoyxos-div {
    background-color: #f9f9f9;
  }

  .filojenoymenos-div {
    background-color: #f3f3f3;
  }

  .emvlima img {
    height: 20px;
    padding: 2px;
    max-width: 100%;
  }


  /*    .match .team:first-child,*/
  .match .team:nth-child(1n+1) {
    margin-bottom: -1px;
  }

  .match-lines {
    display: block;
    position: absolute;
    top: 50%;
    bottom: 0;
    margin-top: 0px;
    right: -1px;
    z-index: -1;
  }

    .match-lines .line {
      background: red;
      position: absolute;
    }

      .match-lines .line.one {
        height: 1px;
        width: 12px;
      }

      .match-lines .line.two {
        height: var(--line-height);
        width: 1px;
        left: 11px;
      }

    .match-lines.alt {
      left: -12px;
    }

  .match:nth-child(even) .match-lines .line.two {
    transform: translate(0, -100%);
  }

  .column:first-child .match-lines.alt {
    display: none;
  }

  .column:last-child .match-lines {
    display: none;
  }

    .column:last-child .match-lines.alt {
      display: block;
    }

  .column:nth-child(2) .match-lines .line.two {
    height: calc(var(--line-height) * 2);
  }

  .column:nth-child(3) .match-lines .line.two {
    height: calc(var(--line-height) * 4);
  }

  .column:nth-child(4) .match-lines .line.two {
    height: calc(var(--line-height) * 4em);
  }

  .column:nth-child(5) .match-lines .line.two {
    height: calc(var(--line-height) * 5em);
  }


  /*---------------------δενδρο---------------------------------------------------*/


  .apotelesmata_dendro {
    font-size: 10pt;
    font-family: sans-serif;
  }

  .apotelesmata_dendro_grammi_hmerominia {
    background-color: lightcyan;
    border-right: 1px solid black;
  }

  .apotelesmata_dendro_hmerominia {
    border-right: 1px solid black;
    border-top: 1px solid black;
    border-left: 1px solid black;
  }

  .apotelesmata_dendro_grammi_gipedoyxos {
    border-right: 1px solid grey;
  }

  .apotelesmata_dendro_gipedoyxos {
    border-left: 1px solid black;
  }

  .apotelesmata_dendro_skor-gipedoyxos {
    border-right: 1px solid black;
  }

  .apotelesmata_dendro_grammi_filojenoymenos {
    border: 1px solid grey;
    background-color: #fbffce;
  }

  .apotelesmata_dendro_filojenoymenos {
    border-left: 1px solid black;
    border-bottom: 1px solid black;
  }

  .apotelesmata_dendro_skor_filojenoymenos {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
  }

  .apotelesmata_dendro_grammi_keno {
    height: 20px;
  }

  .apotelesmata_dendro_keno_keli {
  }

  .apotelesmata_dendro_keli_grammis {
    width: 10px;
  }

  div:focus {
    background-color: #c2ffff;
  }

  .apotelesmata_dendro_div {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .nikitis {
    font-weight: 700;
  }

  [id$=ΔένδροTextBoxUpdate], [id$=ΔένδροTextBoxInsert] {
    width: 1000px;
    height: 500px;
  }

  [id$=kyp_dendro_edit_pn] {
    background-color: azure;
  }

  [id$=omades_pn] {
    display: none;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1899px) {
  :root {
    --font-size: 0.8em;
    --match-height: 62px;
    --match-spacing: 24px;
    --match-width: 240px;
    --border-size: 1px;
    --border-radius: 2px;
  }


  .theme {
    height: 100%;
    width: 100%;
    font-size: var(--font-size);
    /* position: absolute; */
  }

  .fasis {
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-around;
    width: 70%;
  }

  .emvlima {
    width: 25px;
    text-align: center;
  }

  .bracket {
    margin: 5px;
  }

  .bracket {
    display: flex;
    flex-direction: row;
    position: relative;
  }

  .column {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    justify-content: space-around;
    align-content: center;
  }

  .match {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: var(--match-width);
    max-width: var(--match-width);
    height: var(--match-height);
    margin: 12px 24px 12px 0;
  }

    .match .match-top {
      border-radius: 2px 2px 0 0;
    }

    .match .match-bottom {
      border-radius: 0 0 2px 2px;
    }

    .match .team {
      display: flex;
      align-items: center;
      width: 100%;
      height: 100%;
      border: 1px solid #aaa;
      position: relative;
    }

      .match .team span {
        padding-left: 8px;
      }

        .match .team span:last-child {
          padding-right: 8px;
        }

      .match .team .skor-gipedoyxos, .match .team .skor-filojenoymenos {
        margin-left: auto;
      }

  .hmerominia {
    min-height: 16px;
  }


  .hmerominia-div {
    background-color: #e0e0e0;
  }

  .gipedoyxos-div {
    background-color: #f9f9f9;
  }

  .filojenoymenos-div {
    background-color: #f3f3f3;
  }

  .emvlima img {
    height: 20px;
    padding: 2px;
  }



  /*    .match .team:first-child,*/
  .match .team:nth-child(1n+1) {
    margin-bottom: -1px;
  }

  .match-lines {
    display: block;
    position: absolute;
    top: 50%;
    bottom: 0;
    margin-top: 0px;
    right: -1px;
    z-index: -1;
  }

    .match-lines .line {
      background: red;
      position: absolute;
    }

      .match-lines .line.one {
        height: 1px;
        width: 12px;
      }

      .match-lines .line.two {
        height: 44px;
        width: 1px;
        left: 11px;
      }

    .match-lines.alt {
      left: -12px;
    }

  .match:nth-child(even) .match-lines .line.two {
    transform: translate(0, -100%);
  }

  .column:first-child .match-lines.alt {
    display: none;
  }

  .column:last-child .match-lines {
    display: none;
  }

    .column:last-child .match-lines.alt {
      display: block;
    }

  .column:nth-child(2) .match-lines .line.two {
    height: 88px;
  }

  .column:nth-child(3) .match-lines .line.two {
    height: 175px;
  }

  .column:nth-child(4) .match-lines .line.two {
    height: 262px;
  }

  .column:nth-child(5) .match-lines .line.two {
    height: 349px;
  }


  /*---------------------δενδρο---------------------------------------------------*/


  .apotelesmata_dendro {
    font-size: 10pt;
    font-family: sans-serif;
  }

  .apotelesmata_dendro_grammi_hmerominia {
    background-color: lightcyan;
    border-right: 1px solid black;
  }

  .apotelesmata_dendro_hmerominia {
    border-right: 1px solid black;
    border-top: 1px solid black;
    border-left: 1px solid black;
  }

  .apotelesmata_dendro_grammi_gipedoyxos {
    border-right: 1px solid grey;
  }

  .apotelesmata_dendro_gipedoyxos {
    border-left: 1px solid black;
  }

  .apotelesmata_dendro_skor-gipedoyxos {
    border-right: 1px solid black;
  }

  .apotelesmata_dendro_grammi_filojenoymenos {
    border: 1px solid grey;
    background-color: #fbffce;
  }

  .apotelesmata_dendro_filojenoymenos {
    border-left: 1px solid black;
    border-bottom: 1px solid black;
  }

  .apotelesmata_dendro_skor_filojenoymenos {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
  }

  .apotelesmata_dendro_grammi_keno {
    height: 20px;
  }

  .apotelesmata_dendro_keno_keli {
  }

  .apotelesmata_dendro_keli_grammis {
    width: 10px;
  }

  div:focus {
    background-color: #c2ffff;
  }

  .apotelesmata_dendro_div {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .nikitis {
    font-weight: 700;
  }

  [id$=ΔένδροTextBoxUpdate], [id$=ΔένδροTextBoxInsert] {
    width: 1000px;
    height: 500px;
  }

  [id$=kyp_dendro_edit_pn] {
    background-color: azure;
  }

  [id$=omades_pn] {
    display: none;
  }
}

@media screen and (min-width: 1900px) {
  :root {
    --font-size: 0.8em;
    --match-height: 62px;
    --match-spacing: 24px;
    --match-width: 260px;
    --border-size: 1px;
    --border-radius: 2px;
  }


  .theme {
    height: 100%;
    width: 100%;
    font-size: var(--font-size);
    /* position: absolute; */
  }

  .fasis {
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-around;
  }

  .emvlima {
    width: 1em;
  }

  .bracket {
    padding: 40px;
    margin: 5px;
  }

  .bracket {
    display: flex;
    flex-direction: row;
    position: relative;
  }

  .column {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    justify-content: space-around;
    align-content: center;
  }

  .match {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: var(--match-width);
    max-width: var(--match-width);
    height: var(--match-height);
    margin: 12px 24px 12px 0;
  }

    .match .match-top {
      border-radius: 2px 2px 0 0;
    }

    .match .match-bottom {
      border-radius: 0 0 2px 2px;
    }

    .match .team {
      display: flex;
      align-items: center;
      width: 100%;
      height: 100%;
      border: 1px solid #aaa;
      position: relative;
    }

      .match .team span {
        padding-left: 8px;
      }

        .match .team span:last-child {
          padding-right: 8px;
        }

      .match .team .skor-gipedoyxos, .match .team .skor-filojenoymenos {
        margin-left: auto;
      }

  .hmerominia {
    text-align: center;
  }


  .hmerominia-div {
    background-color: #e0e0e0;
  }

  .gipedoyxos-div {
    background-color: #f9f9f9;
  }

  .filojenoymenos-div {
    background-color: #f3f3f3;
  }

  .emvlima img {
    height: 20px;
    padding: 2px;
  }


  /*    .match .team:first-child,*/
  .match .team:nth-child(1n+1) {
    margin-bottom: -1px;
  }

  .match-lines {
    display: block;
    position: absolute;
    top: 50%;
    bottom: 0;
    margin-top: 0px;
    right: -1px;
    z-index: -1;
  }

    .match-lines .line {
      background: red;
      position: absolute;
    }

      .match-lines .line.one {
        height: 1px;
        width: 12px;
      }

      .match-lines .line.two {
        height: 44px;
        width: 1px;
        left: 11px;
      }

    .match-lines.alt {
      left: -12px;
    }

  .match:nth-child(even) .match-lines .line.two {
    transform: translate(0, -100%);
  }

  .column:first-child .match-lines.alt {
    display: none;
  }

  .column:last-child .match-lines {
    display: none;
  }

    .column:last-child .match-lines.alt {
      display: block;
    }

  .column:nth-child(2) .match-lines .line.two {
    height: 88px;
  }

  .column:nth-child(3) .match-lines .line.two {
    height: 175px;
  }

  .column:nth-child(4) .match-lines .line.two {
    height: 262px;
  }

  .column:nth-child(5) .match-lines .line.two {
    height: 349px;
  }


  /*---------------------δενδρο---------------------------------------------------*/


  .apotelesmata_dendro {
    font-size: 10pt;
    font-family: sans-serif;
  }

  .apotelesmata_dendro_grammi_hmerominia {
    background-color: lightcyan;
    border-right: 1px solid black;
  }

  .apotelesmata_dendro_hmerominia {
    border-right: 1px solid black;
    border-top: 1px solid black;
    border-left: 1px solid black;
  }

  .apotelesmata_dendro_grammi_gipedoyxos {
    border-right: 1px solid grey;
  }

  .apotelesmata_dendro_gipedoyxos {
    border-left: 1px solid black;
  }

  .apotelesmata_dendro_skor-gipedoyxos {
    border-right: 1px solid black;
  }

  .apotelesmata_dendro_grammi_filojenoymenos {
    border: 1px solid grey;
    background-color: #fbffce;
  }

  .apotelesmata_dendro_filojenoymenos {
    border-left: 1px solid black;
    border-bottom: 1px solid black;
  }

  .apotelesmata_dendro_skor_filojenoymenos {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
  }

  .apotelesmata_dendro_grammi_keno {
    height: 20px;
  }

  .apotelesmata_dendro_keno_keli {
  }

  .apotelesmata_dendro_keli_grammis {
    width: 10px;
  }

  div:focus {
    background-color: #c2ffff;
  }

  .apotelesmata_dendro_div {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .nikitis {
    font-weight: 700;
  }

  [id$=ΔένδροTextBoxUpdate], [id$=ΔένδροTextBoxInsert] {
    width: 1000px;
    height: 500px;
  }

  [id$=kyp_dendro_edit_pn] {
    background-color: azure;
  }

  [id$=omades_pn] {
    display: none;
  }
}
