.leftSideBar
{
  float:left;
  width:15%;
  clear:both;
  margin-right:1em;
  background-color:forestgreen;
}
.solarCond img
{
  max-width:155px;
  width:85%;
  height:auto;
}
#mobile_menu
{
  display:none;
}
#nav_menu
{
  background-color:forestgreen;
  padding-top:.5em;
  padding-bottom:.8em;
}
#nav_menu > ul
{
  display:flex;
  flex-direction:row;
  justify-content:space-around;
}
#nav_menu ul
{
  list-style:none;
  font-weight:bolder;
  font-size:larger;
}
#nav_menu [href]:visited, [href]
{
  color:white;
}
header
{
  width:100%;
  text-align:center;
  padding:1em 0em 1em 0em;
  background-image:linear-gradient(to top, forestgreen, lightgreen)
}
footer img
{
  width:auto;
  height:150px;
  max-width:300px;
}
tr
{
  width:100%;
}
td
{
  width:33.3333%
}
