#mediaphase-upsell-container {
    margin: 0 20px 0 0;
}
#mediaphase-upsell-header h2 {
    background: #FF5458;
	padding:25px;
	margin-bottom:40px;
	overflow:auto
}

#mediaphase-upsell-container span.icon {
    color: green;
}

#mediaphase-upsell-container .theme-container {
    width: 45%;
    float: left;
    margin-right: 40px;
}

#mediaphase-upsell-container .theme-container .theme-screenshot {
    width: 100%;
}

#mediaphase-upsell-container .theme-container:nth-child(2n+1) {
    clear: left;
}

#mediaphase-upsell-container .upsell-logo{
	width:194px;
	height:40px;
}

#mediaphase-upsell-container .theme-details .install{
	margin-left:10px;
}

#mediaphase-upsell-container .theme-details{
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:1px solid #cfcfcf;
	overflow:auto
}

#mediaphase-upsell-container .upsell-text{
	color:#fff;
	float:right;
	margin-top:15px;
	margin-right:15px;
	}
	
#mediaphase-upsell-container .upsell-button{
	margin-top:10px!important;
}

#mediaphase-upsell-container h3{
	text-align:center;
	margin-bottom:50px;
	margin-top:30px;
	font-weight:400
}

#mediaphase-upsell-themes li{
	display:inline-block;
}

#mediaphase-upsell-themes img{
	height:128px;
	width:200px;
}
#mediaphase-upsell-themes img:hover{
	filter: brightness(50%);
	-webkit-filter: brightness(50%);
	-moz-filter: brightness(50%);
	-o-filter: brightness(50%);
	-ms-filter: brightness(50%);
	transition: 0.5s;
	
}