@charset "UTF-8";
/* CSS Document */

body {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; 
	font-size:18px;
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
	
table {border-collapse:collapse;
}
table, td, th
{
	border:1px solid black;
	padding:3px;
}

.imageTable, .imageTable td {
	border:none;
}


.photoTable, .photoTable td {
	border:none;
}

.credit {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; 
	font-size:14px;
}


  .scrollTableDiv {
      overflow:scroll;
	  overflow-x:hidden;
	  height:600px;
	  width:816px;
  }
  .scrollTableHeader {
	  max-width: 960px;
	width: 100%;
	margin: 0 auto;
	  background-color:#9999CC;
	  border-style:solid;
	  border-collapse:collapse;
	  border-width:1px;
	  border-color:#000000;
  }
  
    .scrollTableHeader td {
	  border-style:solid;
	  border-collapse:collapse;
	  border-width:1px;
	  border-color:#000000;	  
  }
   	
   .scrollTableBody {
	  max-width: 960px;
	width: 100%;
	margin: 0 auto;
	  border-collapse:collapse;
	  border-width:1px;
	  border-color:#000000;
  }
   .scrollTableBody td {
	  border-style:solid;
	  border-collapse:collapse;
	  border-width:1px;
	  border-color:#000000;
  }

.caption {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; 
	font-size:16px;
}

.th5, .th5 th {
    border:1px solid black;
	padding:3px;.
	border-collapse:collapse;
	background-color:#9999CC;
}

td  {vertical-align:text-top}

.hangingindent {
    padding-left: 30px ;
    text-indent: -30px ;
}


/* ===== Modern enhancements (hybrid redesign) ===== */
html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  background-color: #f3f4f6;
  color: #111827;
  line-height: 1.6;
}

.civicsbody,
.civicsbody1 {
  line-height: 1.6;
}

/* Slight gradient for light blue module background */
.civicsbody1 {
  background: linear-gradient(180deg, #e5f0ff, #f3f4f6);
}

h1, h2, h3, h4 {
  color: #0b3b68;
  margin-top: 0;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

a {
  color: #1d4ed8;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Tables */
table {
  border-collapse: collapse;
  width: 100%;
  background-color: #ffffff;
}

th, td {
  padding: 0.6rem 0.75rem;
}

th {
  background-color: #e5e7eb;
  font-weight: 600;
}

/* Footer copy */
.copy {
  margin-top: 2rem;
  font-size: 0.9rem;
  color: #6b7280;
  text-align: center;
}

/* Splash caption text */
.splash-small {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.9rem;
  color: #4b5563;
}

/* Form elements & buttons */
input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
  padding: 0.55rem 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid #d1d5db;
  font-size: 1rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  outline: 2px solid #0b3b68;
  outline-offset: 1px;
  border-color: #0b3b68;
}

/* Generic button styling */
input[type="submit"],
button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  border: 1px solid transparent;
  background-color: #0b3b68;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}

input[type="submit"]:hover,
button:hover,
.button:hover {
  background-color: #082f49;
}

/* "Did you know" / callout blocks */
.dyk1, .dyk2, .dyk3, .dyk4 {
  border-radius: 0.75rem;
  background-color: #eef2ff;
  border: 1px solid #c7d2fe;
}

/* Scrollable comparison tables */
.scrollTableDiv {
  max-height: 420px;
  overflow-y: auto;
  background-color: #ffffff;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
}

.scrollTableHeader {
  background-color: #0b3b68;
  color: #ffffff;
  font-weight: 600;
}

.scrollTableBody td {
  background-color: #ffffff;
}

/* Hanging indent utility */
.hangingindent {
  padding-left: 1.75rem;
  text-indent: -1.75rem;
}

/* Appendices layout container */
body {
  max-width: 960px;
  margin: 0 auto;
  padding: 2rem 1.5rem 3rem;
}
