body.resource {
	
}

body.resource #list-container {
	display: none;
}

body.resource #resource {
	position: relative;
	max-width: 640px;
	margin: 0 auto 2em;
	padding: 0 15px;
}

body.resource #resource .centerize {
	text-align: center;
	margin: 2em 0;
}

body.resource #resource .big {
	font-size: 24px;
	line-height: 28px;
}

body.resource #resource .small {
	font-size: 10px;
	line-height: 12px;
}

body.resource #resource h1,body.resource #resource h2,body.resource #resource h3,body.resource #resource h4 {
	margin-bottom: 10px;
}

body.resource #resource .help {
	
}

body.resource #resource .help>.section {
	font-size: 110%;
	line-height: 150%;
	border-top: 1px solid #ccc;
	padding: 2em 0;
	position: relative;
}

body.resource #resource .help>.section img.screenshot { /*
	position: absolute;
	top:2em;
	left:0;
	*/
	width: 150px;
	margin-left: 0;
	float: left;
	position: relative;
	top: -2.3em;
}

body.resource #resource .help>.section>* {
	margin-left: 175px;
}

body.resource #resource *+h2, 
body.resource #resource *+h3 {
	margin-top: 1.5em;
}

.ss-steps {
	margin: 10px 2em;
}
.ss-steps > .ss-step {
	*zoom: 1;
}
.ss-steps > .ss-step:after {
	clear: both;
	content: "";
	display: table;
}
.ss-steps > .ss-step+.ss-step {
	margin-top: 1em;
}
.ss-steps > .ss-step > *{
	margin-left: 200px;
}
.ss-steps > .ss-step > img:first-child,
.ss-steps > .ss-step > a[href="#modal-lightbox"]:first-child {
	float: left;
	display: block;
	position: relative;
	width: 180px;
	margin-right: -180px;
	margin-left: 0;
}

body.resource #resource #login_image {
	display: block;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

@media ( max-width:480px ) {
	.ss-steps > .ss-step > * {
		margin-left: 0;
	}
	.ss-steps > .ss-step > img:first-child,
	.ss-steps > .ss-step > a[href="#modal-lightbox"]:first-child {
		float:none;
		width: 240px;
		margin-right: 0;
		margin-bottom: 7px;
	}
}

body.resource #resource ul,
body.resource #resource ol {
	margin-bottom: 10px;
	margin-bottom: 10px;
}
body.resource #resource ul>li,
body.resource #resource ol>li {
	margin-top: 5px;
	margin-bottom: 5px;
}

@media ( max-width : 750px ), ( max-height: 767px ) {
	body.resource #resource {
		margin-top: 15px;
	}
	
	body.resource #resource .big {
		font-size: 18px;
		line-height: 22px;
	}
	body.resource #resource .small {
		font-size: 10px;
		line-height: 12px;
	}
	body.resource #resource .help {
		font-size: inherit;
		line-height: inherit;
	}
	body.resource #resource .help>.section img.screenshot {
		float: none;
		width: 250px;
		/* margin-right: -90px; */
		display: block;
		position: static;
		margin: 15px auto;
	}
	body.resource #resource .help>.section>* { /* margin-left: 105px; */
		margin-left: 0;
	}
}