
#CommonResponseContainer {
    overflow-wrap: break-word;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
}

.CommonResponseContainer {
    width: 100%;
    margin-bottom: 10px;
}

.CommonResponseContainer:empty {
    display: none;
}

.CommonResponseContainer:first-letter {
    text-transform: capitalize;
}
