@charset "UTF-8";
/* CSS Document */
h1 {
  text-align: center;
}
h3 {
  text-align: center;
}
h4 {
  color: #F00;
  text-align: center;
}
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  top: 0;
    left: 0;
  position: fixed;
  width: 100%;
    transition: top 0.3s;
}
li {
  float: left;
  font-size: 14px;
    width: 10%;
}
li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #111;
}
.active {
  background-color: #4CAF50;
}
p {
  text-align: center
}
.table-owner {
  margin-left: auto;
  margin-right: auto;
  table-layout: fixed;
  width: 500px;
  padding: 0px;
  border-spacing: 0px;
}
.plot-num {
  border: 1px solid black;
  text-align: center;
  width: 150px;
}
.plot-own {
  border: 1px solid black;
  text-align: left;
  width: auto;
}
.plot-own-th {
  border: 1px solid black;
  text-align: center;
  width: auto;
}
hr {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.table-map {
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  border-collapse: separate;
  border-spacing: 36px 24px;
}
.plots-regular {
  background: #828282;
  height: 96px;
  width: 60px;
  text-align: center;
}
.plots-big {
  background: #828282;
  height: 120px;
  width: 60px;
  text-align: center;
}
.plots-half {
  background: #828282;
  height: 48px;
  width: 60px;
  text-align: center;
}
.green {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  border: 2px solid #4CAF50;
}
h2 {
    text-align: center;
}
