/* LitmusWorld Web Client CSS - Version 1.0 */
/* 
 * This is a placeholder file. 
 * Replace this content with the actual CSS file provided by LitmusWorld.
 * The actual file should be obtained from LitmusWorld support team.
 */

/* Basic styling for LitmusWorld feedback components */
#litmus-feedback-frame {
    border: none;
    width: 100%;
    height: auto;
    min-height: 400px;
}

.litmus-feedback-container {
    position: relative;
    z-index: 9999;
}

/* Add any additional styling as provided by LitmusWorld */
