table, tr, td, th {
  border: 1px solid #7F360E;
  font-size: 14px;
}
p, table, ul {
  font-size: 14px;
}
h3 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  color: #7F360E;
}
h4 {
  margin: 20px 0 10px;
  font-size: 14px;
  color: #822F1C;
  font-weight: bold;
}
h5 {
  margin: 5px 0;
  font-size: 12px;
  color: #822F1C;
  font-weight: bold;
  text-indent: 1em;
}
table {
  color: #7F360E;
  text-align: center;
  width: 800px;
  border-spacing: 0;
  border-collapse: collapse;
}
table th {
  text-align: center;
  background: #FBF1D4;
}
img {
  display: block;
  margin: 10px auto !important;
}
.text-center {
  text-align: center;
}
p > img {
  display: inline-block;
  margin: 0 !important;
  width: 50px;
  height: 50px !important;
  float: none !important;
}