.sec_last {
    height: auto;
    width: 100%;
}
.socialFeed .powrMark {
    display: none !important;
}
.navbar-collapse.collapse {
    position: inherit;
}




/* Custom CSS for AP Course pages */

#coursesTable tbody tr td.tdbtn .btn {
  background: #fe3398;
  font-size: 16px;
  font-weight: 600;
  padding: 0.7rem 2.4rem;
}

#coursesTable .ap-HeadCell th {
  text-align: left;
  font-weight: 400;
  font-size: 19px;
  color: #666;
  font-family: Baloo;
}

#coursesTable .ap-HeadCell th:not(:first-child):not(:last-child) {
  padding-left: 8px;
  padding-right: 8px;
}

#coursesTable .ap-HeadCell th:nth-child(4) {
  font-size: 0;
}

#coursesTable .ap-HeadCell th:nth-child(4)::before {
  content: "Price";
  display: block;
  font-size: 18px;
}

@media screen and (min-width: 769px) {
  #coursesTable .ap-HeadCell th {
    padding: 0 8px;
  }

  #coursesTable tbody tr td.ap-valueCell {
    padding: 15px 8px;
  }

  #coursesTable .ap-HeadCell th:first-child,
  #coursesTable tbody tr td.ap-valueCell:first-child {
    padding-left: 0;
  }

  #coursesTable .ap-HeadCell th:last-child,
  #coursesTable tbody tr td.ap-valueCell:last-child {
    padding-right: 0;
  }

  #coursesTable tbody tr td.tdbtn .btn {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  #coursesTable,
  #coursesTable tbody {
    display: block;
  }

  #coursesTable {
    margin: 0;
  }

  #coursesTable .ap-HeadCell {
    display: none;
  }

  #coursesTable tbody tr {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  #coursesTable tbody tr:not(:first-child) {
    border-top: 21px solid #f8f8f8;
    border-bottom: 0;
  }

  #coursesTable tbody tr:not(:last-child) {
    border-bottom: 1px solid #333;
  }

  #coursesTable tbody tr td.ap-valueCell {
    border: none !important;
    padding: 0 0 0.5rem !important;
    display: flex;
    width: 100%;
  }

  #coursesTable
    tbody
    tr
    td.ap-valueCell:not(:first-child):not(:last-child)::before {
    display: block;
    width: 90px;
    font-weight: 500;
    color: #666;
  }

  #coursesTable tbody tr td.ap-valueCell:nth-child(2)::before {
    content: "Dates:";
  }

  #coursesTable tbody tr td.ap-valueCell:nth-child(3)::before {
    content: "Venue:";
  }

  #coursesTable tbody tr td.ap-valueCell:nth-child(4)::before {
    content: "Price:";
  }

  #coursesTable tbody tr td.ap-valueCell:nth-child(5)::before {
    content: "Places:";
  }

  #coursesTable tbody tr td.tdbtn .btn {
    margin-top: 0.9rem;
    margin-bottom: 2.6rem;
  }

  #coursesTable tbody tr td.ap-valueCell:first-child {
    font-weight: 400;
    font-size: 19px;
    color: #666;
    font-family: Baloo;
  }

  /* Hide any empty rows */
  #coursesTable
    tbody
    tr
    td.ap-valueCell:empty:not(:first-child):not(:last-child)::before,
  #coursesTable
    tbody
    tr
    td.ap-valueCell:empty:not(:first-child):not(:last-child) {
    display: none;
  }
}