.ticketPreviewContent, .reastepcontent, .htmlContent {
    
}

.ticketPreviewContent img:not([height]), 
.reastepcontent img:not([height]),
.htmlContent img:not([height]) {
	max-width: 100%;
}

p.hddefault {
    margin: 0px;
}


.tickethtmlcontent {
    
}                    
.tickethtmlcontent p.hddefault {
    margin: 0px;
}
    
.tickethtmlcontent img {
    max-width: 100%;
}
.tickethtmlcontent img:not([width*="%"]) {
    height: auto !important;
}

.tickethtmlcontent a:not([href]) {
    color: inherit;
    text-decoration: initial;
    outline: inherit;
}

.tickethtmlcontent ul, .reastepcontent ul, .htmlContent ul,
.tickethtmlcontent ol, .reastepcontent ol, .htmlContent ol {
    margin: revert;
}

.tickethtmlcontent h1, .reastepcontent h1, .htmlContent h1,
.tickethtmlcontent h2, .reastepcontent h2, .htmlContent h2,
.tickethtmlcontent h3, .reastepcontent h3, .htmlContent h3,
.tickethtmlcontent h4, .reastepcontent h4, .htmlContent h4,
.tickethtmlcontent h5, .reastepcontent h5, .htmlContent h5,
.tickethtmlcontent h6, .reastepcontent h6, .htmlContent h6{
    margin: revert;
    color: inherit;
}
