.rst-content table.docutils thead,
.rst-content table.field-list thead,
.wy-table thead,
.wy-table-responsive table td,
.wy-table-responsive table th {
    white-space: wrap
}

/* Style for the "new" role */
.new::before {
    content: "NEW ";
    font-weight: bold;
    color: #e74c3c;
    /* Red color */
}