nav ul {
    text-align:left;
    border-bottom:1px solid #ccc;
    list-style-type:none;
    padding:10px 10px;
    margin-left: 0px;
}
nav ul li{display:inline;}
nav ul li a{
    color: deepskyblue;
    text-decoration:none;
    font-weight:bold;
    border:1px solid #ccc;
    padding:10px 10px;
    margin-right:4px;
    background-color:#eee;
    border-bottom: 1px solid #eee;
}
nav ul li a.current{
    background-color:#fff;
    border-bottom:none;
}
nav ul li a:hover{
    color: cornflowerblue;
}
nav ul li#spacer{
    margin-right:15px;
}

#navSub ul{
    margin-top: -13px;
}
#navSub ul li a{
    color: sienna;
}
#navSub ul li a:hover{
    color: orange;
}

.config{
    width: 100%
}
.config #key{

}
.config .value{
    color: dodgerblue;
}
.config .priority{
    color: orangered;
}
.config .comment{
    color: forestgreen;
}

#results {
    margin: 0 auto;
    border-color: lightgray;
}
#results th {
    padding:4px 10px;
}
#results #cell {
    padding:4px 4px;
}
#results #addLink {
    font-size: larger;
}


#linkButton{
    margin-left: 10px;
}
#search {
    margin-top: 40px;
}
form {
     margin-left: 25px;
     margin-top: 20px;
 }
form #label, form label {
    margin-right: 10px;
}
form #textbox {
    width: 400px;
}
form #textboxShort{
    width: 150px;
    margin-left: 10px;
    margin-top: 10px;
}
form #textboxMedium{
    width: 250px;
    margin-left: 10px;
    margin-top: 10px;
}
form #button{
     margin-left: 10px;
}
form #actions, form .actions{
     margin-top: 10px;
}
form #field, form .field{
    margin-top: 10px;
}
form fieldset{
    margin-top: 10px;
    /*width: 10px;*/
}
form #searchHint, .search-hint {
    margin-left: 10px;
    color: darkgray;
}

#hint{
    margin-left: 25px;
    color: darkgray;
}

#paginate {
    text-align: center;
    height: 30px;
}
#paginate ul li{display:inline;}
#paginate ul li{
    font-weight:bold;
    padding:4px 4px;
    margin-right:8px;
    background-color:#fff;
}
#paginate ul li a{
    color: deepskyblue;
    text-decoration:none;
    font-weight:bold;
}

#help #version{
    color: darkgrey;
    display: inline;
    position:absolute;
    top:50;
    right:10;
}
#help #topics{
    margin-left: 30px;
    margin-top: 50px;
}
#help #rootMessage{
    font-size: larger;
}
#help #header {
    font-weight: bold;
    margin-top: 15px;
}
#help #details{
    margin-left: 30px;
}

.error {
    margin-left: 0.5em;
    color: darkred;
}

.center {
    text-align: center;
}

.sub-table {
    width: 100%
}

.right {
    text-align: right;
}

.warning {
    color: orangered
}

table {
    max-width: 100%;
    width: 100%;
    table-layout: fixed;
}

#results td, .results td {
    padding:4px 4px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
}

#config td {
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
}

.search-cluster {
   display: grid; 
   grid-template-columns: 0.5fr 1fr 0.5fr 1fr 0.5fr 1fr;
   width: 100%;
}

.search-cluster > input, .search-cluster > label {
    margin: 10px;
}

.help {
    font-size: larger;
    margin: 1em;
}

.changelog-view {
    margin: 20px;
    max-width: 100%;
}

.changelog-view > pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

p, ul {
    padding:4px 4px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
}

/* Ensure content lists (not navigation) have proper styling */
ul {
    list-style-type: disc;
    margin-left: 20px;
}