@charset "utf-8";

/* Mobile Layout: 480px and below. */

.disclaimer{font-size:small;margin-bottom:10px;line-height:1.3em}

.topic {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: large;
	margin-top: 5px;
}
.subhead {
	margin-bottom: 5px;
	font-weight: bold;
	margin-top: 10px;
}
.steps {
	margin-bottom: 3px;
	margin-top: 0px;
	list-style-position: outside;
	padding-left: 25px;
}
.text_small {
	font-size: small;
}
.text_normal {
	margin-bottom: 3px;
}
.note, .tip {
	font-size: small;
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 20px;
}
.icon_note, .icon_tip {
	display: block;
	margin-top: 5px;
	height: 20px;
}
.screenshot {
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 10px;
	vertical-align: top;
	border: thin solid #CCCCCC;
}
.img_width_90, .img_width_75, .img_width_50, .img_width_33, .img_width_25 {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 20px;
	vertical-align: middle;
}
.bullets {
	margin-top: 0px;
	margin-bottom: 3px;
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 20px;
}
.img_inline {
	height: 25px;
	display: inline-block;
	text-align: center;
}
.img_inline_small {
	height: 15px;
	display: inline-block;
	text-align: center;
}
a.ref {
	font-weight: bold;
	font-size: inherit! important;
	text-decoration: underline !important;
	color: #0000FF;
	cursor: pointer;
}
.language {
	color: #FFFFFF;
	position: absolute;
	right: 10px;
	font-size: small;
	bottom: 8px;
}
.language a {
	color: #FFFFFF;
	text-decoration: none;
}




/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.screenshot {
	max-width: 520px;
	margin-left: 20px;
}
.img_width_90 {
	max-width: 270px;
	margin-left: 20px;
}
.img_width_75 {
	max-width: 225px;
	margin-left: 20px;
}
.img_width_50 {
	max-width: 150px;
	margin-left: 20px;
}
.img_width_33 {
	max-width: 100px;
	margin-left: 20px;
}
.img_width_25 {
	max-width: 75px;
	margin-left: 20px;
}

}


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.img_width_90 {
	width: 90%;
	margin-left: 5%;
}
.img_width_75 {
	width: 75%;
	margin-left: 5%;
}
.img_width_50 {
	width: 50%;
	margin-left: 5%;
}
.img_width_33 {
	width: 33%;
	margin-left: 5%;
}
.img_width_25 {
	width: 25%;
	margin-left: 5%;
}

}
