.edd_changelog-container {
	margin: 10px 0;
	position: relative;
}
.edd_changelog-toggle {
	border: 1px solid #E0E3E7;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top, #f1f1f1 0%, #f5f5f5 50%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(50%,#f5f5f5), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f1f1f1 0%,#f5f5f5 50%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f1f1f1 0%,#f5f5f5 50%,#f1f1f1 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f1f1f1 0%,#f5f5f5 50%,#f1f1f1 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f1f1f1 0%,#f5f5f5 50%,#f1f1f1 100%); /* W3C */
	color: ##333;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 36px;
	margin: 0 !important;
	line-height: 36px !important;
	text-shadow: 0 1px 0 #fff;
	padding: 0 0 0 12px !important;
	position: relative;
}
/*.edd_changelog-toggle span {
	display: block;
	width: 100%;
}*/
.edd_changelog-container .edd_changelog-content {
	background-color: #F9F9F9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 14px;
	padding: 10px;
}
.edd_changelog-icon:before {
	content: '\f502';
	position: absolute;
	right: 10px;
	top: 16px;
}
.edd_changelog-icon-down:before {
	content: '\f500';
	position: absolute;
	right: 10px;
	top: 8px;
}
.edd_changelog-icon, .edd_changelog-icon-down {
	color: #333;
	font-family: 'Genericons';
	font-size: 16px;
	height: 16px;
	line-height: 1;
	cursor: pointer;
	vertical-align: top;
	width: 16px;
}
