/* style.css */
  
 table {
	      width: 100%;
	      border-collapse: collapse;
	      font-family: Arial, sans-serif;
	      margin-top: 0px;
	    }

	    th, td {
	      border: 1px solid #999;
	      padding: 10px;
	      text-align: left;

	      }

     th {
	      background-color: #f2f2f2;
	      font-weight: bold;
	    }

	    tr:nth-child(even) {
	      background-color: #f9f9f9;
	    }

	    tr:hover {
	      background-color: #e0f7fa;
	      font-weight: 400;
    }
    	
    .label {
      color: #000000; /* Label text color #2a72d4 */
      font-weight: 400;
}

   	
    .title {
      color: #2F4F4F; /* Label text color */
      font-weight: bold;
}

    .views {
      color: #0000FF; /* Label text color */
      font-weight: 600;
}