/* Latest News Section Styles */
.post {
  margin-bottom: 30px;
}

.subtitle {
  font-size: 1.2em;
  color: #333;
  margin-bottom: 15px;
  font-weight: bold;
  border-bottom: 2px solid #0066cc;
  padding-bottom: 5px;
}

.subtitle2 {
  font-size: 1.1em;
  color: #444;
  margin: 20px 0 10px;
  font-weight: bold;
}

/* Notification Table Styles */
.notification {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
  font-family: 'Varela Round', sans-serif;
  font-size: 0.9em;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.notification th {
  background-color: #0066cc;
  color: white;
  padding: 10px;
  text-align: left;
  font-weight: bold;
}

.notification td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}

.notification tr:nth-child(even) {
  background-color: #f9f9f9;
}

.notification tr:hover {
  background-color: #f1f1f1;
}

.notification a {
  color: #0066cc;
  text-decoration: none;
}

.notification a:hover {
  text-decoration: underline;
  color: #004499;
}

/* Style for the "New" gif indicator */
.notification img[src*="new.gif"] {
  margin-left: 5px;
  vertical-align: middle;
}

/* Style for the download links */
.notification td[style*="text-align:center"] a {
  display: inline-block;
  padding: 3px 8px;
  background-color: #0066cc;
  color: white;
  border-radius: 3px;
  font-size: 0.85em;
}

.notification td[style*="text-align:center"] a:hover {
  background-color: #004499;
  text-decoration: none;
}

/* Style for the date column */
.notification td[style*="text-align:center"] {
  font-weight: bold;
  color: #555;
}

/* Style for the horizontal rule */
hr {
  border: 0;
  height: 1px;
  background-color: #ddd;
  margin: 20px 0;
}

/* Style for the unordered lists */
.style7 {
  padding-left: 20px;
  margin: 15px 0;
}

.style7 li {
  margin-bottom: 10px;
  line-height: 1.5;
}

.style7 a {
  color: #0066cc;
  text-decoration: none;
}

.style7 a:hover {
  text-decoration: underline;
}



/* notification.html */

/* General Styles */
#page {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}



/* Section Styles */
section {
    margin-bottom: 30px;
}

.post {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

/* Typography */
/* h2 {
    color: #0066cc;
    font-size: 24px;
    margin-bottom: 15px;
    border-bottom: 2px solid #0066cc;
    padding-bottom: 10px;
} */

.subtitle {
    font-weight: bold;
    color: #555;
    margin-bottom: 20px;
    font-size: 18px;
}

.subtitle2 {
    font-weight: bold;
    color: #0066cc;
    margin: 20px 0 15px;
    font-size: 20px;
}

/* Table Styles */
.notification {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 14px;
}

.notification th {
    background-color: #0066cc;
    color: white;
    padding: 10px;
    text-align: left;
    font-weight: bold;
}

.notification td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
}

.notification tr:nth-child(even) {
    background-color: #f9f9f9;
}

.notification tr:hover {
    background-color: #f1f1f1;
}

/* Link Styles */
.notification a {
    color: #0066cc;
    text-decoration: none;
    font-weight: bold;
}

.notification a:hover {
    text-decoration: underline;
}

/* Horizontal Rule */
hr {
    border: 0;
    height: 1px;
    background: #ddd;
    margin: 20px 0;
}

/* List Styles */
.style7 {
    padding-left: 20px;
    margin: 15px 0;
}

.style7 li {
    margin-bottom: 10px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .notification {
        font-size: 12px;
    }
    
    .notification th, 
    .notification td {
        padding: 8px 5px;
    }
    
    h2 {
        font-size: 20px;
    }
    
    .subtitle {
        font-size: 16px;
    }
    
    .subtitle2 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .notification {
        display: block;
        overflow-x: auto;
    }
}


/* General Styles */
#page {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f5f5f5;
    padding: 20px 0;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

/* .12u {
    width: 100%;
    padding: 0 15px;
} */

/* Section Styles */
section {
    margin-bottom: 30px;
}

.post {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.txt-justify {
    text-align: justify;
}

/* Typography */
/* h2 {
    color: #1a5276;
    font-size: 28px;
    margin-bottom: 15px;
    border-bottom: 2px solid #1a5276;
    padding-bottom: 10px;
    font-weight: 600;
} */

.subtitle {
    font-weight: bold;
    color: #555;
    margin-bottom: 25px;
    font-size: 18px;
    font-style: italic;
}

.subtitle2 {
    font-weight: bold;
    color: #1a5276;
    /* margin: 25px 0 20px; */
    font-size: 22px;
    border-left: 5px solid #1a5276;
    padding-left: 15px;
}

/* Paragraph Styles */
.post p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.7;
}

/* Link Styles */
.post a {
    color: #2980b9;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.post a:hover {
    color: #1a5276;
    text-decoration: underline;
}

/* Table Styles */
.data-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.data-table th {
    background-color: #1a5276;
    color: white;
    padding: 12px 10px;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}

.data-table td {
    padding: 12px 10px;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: top;
}

.data-table tr:nth-child(even) {
    background-color: #f8f9fa;
}

.data-table tr:hover {
    background-color: #f1f8fe;
}

/* Horizontal Rule */
hr {
    border: 0;
    height: 1px;
    background: linear-gradient(to right, rgba(26, 82, 118, 0), rgba(26, 82, 118, 0.75), rgba(26, 82, 118, 0));
    margin: 30px 0;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .data-table {
        font-size: 13px;
    }
    
    .data-table th, 
    .data-table td {
        padding: 10px 8px;
    }
}

@media (max-width: 768px) {
    .post {
        padding: 20px 15px;
    }
    
    h2 {
        font-size: 24px;
    }
    
    .subtitle {
        font-size: 16px;
    }
    
    .subtitle2 {
        font-size: 20px;
    }
    
    .data-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 10px;
    }
    
    .post {
        padding: 15px 10px;
    }
    
    h2 {
        font-size: 22px;
    }
    
    .subtitle2 {
        font-size: 18px;
    }
    
    .post p {
        font-size: 15px;
    }
    
    .data-table th, 
    .data-table td {
        padding: 8px 6px;
        font-size: 12px;
    }
}