.footer {line-height:1.3;
}
ul {line-height:1.3em;
}
a.LinkButton {
  border-style: solid;
  border-width : 1px 1px 1px 1px;
  text-decoration : none;
  padding : 2px;
  border-color : #000000;

    background: #4E9CAF;
    text-align: center;
    border-radius: 4px;
    color: white;
    font-weight: bold;
	}

.tree p {font-family:Courier New;font-size:125%;margin-top:0.1em; margin-bottom:0em;line-height:1em;
}

.tree_text {font-family:Times New Roman;font-size:80%;}
img {
	max-width:90%;
    max-height:20em;
	padding:0 0 0 0em;
	vertical-align: text-top;
/*
	vertical-align:text-bottom;
	float:left;
*/
}
.column {
  float: left;
  width: 45%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}
h2 {margin:15;}
body {width:99%;}
ul{
	list-style-position: outside;
	padding:0 0 0 2em;
}

.image-txt-container {
  display:flex;
  align-items:center;
  flex-direction: row;
}
