.tslr .tslr-lead__title {
  width: 740px;
  font-size: 40px;
  line-height: 45px;
}

.tslr h2:not(.tslr-infobox__title),
.tslr h3 {
  text-align: center;
}


.tslr h2:not(.tslr-infobox__title) {
  font-size: 30px;
  line-height: 40px;
  width: 940px;
  margin-top: 100px !important;
  margin-bottom: 50px !important;
}

#war-map {
  margin-top: 40px;
  margin-bottom: 95px;
}

#update-date {
  margin: 30px auto;
}

#refugees-chart, #currencies-chart {
  margin: 70px auto;
}

.tslr-figure-graphic__title {
  font-size: 22px;
  line-height: 30px;;
}

.tslr-figure-graphic__text {
  font-size: 17px;
  line-height: 23px;
}


.tslr-figure-graphic__caption {
  font-size: 17px;
  line-height: 23px;
  color: #9b9b9b;
}

.tslr-figure-graphic__attribution {
  font-size: 17px;
  line-height: 23px;
  color: #9b9b9b;
  text-align: left;
  margin-top: 0;
}

.tslr-figure-graphic__attribution a {
  color: #9b9b9b !important;
  text-decoration: underline !important;
  text-shadow: none !important;
  background: none !important;
}

.tslr-figure-graphic__content {
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (max-width: 480px) {
  .tslr h2:not(.tslr-infobox__title) {
    font-size: 24px;
    line-height: 28px;
    width: 100%;
    margin-top: 50px !important;
    margin-bottom: 40 px !important;
  }

  .tslr h2:not(.tslr-infobox__title)::after {
    background: #1f1f1f;
    height: 1px;
    content: '';
    width: 50%;
    transform: translateX(50%);
    display: block;
    position: absolute;
    bottom: -20px;
  }

  .tslr h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .tslr-figure-graphic__title {
    font-size: 20px;
    line-height: 24px;
  }

  .tslr-figure-graphic__text {
    font-size: 16px;
    line-height: 22px;
  }

  .tslr-figure-graphic__caption {
    font-size: 16px;
    line-height: 22px;
  }

  .tslr-figure-graphic__attribution {
    font-size: 16px;
    line-height: 22px;
  }

  .tslr-figure-graphic__content {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  #war-map {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  #live-blog {
    margin-bottom: 80px;
  }

  #refugees-chart, #currencies-chart {
    margin: 40px auto;
  }

  #feeds {
    margin-top: 30px;
  }
}

@media (min-width: 480px) {
  .tslr h2:not(.tslr-infobox__title)::after {
    position: absolute;
    background: #1f1f1f;
    height: 2px;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 0;
    content: '';
  }

  .tslr h2:not(.tslr-infobox__title)>span {
    background: #fff;
    padding: 0 40px;
    display: inline-block;
    position: relative;
    z-index: 1;
  }
}

.tslr-date {
  text-align: center;
}

.tslr-morearticles__title {
  width: 100% !important;
  text-align: center;
}

#refugees-chart .tslr-figure-graphic__content {
  margin-top: 5px;
}
