.program-collections {
  display: flex;
  font-family: Arial, Helvetica, sans-serif;
}
.program-collections__container {
  max-width: 1150px;
  width: 100%;
  padding: 40px;
  margin: auto;
}
.program-collections__menu {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.program-collections__btn {
  padding: 10px 20px;
  background: #357dc1;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: block;
  text-transform: uppercase;
  cursor: pointer;
  transition: 300ms;
}
.program-collections__btn:hover {
  color: #fff;
  opacity: 0.7;
}
.program-collections__table {
  border: 1px solid #457CB5;
  border-collapse: collapse;
  width: 100%;
}
.program-collections__table-th {
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  background: #457CB5;
  font-weight: 100;
  padding: 20px;
}
.program-collections__table-td {
  border: 1px solid #457CB5;
  border-top: none;
  border-bottom: none;
  padding: 20px;
  font-size: 16px;
  text-align: center;
}
.program-collections__table-tr:nth-child(2n+1) {
  background: #dcebf7;
}

/*# sourceMappingURL=program-collections.css.map */
