body {
    font-size: 1rem;
}

p {
    padding: 0px;
    margin: 0px;
}

.exm-img {
    max-width: 18rem;
    border-radius: 4px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#responseTable {
    table-layout: fixed;
    width: 100%;
}

#responseTable td {
    white-space: wrap !important;
    word-wrap: break-word !important;
}
