﻿/* CSS for jQuery More plugin v2.0.0. */
.text_wrapper span.more-hidden {
	display: none;
}
.text_wrapper span.more-ellipsis {
	display: inline;
}
.text_wrapper span.more-link {
	margin-left: 1em;
	padding: 0.125em;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	text-decoration: none;
	display: inline;
}
.more-link img {
	border: none;
}
