#main h4 {
  margin-bottom: 40px;
}
#main h5 {
  font-size: 1.15rem;
  font-weight: bold;
}
#main table {
  margin-bottom: 30px;
}
#main p {
  margin-bottom: 60px !important;
}
#main .image {
  text-align: center;
  margin: 0 0 60px;
}
#main .image img {
  max-width: 780px;
}
#main .links {
  text-align: right;
  padding: 10px 0;
  border-bottom: 1px solid #dedede;
}
#main .bgArea {
  background: #fff;
}
#main .table {
  margin: 0 30px;
}
#main .table table thead td {
  text-align: center;
  background: #e1e0e0;
}
#main .table table th,
#main .table table td {
  border: 1px solid #dedede;
  border-collapse: collapse;
  padding: 15px;
}
