* {
	box-sizing: border-box;
}

a.lightlink {
	color: #aaa;
	text-decoration: none;
}

h1 {
	font-weight: 700;
	color: #555555;
}

h2 {
	font-weight: 600;
	color: #555555;
}

h3 {
	font-weight: 400;
	color: #555555;
}

.jw_button > a {
	color: #FFFFFF !important;
}

a, .jw_Link:hover {
	color: #0e90e7;
	text-decoration: none;
}

a.jw_greenLink {
	color: #2c9e36;
}

a.jw_darkBlueLink {
	color: #4364e5;
}

a.jw_purpleLink {
	color: #89339c;
}

img.image404 {
	width: 100px;
}

body {
	padding-bottom: 100px;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
}

.jw_greenGradient {
	background-color: #2c9e36 !important;
	color: #FFFFFF !important;
	border: 1px #2c9e36 !important;
}

.jw_purpleGradient {
	background-color: #89339c !important;
	color: #FFFFFF !important;
	border: 1px #89339c !important;
}

.jw_darkBlueGradient {
	background-color: #4364e5 !important;
	color: #FFFFFF !important;
	border: 1px #4364e5 !important;
}

.jw_blueGradient {
	background-color: #0b98f6 !important;	
	color: #FFFFFF !important;
	border: 1px #0b98f6 !important;
}

.jw_blueGradient:hover {
	background-color: #118bdd !important;	
	border: 1px #118bdd !important;
}

.jw_button {
	white-space: nowrap;
	background-color: #0099ff;
	cursor: pointer;
	cursor: hand;
	box-shadow: 0 0px 1px rgba(50, 50, 93, .11);
}

.jw_buttonSelected, .jw_button {
	font-size: 1.1em;
	border-radius: 6px !important;
	padding: 10px 20px 10px 20px !important;
}

.jw_recommendedLink {
	color: #0e90e7 !important;
}

div.shrBlock > div.bannerRow img {
	width: 50%;
}

div.shrBlock > div.bannerRow {
	padding: 0.8rem;
}

div.shrBlock .jw_button {
	font-size: 1em;
	margin-left: 0.2em;
	margin-right: 0.2em;
	margin-bottom: 0.2em;
}

div.shrBlock {
	width: 24%;
	text-align: center;
	max-width: 320px;
	padding-bottom: 20px;
}

div.shrTopPadded {
	padding-top: 2em;
}

div.shrVFlex {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	height: 100%;
}

div.shrVFlex div.shrDesc {
	flex-grow: 1;
}

div.shrWelcomeContent {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	padding-top: 2em;
	padding-bottom: 2em;
}

div.shrWelcomeContent div.bannerRow {
	height: 100%;
}

div.bannerRow div.jw_button {
}

div.shrRow {
	padding-bottom: 2em;
	clear: both;
}

.shrLeft > div.shrRow > div {
	padding-top: 0.2em;
	font-size: 1.2em;
	text-align: left;
	padding-left: 3.5em;
}

span.shrNumber {
	background: #FF0000;
	float: left;
	border-radius: 0.8em;
	width: 1.6em; 
	line-height: 1.6em;
	display: inline-block;
	font-size: 1.8em;
    text-align: center;
}


div.shrHeader {
	background-color: #FFFFFF;
	padding:20px;
	text-align:center;
	border-bottom: 1px solid #dddddd;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 10px 0px, rgba(0, 0, 0, 0.08) 0px 7px 17px 0px;
}

div.shrHeader img {
	max-height: 75px;
	border: 0px;
}

div.shrContent {
	overflow:auto;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

div.shrTitle {
	color:#555555;
	font-size: 1.4em;
	text-align:center;
}

div.shrMobileWarning {
	margin-left: 20px;
	margin-right: 20px;
	padding: 20px;
	background-color: #ffe794;
	border: 1px #ffa600 solid;
	border-radius: 5px;
	color: #000000;
	display: block;
}

div.shrDescWide, div.shrDesc {
	color:#666666;
	line-height: 1.4em;
	font-size: 1em;
	text-align: center;
}

div.shrDesc {
	max-width: 400px;
}

div.shrDescWide {
	margin-left: 2em;
	margin-right: 2em;
}

.shrScreenshot {
	margin-top: 20px;
	box-shadow: rgba(0, 0, 0, 0.1666667) 0px 1px 5px 0px, rgba(0, 0, 0, 0.1980392) 0px 7px 17px 0px;
}

.shrScreenshotV {
	width: 70%;	
	max-width: 500px;
}

.shrScreenshotH {
	width: 100%;
	max-width: 600px;
}

.shrMono {
	font-family: Consolas, Monaco, monospace;
	font-size: 12pt;
	color: #666666;
}

.code {
	display: block;
	font-family: Consolas, Monaco, monospace;
	font-size: 10pt;
	overflow-x: auto;
	padding: 0.5em;
	scrollbar-width: thin;
	-moz-tab-size: 4;
	tab-size: 4;
	display: block;
    overflow-x: auto;
    background: #1c1d21;
    color: #c0c5ce;
    padding: 1.5em;
    text-align: left;
    border-radius: 0.5em;
}

.code > .meta {
	color: #e7ce56;
}

.shrFooter {
	background-color:#e5e5e5;
	text-align:center;
	padding:10px;
	margin-top:7px;
	bottom: 0px;
	position: fixed;
	width: 100%;
	font-size: 8pt;
    color: #aaa;
}

.titleRight > H1 {
	margin-top: 0em;
	margin-bottom: 0em;
}

.titleRight {
	text-align: left;
}

.bannerRow {
	background-color: #f6f6f6;
	margin: 1em 1em 1em 1em;
	max-width: 70em;
	padding: 1.5rem;
	border: 1px solid #e8e8e8;
	border-radius: .4rem;
	box-shadow: 0 0.16rem 0.36rem 0 rgba(0, 0, 0, 0.13), 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.11);
}

.bannerRow > .shrRow {
	padding: 0;
}

.titleRight > H3 {
	margin: 0em;
}

.shrThreeMiddle > H3 {
	margin-top: 0;
}

.shrThreeLeft, .shrThreeRight, .shrThreeMiddle {
	padding:15px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.7em;
}

.shrThreeMiddle {
	width: 50%;
	text-align: left;
}

.shrRight, .shrLeft {
	float:left;
	width:50%;
	padding:15px;	
	margin-top: 20px;
	text-align:center;
}

.titleRight, .titleLeft {
	padding: 1em;
	display: inline-block;
	vertical-align: middle;
}

.shrRight {
	padding-left: 30px;
}

.shrTopPadded {
	padding-top: 20px;
}

div.appStoreIcon {
	padding-top: 2em;;
	text-align:center;
}

div.appStoreIcon img {
	max-width: 150px;
}

div.deepBlueBlock > .bannerRow {
	border-color: #c1d0e7;
	background-color: #f0f3f7;
}

div.greenBlock > .bannerRow {
	border-color: #bce2b6;
    background-color: #f0f7f1;
}

div.blueBlock > .bannerRow {
	border-color: #acdbdf;
	background-color: #f0f7f7;
}

div.purpleBlock > .bannerRow {
	border-color: #eadaf1;
	background-color: #f9f4f8;
}

@media only screen and (max-width:1280px) {
  	div.shrBlock {
  		width: 49%;
  	}
}

@media only screen and (max-width:800px) {
	div.shrHeader {
		padding: 10px;
	}

	div.shrHeader img {
  		max-height: 60px;
  	}

  	.titleRight > H1 {
  		font-size: large;
  	}

  	.titleRight > H3 {
		display: none;
  	}

  	.shrLeft, .shrMiddle, .shrRight {
    	width:100%;
  	}

  	.shrLeft {
  		padding-bottom: 0;
  	}

  	.shrRight {
  		padding-top: 0;
  	}
}

@media only screen and (max-width:620px) {
  	div.shrBlock {
    	width: 100%;
    }

	div.shrHeader {
		padding: 0px;
	}

	div.shrHeader img {
  		max-height: 50px;
  	}

  	.titleRight {
  		display: none;
  	}
}
div#shrRemoteWork {display: none}
div#shrLaunchInBrowser {display: none}