div#fpage
{
  background: #bbbbbb;
  padding-bottom: 4px;
}

div#fpage hr#f_hr
{
  width: 95%;
  height: 6px;
  border: 2px solid rgba(100, 100, 100, .3);
}

div#footer
{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  font-size: .9em;;
  background: #bbbbbb;
  border: 1px none black;
}

div#footer div.fcolumn
{
  display: flex;
  flex-direction: column;
  min-height: 50px;
  width: 32%;
  min-width: 280px;
  margin: 0 4px 12px 4px;
  color: black;
  background: #777777;
  border: 2px solid gray;
}

div#footer div.fcolumn div.caption
{
  font-size: 1.2em;
  text-align: center;
  margin: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 12px;
  background: #455C57;
  border-bottom: 1px none black;
}

div#footer div.content
{
  width: 100%;
  padding: 0px 12px 6px 12px;
}

div#footer div.fcolumn p { margin-top: 0em; margin-bottom: .3em; }

div#footer div.fcolumn a
{
  display: block;
  margin-bottom: 6px;
  text-decoration: none;
}

div#footer div.fcolumn a:link      { color: black; }
div#footer div.fcolumn a:visited   { color: black; }
div#footer div.fcolumn a:active    { color: black; }

div#footer div.fcolumn a:hover
{
  color: #dddddd;
}

