div#dw_container {
	width: 650px;
	position:relative;
	margin: 0px auto;
}

#dw_content_container {
	margin:0.5em 0 0.5em 0;
	width:100%;
}
	
#screenshot_container {	
	background-image: url('screenshot_01.png');
	background-repeat: no-repeat;
	background-size: contain;
	width:400px;
	height:640px;
	margin:0 auto;
	max-width: 800px;
	max-height: 1280px;
	font-size:1.1em;
}

#appFeatures {
	font-size:1.1em;
	margin:0.5em 0 1.5em;
}

#comment {
	margin:0.5em 0 0.5em 0;
	font-size:2em;
	text-align:center;
	width:100%;
}

#versionText {
	color:#fff;
	font-size:1.2em;
	display:block;
	margin:0;
	padding:0;
}

a#downloadLink {
	display:inline-block;
	border:2px solid #4CC417;
	background:#52D017;
	width:200px;
	height:50px;
	color:#fff;
	font-size:1.5em;
	text-align:center;
	line-height:2em;
	text-decoration:none;
	margin:0 auto;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

a#downloadLink:hover {
	border:2px solid #4CC417;
	background:#41A317;
}

#dwCount {
	display:inline-block;
	margin-left:1em;
	font-size:1.5em;
	color:#888;
}
	

h3.contentTitle {
	height:50px;
	font-size:1.5em;
	line-height: 2.3em;
	background:#FFDB00;
	margin:0 0 1em 0;
}

#changeLog {
	width: 100%;
    height: 150px;
	border:1px solid #888;
	padding: 0.5em;
    overflow: scroll;
	overflow-x: hidden;
	margin:0.5em 0 1.5em 0;
}


#imgBanner {
	margin-bottom:1em;
}

#imgBanner img {
	max-width:100% !important;
    height:auto;
}

.howto ol {
	display:block;
	margin-left:1em;
	padding-left:1em;
	list-style-type:initial;
}

.howto  > ol li {
	display:block;
	margin-bottom:2em;
}

.issueTitle {
	font-size:1.2em;
	font-weight:bold;
}

.issueDetail {
	font-size:1.1em;
	margin-left:1em;
	color:#eee;
}

.troubleshootingImg {
	margin-top:0.5em;
	margin-bottom:0.5em;
	max-width:100% !important;
    height:auto;
    display:block;
}

@media only screen and (max-width: 650px) {
	div#dw_container {
		width: 100%;
		margin: 0 auto;
	}
}


	
	