@charset "utf-8";
/* CSS Document */
@media only screen and (min-width: 768px) {
#page > main > article.content > section ul li > .content-summary:nth-child(odd) {
  height: 6rem;
}
.year2016 .content-program:nth-of-type(4) > p:nth-of-type(2) {
  height:14.5rem;
}
.year2017 .content-program:nth-of-type(2) > p:nth-of-type(2) {
  height:22rem;
}
.year2017 .content-program:nth-of-type(4) > p:nth-of-type(2) {
  height:13rem;
}
.year2017 .content-program:nth-of-type(8) > p:nth-of-type(2) {
  height:17.7rem;
}
}

