.wpsc-thread {
	margin-bottom: 15px !important;
}

.wpsc-thread.reply {
	/* border: 1px solid lightgray; */
	padding: 5px 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 3px 2px #ddd;
}

.wpsc-ticket-list-tbl td {
	padding: 5px !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 40ch;
}
