/* Overlay */
#smcf-overlay {width:100% !important; height:100% !important;}
#smcf-container {left:287px !important;}


.appstudio {
width:320px !important;
margin-right:0;
display:table-cell;
}

.mainwrapper {
width:auto;
}

#main {
	width: 630px !important;
}

#content {
	width: 570px !important;
	overflow:hidden;
	padding:30px 50px 80px;
}

@media (-webkit-min-device-pixel-ratio: 2) {
	.more-link {
		padding: 7px 70px;
	}
	
	.more-link:hover, .more-link:active {
		background-position:0 -28px;
	}
}

@media screen and (max-device-width: 320px) {
	
	.more-link {
		padding: 4px 70px;
	}
	
	.more-link:hover, .more-link:active {
		background-position:0 -28px;
	}
}
