@font-face {
	font-family: "TheSans";
	font-weight: 300;
	font-style: italic;

	src: url("/getting-started/fonts/TheSansB_300i.eot");
	src: url("/getting-started/fonts/TheSansB_300i.eot?#iefix") format("embedded-opentype"),
		url("/getting-started/fonts/TheSansB_300i.woff") format("woff"),
		url("/getting-started/fonts/TheSansB_300i.svg#TheSansB_300i") format("svg");
}
@font-face {
	font-family: "TheSans";
	font-weight: bold;
	font-style: italic;

	src: url("/getting-started/fonts/TheSansB_700i.eot");
	src: url("/getting-started/fonts/TheSansB_700i.eot?#iefix") format("embedded-opentype"),
		url("/getting-started/fonts/TheSansB_700i.woff") format("woff"),
		url("/getting-started/fonts/TheSansB_700i.svg#TheSansB_700i") format("svg");
}
@font-face {
	font-family: "TheSans";
	font-weight: normal;
	font-style: normal;

	src: url("/getting-started/fonts/TheSansB_500_.eot");
	src: url("/getting-started/fonts/TheSansB_500_.eot?#iefix") format("embedded-opentype"),
		url("/getting-started/fonts/TheSansB_500_.woff") format("woff"),
		url("/getting-started/fonts/TheSansB_500_.svg#TheSansB_500_") format("svg");
}
html {
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	background: #699 url('/getting-started/img/nexi-wallpaper.png');
	background-size: cover;
	background-position: 50% 20%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: "TheSans";
	color: white;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-min-device-pixel-ratio: 1.5;
}
h1 {
	font: 34pt 'TheSans';
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-style: italic;
	font-weight: 300;
	text-align: center;
}

h2 {
	font: 28pt 'TheSans';
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-style: italic;
	font-weight: 300;
	text-align: center;
}

a, img {
	border: 0;
}

a {
	color: white;
}

img.logo {
	margin-bottom: -15px;
}

img.figure {
	margin: 0px auto;
	display: block;
}

dl.inline dd {
  display: inline;
  margin: 0;
}
dl.inline dd:after{
  display: block;
  content: '';
}
dl.inline dt{
  display: inline-block;
  min-width: 9em;
  font-weight: bold;
}
dl.inline dt:after {
  content: ':';
}

.content {
	margin: 0px auto;
	width: 800px;
}
li {
	list-style: none;
}
p {
	max-width: 800px;
	margin: 1em auto;
}

code, pre {
	color: #00d800;
	background-color: rgba(0,0,0,0.25);
	border-radius: 2px;
	padding: 1px 3px 1px 3px;
}

pre {
	display: inline-block;
	padding: 2px 4px 2px 4px;
}

.logout {
	margin: 0 auto;
	display: block;
	width: 200px;
	text-align: center;
}
