body{
        background: #fff;
    }
    h3 {
      margin-bottom: 10px;
    font-weight: bold; 
    font-size: 25px;
    }
    .enforcement-content{
      margin-bottom: 20px;
    }
  .enforcement-content ol li {
        list-style: lower-roman;
      padding: 10px;
    }
    .enforcement-content ol {
      margin-left: 40px;
      margin-top: 5px;
    }
    table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 15px;
    }
    table, th, td {
      border: 1px solid #000;
    }
    th, td {
      padding: 10px;
      vertical-align: top;
    }
    th {
      background-color: #f5f5f5;
      text-align: left;
      width: 20%;
    }
    td p {
      margin: 5px 0;
    }
    .highlight {
      font-weight: bold;
    }
  .enforcement-main{
    margin-top:100px;
  }
  .cls-tbl {
    margin-bottom: 20px;
}

.enforcement-dropdown {
      position: relative;
      display: inline-block;
    margin-bottom: 20px;
    margin-top: 20px;
    }
    .dropbtn {
      background-color: #2957a3;
      color: #fff;
      padding: 15px 100px;
      font-size: 18px;
      font-weight: bold;
      border: 1px solid #ccc;
      cursor: pointer;
      border-radius: 4px;
    }
    .dropbtn:hover{
      background-color: #f5f5f5;
      color: #000;
    }
    .dropdown-content {
      display: none;
      position: absolute;
      background-color: #fff;
      min-width: 220px;
      border: 1px solid #ccc;
      border-radius: 4px;
      z-index: 1;
    }
    .dropdown-content a {
      color: #000;
      padding: 10px 15px;
      text-decoration: none;
      display: block;
    }
    .dropdown-content a:hover {
      background-color: #f0f0f0;
    }
    .enforcement-dropdown:hover .dropdown-content {
      display: block;
    }
    @media (max-width: 360px) {
.dropbtn {
    font-size: 13px !important;
  }
}
