.nyt-article {
    font-family: 'Georgia', serif;
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 20px;
    margin: 20px auto;
    max-width: 700px;
    color: #111;
  }

  .nyt-titlebar {
    text-align: center;
    margin: 40px 0 30px 0;
    font-family: 'Playfair Display', Georgia, serif;
  }

  .nyt-title-line {
    border-top: 2px solid #000;
    margin: 0 auto;
    width: 90%;
    position: relative;
    height: 1em;
  }

  .nyt-title-line-bottom {
    margin-top: 10px;
  }

  .nyt-title-break {
    position: absolute;
    top: -0.65em;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 0 10px;
    font-size: 1rem;
    font-weight: bold;
    font-family: Georgia, serif;
  }

  .nyt-title-text {
    font-size: 4.5rem;
    font-weight: bold;
    margin: 10px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .nyt-header {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }

  .nyt-headline {
    font-size: 27px;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
    margin-bottom: 5px;
	  padding:0px 30px;
    line-height: 1.3;
  }

  .nyt-subheadline {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
  }

  .nyt-meta {
    font-size: 12px;
    color: #0d0d0d;
	text-align:right;
	font-weight:bold;
	  padding:0px 30px;
    margin-bottom: 20px;
  }

  .nyt-content {
    column-count: 2;
    column-gap: 20px;
	padding:0px 30px;
    text-align: justify;
    font-size: 15px;
  }

  .nyt-dropcap {
    float: left;
    font-size: 2.5em;
    line-height: 1;
    font-weight: bold;
    padding-right: 5px;
  }

  .nyt-footer {
    font-size: 12px;
    color: #aaa;
    text-align: center;
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 10px;
  }