body {
margin: 0px;
background: #606690;
} 

#container {
margin: 2em 2em 2em 2em;
}

#upperoutside {
background-color: #1F4128;
border: 1px solid #000000;
}

#upperinside {
background-color: #20274A;
border: 1px solid #EDEDED;
}

#logo {
color: #EDEDED;
font-size: 2.9em;
text-align: center;
}

#logo a {
color: #EDEDED;
}

#logo a:hover {
color: #EDEDED;
text-decoration: underline;
}

#actionsoutside {
background-color: #1F4128;
border: 1px solid #000000;
}

#actionsinside {
background-color: #20274A;
border: 1px solid #EDEDED;
}

#pageactions {
text-align: left;
color: #EDEDED;
font-size: 85%;
}

#pageactions a {
color: #EDEDED;
}

#pageactions a:hover {
color: #EDEDED;
text-decoration: underline;
}

#search {
text-align: right;
color: #EDEDED;
font-size: 85%;
}

#search a {
color: #EDEDED;
}

#search a:hover {
color: #EDEDED;
text-decoration: underline;
}

#searchbox {
color: #011f30;
background-color: #9195B0;
border: 1px solid #000000;
}

#submitbutton {
color: #EDEDED;
background-color: #323A5F;
border: 2px solid #011f30;
}

#middleoutside {
background-color: #1F4128;
border: 1px solid #000000;
}

#middleinside {
background-color: #20274A;
border: 1px solid #EDEDED;
}

#menu {
padding: 5px 5px 5px 5px;
color: #011f30;
background-color: #9195B0;
border: 1px solid #000000;
font-size: 90%;
overflow: hidden;
}

#spacer {
background: #20274A;
width: 0.1em;
}

#pagecontent {
width: 75%;
padding: 5px 5px 5px 5px;
color: #011f30;
background-color: #9195B0;
border: 1px solid #000000;
font-size: 100%;
}

#pagecontent table {
border-collapse: collapse;
border-color: #323A5F;
background-color: #8287a5;
}

#pagecontent td {
padding: 3px;
}

#pagecontent th {
padding: 3px;
}

#loweroutside {
background-color: #1F4128;
border: 1px solid #000000;
}

#lowerinside {
background-color: #20274A;
border: 1px solid #EDEDED;
}

#lastmod {
width: 50%;
text-align: left;
color: #EDEDED;
font-size: 85%;
}

#lastmod a {
color: #EDEDED;
}

#lastmod a:hover {
color: #EDEDED;
text-decoration: underline;
}

#links {
width: 50%;
text-align: right;
color: #EDEDED;
font-size: 85%;
}

#links a {
color: #EDEDED;
}

#links a:hover {
color: #EDEDED;
text-decoration: underline;
}

#wikiedit textarea {
width:100%;
color: #011f30;
background-color: #a0a3bb;
border: 1px solid #000000;
}

a {
text-decoration: none;
color: #220359;
}

a:hover {
text-decoration: underline;
color: #220359;
}

a:visited {
text-decoration: none;
font-weight: normal;
color: #220359;
}

a.createlinktext {
color: #2A337B;
border-bottom: none;
}

#titleline {
border: 1px solid #20274A;
}


hr {
border: 1px solid #20274A;
}

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
margin: 0;
padding-top: 3px;
padding-bottom: 3px;
}

h1 {
font-size: 150%;
color: #060709;
}

h2 {
font-size: 130%;
color: #14161d;
}

h3 {
font-size: 115%;
}

h4 {
font-size: 100%;
}

h5 {
font-size: 90%;
}

h6 {
font-size: 80%;
}

code {
font-size: 105%;
overflow: auto;
}

pre {
  background-color: #8287a5;
  font-size: 105%;
 overflow: auto;
}

input[name='csum'] {
  width: 100%;
}

/* Target all Mermaid SVGs, because labels are getting cut off */
.mermaid svg {
		font-size: 90%; /* Slightly reduce font size */
}

/* Fix for edge labels */
.mermaid .edgeLabel foreignObject {
		overflow: visible;
		font-size: 90%;
}

/* Fix for node labels */
.mermaid .label foreignObject {
		overflow: visible;
		font-size: 90%;
}

/* Ensure text doesn't overflow node boundaries */
.mermaid .node text {
		word-wrap: break-word;
		white-space: pre-wrap !important;
}

/* Additional fix for clusters if needed */
.mermaid .cluster .label foreignObject {
		overflow: visible;
		font-size: 90%;
}
