@CHARSET "UTF-8";

.readMore, .hideReadMore {
	font-size: x-small;
	font-style: italic;
	cursor: pointer;
}

.major .cut {
	background: #CCC url(/files/images/CCCFFFhgradient.png) repeat-y right;
}

.minor .cut {
	background: #FFF url(/files/images/CCCFFFhgradient.png) repeat-y left;
}

.cut {
	width: 75%;
	margin: 1em auto;
	text-align: center;
	padding: 5px;
}

.cut .description {
	font-size: small;
}

.cut a {
	color: #333;
	font-family: monospace;
}