<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  @charset "utf-8";
/* CSS Document */

.mailTickets {
	float: left;
	height: 200px;
	width: 200px;
	border: 1px dotted #666;
	padding: 10px;
	margin-right: 15px;
	margin-bottom: 30px;
	margin-top: 20px;
}
.clearFloat {
	clear: both;
}
.imageLeftNoBorder {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 15px;
}
.imageRightNoBorder {
	float: right;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 20px;
}
</pre></body></html>