/* Migrated from inline <style> blocks for CSP compliance */

    .home_bgimg {
      background-position: center right 85px;
      background-size: 30%;
    }

    .grab {
      cursor: -webkit-grab;
      cursor: grab;
    }

    #FormerNCB-section{
        margin-bottom:100px;
    }
    	

        body {
            font-family: Arial, sans-serif;
            margin: 20px;
            background-color: #f4f4f9;
        }

        h1 {
            text-align: center;
            color: #333;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
        }
        table, th, td {
            border: 1px solid #ddd;
        }
        th, td {
            padding: 12px;
            text-align: left;
        }
        th {            
            /*background-color: #4CAF50;*/
            background-color: #3E4095;
            color: white;
        }
        tr:nth-child(even) {
            background-color: #f2f2f2;
        }
        tr:hover {
            background-color: #ddd;
        }
        .read-more {
            color: #0066cc;
            text-decoration: none;
        }
        .read-more:hover {
            text-decoration: underline;
        }

      #pagination {
        margin-top: 20px;
        text-align: center;
      }
      #pagination button {
        margin: 0 2px;
        padding: 5px 10px;
        cursor: pointer;
      }
      #pagination button.active {
        background-color: #007bff;
        color: white;
        font-weight: bold;
      }

/* Replaces body inline style margin-top:-27px */
	.ncb-body-offset {
  		margin-top: -27px !important;
	}
