 .bible {
      font-family: "Georgia", "Times New Roman", serif;
      font-style: italic;
      text-align: justify;
      background: #faf9f4;
      border-left: 4px solid #8a7a4d;
      padding: 0.8em 1em;
      margin: 1em 0;
      hyphens: auto;
    }
	
.dzeja table {
  width: 80%;
  border-collapse: collapse;
  border-left: 4px solid #b8b8b8;  /* the only frame */
  margin: 1em 0;
}

.dzeja td {
  width: 50%;
  vertical-align: top;
  padding: .6rem .8rem;
  font-family: "Georgia","Times New Roman",serif;
  white-space: normal;
  line-height: 1.4;
  border: none;                     /* no cell borders */
}

    .dropcap:first-letter {
      float: left;
      font-size: 3.2em;
      line-height: 0.9;
      margin-right: 0.12em;
      font-weight: 600;
    }