 body {
      font-family: Arial, sans-serif;
      margin: 30px;
      background-color: #f4f4f4;
    }

    h2 {
      color: #333;
    }

    table {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 40px;
      background-color: #fff;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

    th, td {
      border: 1px solid #ccc;
      padding: 12px;
      text-align: left;
    }

    th {
      background-color: #007BFF;
      color: white;
    }

    .custom-tbl-prs ul {
	background: #fff;
	padding: 50px;
	width: 100%;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	border-radius: 5px;
}

    .custom-tbl-prs ul li {
      margin-bottom: 10px;
      padding-left: 10px;
    }