.meeting-article { position:relative; }
h2.page-title {
  margin-bottom:0;
  padding-right:200px;
}
h2.page-title:after { display:none; }
.back-to-list {
  position:absolute;
  top:76px;
  right:9px;
  color:#0e233b;
}
.back-to-list .arrow > * { fill:#fbc02d; }
.back-to-list:hover { color:#fbc02d; }
.back-to-list:hover .arrow > * { fill:#fbc02d; }
.meeting-content {
  position:relative;
  margin-top:15px;
  padding-top:60px;
}
.meeting-content > .line {
  display:block;
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:1px;
  background-color:rgba(29,184,202,0.5);
  -webkit-transition:right 1s ease-out 0.5s;
  transition:right 1s ease-out 0.5s;
}
@media only screen and (max-width: 1200px) {
  .back-to-list {
    top:16px;
    right:29px;
  }
}
@media only screen and (max-width: 690px) {
  h2.page-title { padding-right:0; }
  .back-to-list {
    position:static;
    float:right;
    margin-bottom:15px;
  }
  .meeting-header { clear:both; }
}
