.activityDetailsFirstSection h2,
.activityDetailsDetailsSection h2 {
  font-weight: bolder;
  text-decoration: underline;
  font-style: italic;
  text-align: center;
}

.activityDetailsFirstSection table,
.activityDetailsDetailsSection table {
  width: 90%;
  margin: auto;
}

.activityDetailsFirstSection table tr th,
.activityDetailsDetailsSection table tr th {
  width: 40%;
  text-align: right;
  padding-right: 5px;
}

.activityDetailsFirstSection table tr td a,
.activityDetailsDetailsSection table tr td a {
  text-decoration: underline;
}
