#content {
	background: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding-top: 0;
}

h1 {font-size: 180%;}

.dev-banner {
	background: url(/static/roxio/images/products/developer-tools/bnr-developer-tools.jpg);
	background-size: cover;
}

.dev-banner h2 {
	color: #fff;
	text-align: right;
    padding: 20px;
	padding-top: 50px;
	
}

.hdr-primary {
	background: #4B4B4B;
	color: #fff;
	font-size: 130%;
	padding: 10px;
	margin-top: 0;
}

a .hdr-primary {
	color: #fff;
	margin-bottom: 20px;
}

.hdr-default {
	background: #333333;
	color: #fff;
	font-size: 130%;
	padding: 10px;
}

a .hdr-default {
	color: #fff;
	margin-bottom: 20px;
}

.hdr-secondary {
	background: #CFD0D0;
	color: #333;
	font-size: 130%;
	padding: 10px;
}

a .hdr-secondary {
	color: #333;
	margin-bottom: 20px;
}

.padding {
	padding: 5px 10px 10px 10px;
}

.item {
	padding-bottom: 20px;
}
ul.quick-links, .item ul, ul.bullets, ul.top-notes {
	margin-left: 0;
	padding-left: 20px;
}

ul.standard-list {
	margin-left: 0;
	padding-left: 25px;	
}

ul.quick-links li, .item ul li, ul.bullets li {
	padding-bottom: 10px;
}

.pc-updates, .mac-updates {
	padding-bottom: 25px;
}


.overview {
	padding-top: 15px;
}

.title-sub {
	padding-top: 25px;
}

.update-descr {
	margin-top: 15px;
	margin-bottom: 15px;
}

.update-icon {
	float: left;
	padding-right: 15px;
}

.update-icon span {
	font-size: 60px;
}

.info-features {
	overflow: hidden;
}


@media (min-width: 768px) {
.dev-banner h2 {
	color: #fff;
	text-align: right;
    padding: 20px;
	padding-top: 200px;
	
}	

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

@media (max-width: 460px) {
.oem-banner{
	margin-bottom: 20px !important;
}
.oem-banner h1 {
    padding-top: 15px !important;
}
}

.oem-banner{
	border-radius: 15px;
	background: linear-gradient(to top, #001966 15%, #007fc2 100%);
	margin-top: 5px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.oem-banner h1{
	color: white !important;
	font-weight: 700 !important;
	text-shadow: -1px -2px 1px #333333c2 !important;
	padding: 6px;
}

ol.standard-list {
    margin-left: 0;
    padding-left: 25px;
}