table {
  width: 100%;
  border-collapse: collapse;
}
tr {
  border-top: dashed 1px #1f3b08;
  border-bottom: dashed 1px #1f3b08;
}
tr:first-child {
  border-top: solid 1px #1f3b08;
}
tr:last-child {
  border-bottom: solid 1px #1f3b08;
}
tr:nth-child(odd) {
  background-color: #fce8c0a5;
}
tr:nth-child(even) {
  background-color: #ffffffa5;
}
td {
  height: 1.5em;
  vertical-align: middle;
  padding: 3px 5px 0 30px;
}
.date {
  width: 100px;
  padding-left: 10px;
}
.board .fa {
  display: inline;
  margin-right: 10px;
  color: #627d4d;
}
#container {
  padding-bottom: 75%;
  background-image: url(/images/IMG_5319.jpg);
  background-size: cover;
}
section {
  background-color: transparent;
}