.mobileShow {display: none;}
  /* Smartphone Portrait and Landscape */
  @media only screen
    and (min-device-width : 320px)
    and (max-device-width : 480px){ 
      .mobileShow {display: inline;}
  }
  .mobileHide { display: inline; }

  /* Smartphone Portrait and Landscape */
  @media only screen
    and (min-device-width : 320px)
    and (max-device-width : 480px){
     .mobileHide { display: none;}
  }

/* Beautiful Table Styling */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  text-align: left;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.table-container table thead tr th {
    color: #d9e5e9!important;
}

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

/* Header Styling */
thead {
  background-color: #1E88E5; /* Blue header */
  color: #ffffff;
  text-transform: uppercase;
}

th, td {
  padding: 12px 15px;
  border-bottom: 1px solid #dddddd;
}

/* Row Striped Effect */
tbody tr:nth-of-type(even) {
  background-color: #F1F8FF; /* Light Blue */
}

/* Hover Effect */
tbody tr:hover {
  background-color: #BBDEFB; /* Soft Blue */
  transition: 0.3s;
}

/* Make Text in Table Cells Darker */
td {
  color: #333;
}

/* Button Styling inside Table */
table button {
  background-color: #1E88E5;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}

table button:hover {
  background-color: #1565C0;
}

/* Base Styles */
body {
    font-family: 'Segoe UI', Arial, sans-serif;
	padding: 0px!important;
}

/* Headings */
h3 {
    color: #2c3e50;
    font-size: 2rem;
    margin: 2rem 0 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #3498db;
}

h4 {
    color: #34495e;
    font-size: 1.4rem;
    margin: 1.5rem 0 1rem;
}

/* Paragraphs */
p {
    margin-bottom: 1.2rem;
    color: #4a5568;
    font-size: 1rem;
}

/* Links */
a {
    color: #2980b9;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}

a:hover {
    color: #3498db;
    text-decoration: underline;
}

hr {
    border: 0;
    height: 1px;
    background: #e2e8f0;
    margin: 3rem 0;
}

/* Content Containers */
.section-container {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    margin: 2rem 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    body {
        padding: 15px;
    }
    
    table {
        display: block;
        overflow-x: auto;
    }
    
    .section-container {
        padding: 1.5rem;
    }
}
.content {
    border-radius: 8px;
}

.slot-468x60 {
    width: auto!important;
    height: auto!important;
}

/* Customization start -- do not edit this section */
/* bb7f17a475d5e1fd67cfc824ba9ee4e8 */ header { background-color: #1a62ba; }
/* Customization end */