.fwb {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table tr {
  padding: 0.35em;
  border-bottom: 1px solid #bbb;
}
table thead {
  border-bottom: 5px solid #ff9900;
}
table tr:last-child {
  border-bottom: none;
}
table th,
table td {
  padding: 1em 10px 1em 1em;
  text-align: left;
}

table th:last-child,
table td:last-child {
  border: none;
}
tbody th {
  color: black;
}

a.btn {
  border-radius: 5px;
  background-color: burlywood;
  padding: 10px;
  color: #0f2f2f;
  font-size: large;
  border-bottom: solid 2px #8e6837;
  transition: all 0.5s ease-out;
}
a.btn:hover {
  background-color: lemonchiffon;
  color: black;
  border-bottom: solid 2px #dfdaad;
}
a.btn:active {
  position: relative;
  top: 2px;
  border-bottom: none;
}

.w80 {
  width: 80%;
  margin: 0 auto;
}

.btn-center {
  text-align: center;
  margin-bottom: 2.3em;
}

.indent-1 {
  text-indent: 1em each-line;
}
