table caption {
    font-size: 1.25em; /* This sets the font size similar to h2 */
    font-weight: bold; /* This makes the text bold */
    text-align: center; /* This centers the caption text */
    margin-top: 0.1em; /* This sets the top margin similar to h2 */
    margin-bottom: 0.2em; /* This sets the bottom margin similar to h2 */
    color: #007bff;
    /* Additional styles can be added as needed */
}

.views-field-field-chapter {
	width: 35%;
}

.views-field-field-exam {
	width: 45%;
}

.views-field-field-no-of-questions {
	width: 20%;
}