.ticketPreviewContent, .reastepcontent, .htmlContent {
    font-family: Segoe UI;
    font-size: 11pt;
}

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

p.hddefault {
    margin: 0px;
}


.tickethtmlcontent {
    font-family: Segoe UI;
    font-size: 11pt;
}                    
.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;
}
