
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	display: block;
}

body {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	color: #202020;
	font-size: 14px;
	line-height: 20px;
	background-color: #ffffff;
	display: block;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Noto Sans", "Ubuntu", "Droid Sans", "Helvetica Neue", sans-serif;
}

nav {
	overflow: hidden;
	height: 90px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #ededed;
	display: block;
}

h1 {
	font-size: 24.5px;
	line-height: 40px;
	margin: 10px 0;
	font-weight: bold;
	color: inherit;
	text-rendering: optimizelegibility;
}

h2 {
	font-size: 18px;
	line-height: 40px;
	margin: 10px 0;
	font-weight: bold;
	color: inherit;
	text-rendering: optimizelegibility;
}

h4 {
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
}

p {
	margin: 0 0 10px;
}

dl {
	margin-bottom: 20px;
}

dt {
	font-weight: bold;
	line-height: 20px;
}

dd {
	margin-left: 10px;
	line-height: 20px;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.navbar {
	margin-bottom: 0;
	overflow: visible;
}

.navbar .brand {
	display: block;
	float: left;
	padding: 10px 20px 10px;
	margin-left: -20px;
	font-size: 20px;
	font-weight: 200;
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
}

a {
	color: #ef4123;
	text-decoration: none;
}

a:any-link {
	cursor: auto;
}

a.brand {
	margin-top: 10px;
}

a.brand > img {
	max-width: 200px;
}

.release-note a {
	color: black;
}

.container:before, .container:after {
	display: table;
	line-height: 0;
	content: "";
}

.container {
	max-width: 1170px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.container:after {
	clear: both;
}

.child {
	margin: 5px 0px 5px 10px;
}

.bugs-link {
	margin-bottom: 40px;
}

.news h1 {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
	margin: 10px 0 10px 0
}

.news h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin: 10px 0 10px 0
}

.flap {
	display: inline;
	margin-right: 5px;
	margin-top: 1em;
	padding: 1em 2em;
	x-webkit-border-radius: 6px;
	x-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: lightgray;
}

.flap a, .flap a:link, .flap a:visited {
	color: black;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: black;
}

#flaps {
	float: right;
	position: relative;
	bottom: 25px;
	margin-right: 30px;
}

#flaps .selected {
	background: #ffffff;
}

#flaps .selected a, #flaps .selected a:link, #flaps .selected a:visited {
	color: black;
}
img {
	max-width: 100%;
}
