.policy-text {
   font-size: 18px;
}

/* Ensure we fill the screen */
body, html{
   width: 100%;
   overflow-x: hidden;
}

.pi-table-holder {
   overflow-x: scroll;
   width: 100%;
}

@media (max-width: 768px) {
   /* Make the PI table render better on small devices */
   .pi-table {
      font-size: 8px;
      padding: 0px 0px 0px 5px;
   }
}

.pi-table ul {
   /* Reduce the default left-padding on
   ul elements from 40 */
   padding: 0px 0px 0px 15px;
}

.pi-table tr, .pi-table td {
   border: 1px solid black;
}

.pi-table td {
   padding: 5px;
}

.pi-table-header {
   background-color: lightgray;
}

.glossary-table td {
   padding: 5px;
}

.glossary-table tr:first-child {
   background-color: lightgray;
}

.glossary-table tr:nth-child(2) {
   background-color: ghostwhite;
}

strong {
   font-family: 'Open Sans', sans-serif;
}