#pslogo {
  position: relative;
  margin: 2em;
}

#lfp_table_div{
  position: relative;
}

#lfp_parent_table td {
  border: none;
}

#lfp_table {
  margin-left: 2em;
  position:relative;
}

#mapThumb_div {
  position:relative;
  text-align:right;
  right:2em;
  top: -260px;
}

#mapThumb {
  border:solid;
  background-color:white;
}

#fishing_table_div{
  position: relative;
}

#activity_table_div{
  position: relative;
}

body {
  background-color: #253551;
  font-family: Open Sans;
  font-size: smaller;
}

h1 {
  text-align: center;
  color: white;
  max-width: 70%;
  position: absolute;
  left: 300px;
  top: 50px;
  padding: 0.2em;
}

h2 {
  text-align: center;
  color: white;
  padding: 0.5em;
  margin: 0.1em;
}

table {
  margin-left: auto;
  margin-right: auto;
  max-width: 95%;
}

a {
  color:blue;
  text-decoration: none;
  font-weight: bold;
}

th {
  text-align: center;
  background-color: #E1E1E1;
  border: 1px solid #000;
}

td {
  text-align: center;
  min-width: 60px;
  padding: 0.25em;
  border: 1px solid #ccc;
}

td:hover {
  border-color: : #000;
}

.label {
  color: white;
  text-align: center;
}

.max_values {
  line-height: 2.0em;
  font-size: larger;
  font-weight: bold;
}

.table_div {
  #background-color: #E1E1E1;
}

.most_restrictive {
  background-color: #dc1f28;
}

.heavily_restrictive {
  background-color: #eea60a;
}

.moderately_restrictive {
  background-color: #feed00;
}

.less_restrictive {
  background-color: #009907;
}

.least_restrictive {
  background-color: #005693;
}

.mma {
  background-color: #FFFFFF;
  font-weight: bold;
  line-height: 1.1em;
}

.nyr {
  background-color: #E1E1E1;
  color:#888;
}

.allowed {
  background-color: #6aa84f;
}

.prohibited {
  background-color: #ff0000;
}

.restricted {
  background-color: #ffff00;
}

.unknown {
  background-color: #FFFFFF;
}

.yes {
  background-color: #6aa84f;
}

.no {
  background-color: #ff0000;
}
