* {
    font-family: 'Montserrat', sans-serif;
}
.order__header {

    text-align: center;
}

.order__header--color {
    color: #7f28c4;
}


.order__header--txt {
    font-size: 13pt;
    line-height: 1.4;
}

table {
    table-layout: fixed;
    word-break: normal;
   border: 1px solid #ffffff;
  background: #E7E7E7;
  }
  
  .tg td {
    border-left: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
  }
  
  img {
  max-width: 115px;
  padding: 8% 0% 0% 0%;
  }
  
  .tg  {
  border-collapse:collapse;
  border-spacing:0;
  }
  
  .tg td {
  font-family:Arial, sans-serif;
  font-size:14px;
  overflow:hidden;
  padding:1% 3%;
  }
  
  .tg th {
  font-family:Arial, sans-serif;
  font-size:14px;
  font-weight:normal;
  overflow:hidden;
  padding:3% 3%;
  }
  
  .tg .tg-c3ow {
  border-color:inherit;
  text-align:center;
  vertical-align:center;
  font-size:20px;
  font-weight:800;
  }
  .tg .tg-c3ow img {
    width: auto;

  }
  .tg .tg-0pky {
  border-color:inherit;
  text-align:center;
  vertical-align:top;
  line-height:150%;
  font-size: 16px;
  }
  .pay-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  }
  .pay-list li {
    padding: 0;
  }
  .paypo-disclimer {
    width: 84%;
    margin: 1.2rem auto;
    font-size: 0.85rem;
  }
  .paypo-header {
    text-align: center;
    margin: 3rem 0;
  }
.table-m {
display: none;
}
.table-d {
  display: block;
}
  #paypoIframe {
    height: 6200px;
  }
  @media only screen and (min-width: 1670px) {
    #paypoIframe {
      height: 5850px;
    }
  }
  @media only screen and (min-width: 1557px) {
    #paypoIframe {
      height: 6000px;
    }
  }
  @media only screen and (max-width: 857px) {
    #paypoIframe {
      height: 6450px;
    }
  }
  @media only screen and (max-width: 776px) {
    #paypoIframe {
      height: 7800px;
    }
    .table-m {
      display: block;
      }
      .table-d {
        display: none;
      }
  }
  @media only screen and (max-width: 400px) {
    #paypoIframe {
      height: 8250px;
    }

  }