/* Enable normal wrapping of table cells */
.rst-content table.docutils td,
.rst-content table.docutils th {
    white-space: normal;
}

.framed-image {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 12px;
    background: #fafafa;
}
