

/* .body {

  background-color: #fdf6e3; 
  border: 2px solid #8b5e3c; 
  border-radius: 10px;
  padding: 20px;
  margin: 20px auto;
  max-width: 800px;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2);
  line-height: 1.6;
  color: #ffffff;

} */

.dmdbheading {
  background-color: #3b2f2f;
  font-size:14pt;
  color: #fdf6e3;
  padding: 0.1em 0.4em;
  border-radius: 12px;
  text-align: center;
  display: inline-block;
  box-shadow: inset 0 0 5px #00000055, 0 2px 6px rgba(0, 0, 0, 0.4);
}















/* 
.dmdban::after {
	font-size:7pt;
	vertical-align: middle;
  content: '✧';
  color: grey;
} */
/* 
.dmdban::after {
	font-size:7pt;
	vertical-align: middle;
  content: ' ༺༻';
  color: grey;
} */
/* 
.dmdban:hover::after {
  color: gold;
  text-decoration: none;
} */

.dmdban:hover::after {
  color: gold;
  text-decoration: none;
}
.dmdban:hover {
  text-decoration: none;
}

a.dmdban {
  color:#000;
  text-decoration: dotted;
  font-weight: bold;

}

.dmdbex:hover::after {
  color: gold;
  text-decoration: none;
}
.dmdbex:hover {
  text-decoration: none;
}

a.dmdbex {
  color:#000;
  text-decoration: none;
  font-weight: bold;
}
.dmdbex::after {
	content: '⤴';
	color: darkred;
	font-size: 7pt;
	vertical-align: middle;
	font-family: "Arial", "Helvetica", sans-serif; /* or your wiki's base font */
}



.Hnavan {
	text-decoration: none;
	font-weight: bold;
	color: #fdf6e3;
  	font-size:20pt;
	vertical-align: middle;
}

.Hnavan:hover {
	text-decoration: none;
	font-weight: bold;
	color: #fdf6e3;
  	font-size:20pt;
	vertical-align: middle;
}

.navan {
	color:white;
	text-decoration: none;
	font-weight: bold;
}

.navan:hover {
	color:white;
	text-decoration: none;
	font-weight: bold;
}




/* BANNER */

.floating-banner {
  position: fixed;
  bottom: 0; /* Anchors to the bottom */
  left: 0; /* Stretches across the width */
  width: 100%; /* Ensures it spans the full width of the screen */
  background: #222;
  color: #fff;
  padding: 10px 15px;
  border-radius: 8px 8px 0 0; /* Rounded top corners */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  text-align: center; /* Centers the text */
}





/* MAIN */








/* img {
  width:70%;
  border: 100px ;
  border-color: #000;
} */

img {
	border: 6px solid #333;
	padding: 1px;
	border-radius: 6px; /* smooth corners */
	max-width: 70%; /* 80% of the viewport width */
	height: auto;    /* keep aspect ratio */
}

  /* .dmdbheading {
	background-color: #000;
	color:white;
  } */


.dmdbdead {
  font-style: italic;
  font-weight: bold;
}

/* TABLE */

table {
    border-collapse: collapse;
    margin: 20px 0;
}



table, th, td {
    border: 1px solid #ddd;
}

th, td {
    padding: 8px;
    text-align: left;
}

tr:nth-child(even) {
    background-color: #f2f2f2; /* Light gray for even rows */
}

tr:nth-child(odd) {
    background-color: #ffffff; /* White for odd rows */
}

th {
    background-color: #111111; /* Green background for the header */
    color: white;
}


