.alignDiv p {
    text-align: justify;
}

.responsive-table td:not(:first-child) p {
    white-space: nowrap;
  }

@media (min-width: 100rem) {
    body:not(.is-always-mobile-nav) .horizontal-padding {
        padding-left: 15vw;
        padding-right: 15vw;
    }
}
  .copy-right{
    font-size: 16px !important; /* This will override any other font-size rule */
  }




