#paypal-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	flex-direction: row;
}

.approved-comments {
        margin-top: 20px;
        border: 1px solid #ccc;
        padding: 10px;
    }

.comment {
        margin-bottom: 10px;
    }

.comment strong {
        font-size: 16px;
    }

#pdf-viewer {
            width: 100%;
            height: 1000px;
            overflow: auto;
    }

.comment {
        margin-bottom: 20px;
    }

.comment.reply {
        margin-left: 20px;
        border-left: 2px solid #ccc;
        padding-left: 10px;
        margin-top: 10px;
    }