.summit-body {

}

.summit-body-container1 img {
  margin-top: 0px;
  margin-left: 0px;
}

.summit-body-container2 {
  width: 100%;
  /* height: 330px; */
  text-align: center;
  padding-top: 50px;
  color: black;
}

.summit-body-container2 h1 {
  font-size: 32px;
}

.summit-agenda-table {
  width: 90%;
  border-collapse: collapse;
  margin: 20px auto 0 auto;
  text-align: left;
  font-size: 16px;
}

.summit-agenda-table-tr {
  border-bottom: 1px solid grey;
  height: 60px;
}

.summit-agenda-table-td-time {
  padding-left: 20px;
}

.summit-agenda-table-td-link {
  padding-right: 20px;
}


.summit-body-container3 {
  width: 100%;
  /* height: 330px; */
  text-align: center;
  margin-top: 50px;
  padding-top: 25px;
  color: white;
  background-color: black;
  padding-bottom: 75px;
}

.summit-body-container3 h1 {
  font-size: 32px;
  color: white;
}

.summit-agenda-table2 {
  width: 90%;
  border-collapse: collapse;
  margin: 20px auto 0 auto;
  color: white;
  text-align: left;
  font-size: 16px;
}

.summit-more-info {
  padding: 10px 20px;
  background-color: rgb(209, 0, 14);
  color: white !important;
  text-decoration: none;
  border-radius: 5px;
}

.summit-more-info:hover {
  text-decoration: none !important;
  color: white !important;
  -webkit-transition: background-color 50ms linear;
  -ms-transition: background-color 50ms linear;
  transition: background-color 50ms linear;
  background-color: rgb(180, 0, 12);
}