table {
  width: 100%;
  margin-top: 50px; }
  table thead th {
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 1.5;
    font-size: 16px; }
  table thead p {
    margin: 0;
    line-height: 1.5;
    font-size: 16px; }
  table tr {
    text-align: right; }
    table tr:nth-of-type(2n+1) {
      background: #eef3fa; }
    table tr td {
      padding: 5px 10px;
      line-height: 1.5;
      font-size: 16px;
      color: #303030; }
      table tr td:first-of-type {
        text-align: left; }
      table tr td p {
        line-height: 1.5;
        font-size: 16px; }

.accordion-items table:first-child {
  margin-top: 10px; }

@media screen and (max-width: 800px) {
  table thead th,
  table thead th p {
    line-height: 1.5; } }

/*# sourceMappingURL=maps/table.css.map */
