﻿@import url('https://fonts.googleapis.com/css?family=Segoe+UI:400,700|Ubuntu:400');

body {
	max-width:960px;
	margin:0 auto 20pt auto;
	padding:70px 20pt 0 0;
	background: white;
	color: #334;
}

body, div, td, p {
	font: 15px "Segoe UI", Verdana, Tahoma, sans-serif;
}

div.code {
	margin: 10px 0px;
	padding:5px;
	border:1px solid grey;
}

div.code p{
	font: 13px courier new, courier, fixed;
}

p {
	margin: 5pt 5pt 0pt 25pt;
	color: #202030;
}

p.code{
	padding: 5px;
	font: 13px courier new, courier, fixed;
	color: #844
}

p.bold {
	margin: 7pt 5pt 0pt 20pt;
	color:#556;
	font-weight: bold;
}

p.title {
	position: fixed;
	top: 0;
	left:0;
	height: 41px;
	width: 100vw;
	margin-left: -5pt;
	margin-top:0px;
	background: #556;
	padding: 15px 5pt 0 15pt;
	font:bold 24px Ubuntu, Tahoma;
	color:#fff;
}

p.section {
	margin: 10pt 10pt -12pt 5pt;
	border-top:1px solid gainsboro;
	padding: 10pt 8pt;
	color:#445;
	font:24px Ubuntu,Tahoma;
}

p.title + p.section{
	border-top: 0;
	margin-top: 0;
}

p.heading {
	margin: 10pt 5pt -2pt 15pt;
	font:24px Ubuntu,Tahoma;
	color: #445;
}

p.info {
	background: #f8f8ff;
	margin: 10pt 0 15pt 15pt;
	border-left: 2pt solid #08e;
	padding: 5pt 5pt;
	line-height:18px;
}

p.info:first-line {
	font-weight:bold;
	color: #445;
}

p.step {
	margin: 15pt 0 5pt 25pt;
	border-top:1px solid gainsboro;
	padding-top:5pt;
	text-indent: -5pt;
	color: #556;
}

p.step:first-line {
	font-size:16px;
	font-weight:bold;
}

p.title + p.step{
	border-top: 0;
	margin-top: 0;
}

p.tip{
	background: green;
}

p.listItem {
	display: list-item;
	margin: 5pt 5pt 0 35pt;
}

p.listEnum {
	display: list-item;
	content: counters(item, "hello");
	list-style-type: decimal;
	margin: 5pt 5pt 0 35pt;
}

p.indent {
	margin-left: 50px;
}

strong{
	color: #446
}

table {
	width: calc(100% - 30pt);
	margin: 0 0 10pt 25pt;
	table-layout: fixed;
	border-collapse: collapse;
}

td{
	padding:0;
}

td:first-child {
	width: 180px;
}

table.scr td{
	border-top: 1px solid gainsboro;
	vertical-align:top;
	padding: 10px 0
}


table.scr td p{
	margin: 0
}

table.scr td:first-child{
	width: 40%
}

table.scr td:first-child>p{
	color:#448
}

.italic {
	font-style: italic;
}

span.b1 {
	display: inline-block;
	margin: 4px 0 4px 0;
	border: 1px solid gray;
	border-radius: 4px;
	padding: 0px 4px 1px 4px;
	background: #668;
	color: white;
}

strong {
	color:#668;
}

img {
	max-width:100%;
	border-radius: 4px;
	box-shadow: 1px 2px 10pt #ccc;
	margin-top:5pt
	
}

img.float{
	float: left;
	margin:15px 0 20px 50px;
}

.link a {
	text-decoration: none;
	color: #c69155;
	padding: 2px;
	font-weight: bold;
	text-transform: uppercase;
}

p a[href] {
	text-decoration: none;
	font-family:Ubuntu;
	color: #05c;
}

p a[href]:hover {
	text-decoration: none;
	color: #d50;
}
