div.release-notes {
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	margin-right: 56px;
	margin-top: 6px;
}
div.release-notes a {
	font-size: 13px;
	font-weight: bold;
}

div.app-description {
	width: 480px;
}

div.release-notes-content {
	margin-top: 16px;
}

ul.features li {
	font-size: 10pt;
}

div.release-notes-splitter {
	width: 570px;
	height: 1px;
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: rgb(200,200,200);
}

/* Release notes styling (included appcast files). */
table.dots {
	width: 560px;
}
table.dots h3 {
	font-size: 12pt;
	text-decoration: underline;
}
table.dots h2 {
	font-size: 10pt;
}

/* Compositions grid styling */

table.compositions-grid {
	text-align: center;
	width: 100%;
}

table.compositions-grid td {
	padding: 10px;
}

table.compositions-grid img {
	border: 1px solid rgb(70,70,70);
	
	/* Shadow */
	-o-box-shadow: 0px 2px 6px rgb(100,100,100);
	-icab-box-shadow: 0px 2px 6px rgb(100,100,100);
	-khtml-box-shadow: 0px 2px 6px rgb(100,100,100);
	-moz-box-shadow: 0px 2px 6px rgb(100,100,100);
	-webkit-box-shadow: 0px 2px 6px rgb(100,100,100);
}
