/* Blockquotes */
.table-wrapper {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
}
.table-wrapper table {
    width: 100%;
    min-width: 600px; /* Forceert het scrollen op mobiel */
    border-collapse: collapse;
}

.content details table,
.content .content_item_description table {
      width: 100%;
      border-collapse: collapse;
      margin: 2rem 0;
      font-size: 16px;
      /* background: #fff;*/
    }
.content details table {
  margin: 0;
}
.content details th, 
.content details td,
.content .content_item_description th, 
.content .content_item_description td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
}
.content details th,
.content .content_item_description th {
background: #e0e0e0;
font-weight: 600;
/* color: #333;*/
}
.content details tr:nth-child(even),
.content .content_item_description tr:nth-child(even) {
    background: #f9f9f9;
}
.content details tr:hover,
.content .content_item_description tr:hover {
    background: #f0f0f0;
}

.content_list_description img,
.content_item_description img,
.content_list_image img,
.content_item_image img {
    display: inline-block;
    box-shadow: 5px 5px 30px 4px rgba(0, 0, 0, 0.3);
    margin: auto;
    margin-right: 0.5rem;
    margin-bottom: 1rem;
    max-width: 100%;
    height: auto;
}

.img_align_left {
    margin: 0 1em 1em 0;
}
.img_align_right {
    margin: 0 0 1em 1em;
}
