#ide_icon {
	background-image: url(/assets/img/ide_icon_256.png);
	background-size: 256px 256px;
	background-repeat: no-repeat;
	border: 0px;
	float: left;
	display: block;
	margin-bottom: 15px;
	margin-right: 15px;
}

#other_platforms {
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 15px;
}

#separator {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dashed #142f6e;
	clear: left;
}

tr.download_row td, tr.section_row td {
	padding-top: 7px;
	padding-bottom: 7px;
}

tr.section_row td {
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #f2f2f2;
	font-weight: bold;
}

td.download_button {
	text-align: center;
	width: 15%;
	padding-left: 6px;
	padding-right: 6px;
	display: inline-block;
}

span.description {
	font-size: normal;
	color: #303030;
	font-weight: normal;
	padding-left: 20px;
	display: inline-block;
}

span.version {
	font-size: smaller;
	color: #303030;
	font-weight: normal;
	display: inline-block;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	#ide_icon {
		background-image: url(/assets/img/ide_icon_256@2x.png);
	}
}