body {
  font-family: Calibri, Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size:3rem;
}

header {
  background-color: BlanchedAlmond;
  padding: 1.5rem;
  width: 100%;
  display:block;
}

a {
    text-decoration: none;
}

h1 {
  margin: 0;
  font-size:110%;
  display: inline;
}

table, input {
    font-size: 3rem;    
}

table td {
    border: 1px solid gray;
}

.current {
    background-color: BlanchedAlmond;    
}


main {
  padding: 0.5rem;
}

footer {
  background-color: BlanchedAlmond;
  padding: 1.5rem;
  text-align: center;
  display: block;
}

#copyright-year {
    padding-right:1.5rem;    
}

.path {
    font-size: 60%;
    border-top: 1px solid blue;
    color: blue;
    cursor: pointer;
}

.search-string {
    background-color: BlanchedAlmond;
}
.tree               {width: 30rem; margin-top:0rem; font-family: Arial;}
.tree ul 			{padding-top:0px; margin-top:0px; margin-left:0rem; margin-bottom:0.1rem; border-left:1.5px solid #E0E0E0; }
.tree li			{list-style-type: none; cursor:pointer; text-overflow: ellipsis; white-space: nowrap; margin-left:-1rem; line-height:130%}
:not(.leaf) .tree li:before	    {content:"+ "; color:silver; cursor:pointer; margin-left:-.2rem; }
li.leaf:before        {content:"\2b9e"; font-size:70%; color:red;  }

@media screen and (min-width: 1081px){
    body{ font-size: 100%; }
    header{ border-bottom: 1px solid black; }
    table, input {
        font-size: 1rem;    
    }
    img {max-width:800px;}
}
@media screen and (max-width: 1080px){
    img {width: 200%; max-width:800px}
    #search-link, #tree-link { font-size:200%; }


}