a.mylist1 {
  margin-top: 0;
}

ul.mylist2 {
  text-indent: 10px;
  list-style: disc inside;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
  color: #000099;
}

li.mylist2 {
  text-indent: 10px;
  list-style: disc inside;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
  color: #000099;
}

/* unvisited link */
a:link {
  color: #b00;
  font-weight: bold;
}

/* visited link */
a:visited {
  color: #b00;
  font-weight: bold;
}

/* mouse over link */
a:hover {
  color: #b00;
}

/* selected link */
a:active {
  color: blue;
}

table, th, td {
  border: 1px solid;
  border-collapse: collapse;
  padding: 5px;
}

#header {
    background: #cde;
    font-size: .8rem;
}

#footer {
    text-align: center;
    padding-top: 0;
    color: #003;
}

.navbar .navbar-brand {
    font-size: 1.0rem;
    line-height: 1.0rem;
    text-decoration: none;
    text-indent: 0.4rem;
}
.overlay nav {
   text-align: left;
}

.dropmenu ul li a {
  padding: 7px 20px 7px 20px;
}

.bg-gray {
    background: #cde;
}

body {
    color: #000000;
    background: #def;
}

#body-wrapper .container {
  padding-top: 0;
}
.header-fixed #body-wrapper {
  padding-top: 3rem;
}
h2 {
    margin-top: 2rem;
}
h3 {
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',sans-serif;
  margin-top: 2rem;
  color: #454B4D;
  display: inline;
}
h5 {
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',sans-serif;
  margin-top: 2rem;
  color: #454B4D;
  display: inline;
}

# not is use but for images
.widthSet600 {
    max-width: 600px;
}

.heightSet600 {
    max-height: 600px;
}

hr.thick{
  border-top: 2px solid;
}

#treecont {
  table {
    border: 0 none;
  }
  th,  td {
    border: 0 none;
  }
}

.watermark {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.5; /* Adjust the opacity as needed */
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
div.centre {
  text-align: center;
}
p.italic {
  font-style: italic;
}

figurer {
      float: right;
      margin: 0 20px 20px 0;
      text-align: center;
}
figurel {
      float: left;
      margin: 0 20px 20px 0;
      text-align: center;
}

figcaption {
      font-style: italic;
      text-align: center;
}

figure:last-of-type {
      clear: both;
}
