.px-web-table-wrapper {
    padding: 16px 20px 5px 20px;
    border: 1px solid #ccc !important;
}

.px-web-table-header {
  display: flex;
  justify-content: space-between;
}

.px-web-table-header-copy-button,
.px-web-table-header-copy-button:focus {
  background: none;
  border: none;
  padding: 3px 6px;
  outline: none;
  cursor: pointer;
}

.px-web-table-header-copy-button:hover {
  background: #efefef;
}

.px-web-graph-outer #play-output {
    width: 125px;
    max-width: 125px;
    min-width: 125px;
    overflow: visible;
    white-space: nowrap;
}

.px-web-table {
  margin-bottom: 20px;
}

.px-web-table tr {
    background: none;
    border: none;
    line-height: 22px;
}

.px-web-table thead tr th {
    border-top: 1px solid black;
    background: none;
    text-align: right;
    color: black;
    padding-left: 6px;
    padding-right: 4px;
    border-left: 0;
    border-right: 0;
}

.px-web-table.header-no-wrap thead tr th {
  white-space: nowrap;
}

.px-web-table thead tr:first-child th {
    text-align: center;
    border-top: none;
}

.px-web-table thead tr th:first-child {
    border-top: none;
}

.px-web-table thead tr.px-web-table-row-spacer-top th {
    border-top: 1px solid black;
    height: 0;
    display: table-cell;
}

.px-web-table thead tr.px-web-table-row-spacer-top th:nth-child(2) {
    border-left: 6px solid white;
}

.px-web-table thead tr.px-web-table-row-spacer-top th:nth-child(3) {
    border-right: 6px solid white;
}

.px-web-table.no-split thead tr.px-web-table-row-spacer-top th:nth-child(3) {
    border-right: 0;
}

.px-web-table thead tr:nth-child(1) > th:nth-child(2) {
    border-left: 6px solid white;
    border-right: 6px solid white;
}

.px-web-table.no-split thead tr:nth-child(1) > th:nth-child(2) {
  border-right: 0;
}

.px-web-table tbody tr td + td {
    text-align: right;   
    width:1%;
    min-width: 80px;
    white-space:nowrap;
}

.px-web-table tbody tr td {
    text-align: left;
    padding-left: 6px;
    padding-right: 4px;
    border-left: 0;
    border-right: 0;
}

.px-web-table tbody tr.sum td {
    font-weight: bold;
}

.px-web-table tbody tr:nth-child(odd) {
    background-color: #f2f2f2;
} 

.px-web-table td:nth-child(2) {
    border-left: 6px solid white;
}

/* .px-web-table.no-split td:nth-child(2) {
  border-left: 0;
} */

.px-web-table td:nth-child(3) {
    border-right: 6px solid white;
}

.px-web-table.no-split td:nth-child(3) {
  border-right: 0;
}

.px-web-table tbody tr.px-web-table-row-spacer-bottom td {
    border: 0;
    border-bottom: 1px solid #a5a5a5;
    height: 0;
}

.px-web-table-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
}

.px-web-table-subtitle {
  font-size: 12px;
}

.px-web-table-row-indented {
    font-size: 11px;
}

.px-web-table-footer dl {
    display: flex;
    flex-flow: row wrap;
    font-size: 10px;
    color: #666666;
}

.px-web-table-footer dt {
    flex-basis: 9%;
    font-weight: normal;
}

.px-web-table-footer dd {
    flex-basis: 91%;
    flex-grow: 1;
    margin: 0;
}

.pxPlaceholder  {
  overflow: visible !important;
}

@media screen and (max-width: 768px) {
    .px-web-table-wrapper {
        padding: 16px 20px 5px 20px;
        border: 1px solid #ccc !important;
        overflow: auto;
    }
    .px-web-table td {
        min-width: 0px !important;
    }
    .px-web-table tr {
        line-height: 17px !important;
    }
}

.px-web-embed-code-container {
  margin: 0;
  white-space: pre-wrap;
  background: #eeeeee;
  padding: 5px 10px;
}

/* ---------------------------------------- */
/*                  Loader                  */
/* ---------------------------------------- */
.loader-outer {
    height:400px; 
    display:flex;
    align-items: center;
    justify-content: center;
}

.loader {
    zoom: 0.6;
    position: relative;
    width: 75px;
    height: 100px;
  }
  
  .loader__bar {
    position: absolute;
    bottom: 0;
    width: 10px;
    height: 50%;
    background: #00a6ed;
    transform-origin: center bottom;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0);
  }
  .loader__bar:nth-child(1) {
    left: 0px;
    transform: scale(1, 0.2);
    -webkit-animation: barUp1 4s infinite;
            animation: barUp1 4s infinite;
  }
  .loader__bar:nth-child(2) {
    left: 15px;
    transform: scale(1, 0.4);
    -webkit-animation: barUp2 4s infinite;
            animation: barUp2 4s infinite;
  }
  .loader__bar:nth-child(3) {
    left: 30px;
    transform: scale(1, 0.6);
    -webkit-animation: barUp3 4s infinite;
            animation: barUp3 4s infinite;
  }
  .loader__bar:nth-child(4) {
    left: 45px;
    transform: scale(1, 0.8);
    -webkit-animation: barUp4 4s infinite;
            animation: barUp4 4s infinite;
  }
  .loader__bar:nth-child(5) {
    left: 60px;
    transform: scale(1, 1);
    -webkit-animation: barUp5 4s infinite;
            animation: barUp5 4s infinite;
  }
  .loader__ball {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #7fb800;
    border-radius: 50%;
    -webkit-animation: ball 4s infinite;
            animation: ball 4s infinite;
  }
  
  @-webkit-keyframes ball {
    0% {
      transform: translate(0, 0);
    }
    5% {
      transform: translate(8px, -14px);
    }
    10% {
      transform: translate(15px, -10px);
    }
    17% {
      transform: translate(23px, -24px);
    }
    20% {
      transform: translate(30px, -20px);
    }
    27% {
      transform: translate(38px, -34px);
    }
    30% {
      transform: translate(45px, -30px);
    }
    37% {
      transform: translate(53px, -44px);
    }
    40% {
      transform: translate(60px, -40px);
    }
    50% {
      transform: translate(60px, 0);
    }
    57% {
      transform: translate(53px, -14px);
    }
    60% {
      transform: translate(45px, -10px);
    }
    67% {
      transform: translate(37px, -24px);
    }
    70% {
      transform: translate(30px, -20px);
    }
    77% {
      transform: translate(22px, -34px);
    }
    80% {
      transform: translate(15px, -30px);
    }
    87% {
      transform: translate(7px, -44px);
    }
    90% {
      transform: translate(0, -40px);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  
  @keyframes ball {
    0% {
      transform: translate(0, 0);
    }
    5% {
      transform: translate(8px, -14px);
    }
    10% {
      transform: translate(15px, -10px);
    }
    17% {
      transform: translate(23px, -24px);
    }
    20% {
      transform: translate(30px, -20px);
    }
    27% {
      transform: translate(38px, -34px);
    }
    30% {
      transform: translate(45px, -30px);
    }
    37% {
      transform: translate(53px, -44px);
    }
    40% {
      transform: translate(60px, -40px);
    }
    50% {
      transform: translate(60px, 0);
    }
    57% {
      transform: translate(53px, -14px);
    }
    60% {
      transform: translate(45px, -10px);
    }
    67% {
      transform: translate(37px, -24px);
    }
    70% {
      transform: translate(30px, -20px);
    }
    77% {
      transform: translate(22px, -34px);
    }
    80% {
      transform: translate(15px, -30px);
    }
    87% {
      transform: translate(7px, -44px);
    }
    90% {
      transform: translate(0, -40px);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  @-webkit-keyframes barUp1 {
    0% {
      transform: scale(1, 0.2);
    }
    40% {
      transform: scale(1, 0.2);
    }
    50% {
      transform: scale(1, 1);
    }
    90% {
      transform: scale(1, 1);
    }
    100% {
      transform: scale(1, 0.2);
    }
  }
  @keyframes barUp1 {
    0% {
      transform: scale(1, 0.2);
    }
    40% {
      transform: scale(1, 0.2);
    }
    50% {
      transform: scale(1, 1);
    }
    90% {
      transform: scale(1, 1);
    }
    100% {
      transform: scale(1, 0.2);
    }
  }
  @-webkit-keyframes barUp2 {
    0% {
      transform: scale(1, 0.4);
    }
    40% {
      transform: scale(1, 0.4);
    }
    50% {
      transform: scale(1, 0.8);
    }
    90% {
      transform: scale(1, 0.8);
    }
    100% {
      transform: scale(1, 0.4);
    }
  }
  @keyframes barUp2 {
    0% {
      transform: scale(1, 0.4);
    }
    40% {
      transform: scale(1, 0.4);
    }
    50% {
      transform: scale(1, 0.8);
    }
    90% {
      transform: scale(1, 0.8);
    }
    100% {
      transform: scale(1, 0.4);
    }
  }
  @-webkit-keyframes barUp3 {
    0% {
      transform: scale(1, 0.6);
    }
    100% {
      transform: scale(1, 0.6);
    }
  }
  @keyframes barUp3 {
    0% {
      transform: scale(1, 0.6);
    }
    100% {
      transform: scale(1, 0.6);
    }
  }
  @-webkit-keyframes barUp4 {
    0% {
      transform: scale(1, 0.8);
    }
    40% {
      transform: scale(1, 0.8);
    }
    50% {
      transform: scale(1, 0.4);
    }
    90% {
      transform: scale(1, 0.4);
    }
    100% {
      transform: scale(1, 0.8);
    }
  }
  @keyframes barUp4 {
    0% {
      transform: scale(1, 0.8);
    }
    40% {
      transform: scale(1, 0.8);
    }
    50% {
      transform: scale(1, 0.4);
    }
    90% {
      transform: scale(1, 0.4);
    }
    100% {
      transform: scale(1, 0.8);
    }
  }
  @-webkit-keyframes barUp5 {
    0% {
      transform: scale(1, 1);
    }
    40% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1, 0.2);
    }
    90% {
      transform: scale(1, 0.2);
    }
    100% {
      transform: scale(1, 1);
    }
  }
  @keyframes barUp5 {
    0% {
      transform: scale(1, 1);
    }
    40% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1, 0.2);
    }
    90% {
      transform: scale(1, 0.2);
    }
    100% {
      transform: scale(1, 1);
    }
  }