
    table {
      width: 100%;
      border-collapse: collapse;
      margin: 20px 0;
    }

    table, th, td {
      border: 1px solid #ccc;
    }

    th, td {
      padding: 10px;
      text-align: left;
    }

    th {
      /* background-color: #f2f2f2; */
    }

    em {
      font-style: italic;
    }

    strong {
      font-weight: bold;
    }

 