html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

* {
	box-sizing: border-box
}

.topbar {
	height: 60px;
	background: #fff;
	border-bottom: 1px solid #c5c5c5;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
	padding: 0 15px
}

.topbar-logo {
	line-height: 59px
}

.topbar-logo>img {
	vertical-align: middle
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-size: 13px;
	line-height: 21px
}

.narrow-wrapper {
	max-width: 440px;
	padding: 30px 20px;
	margin: 0 auto;
	text-align: center
}

.narrow-container {
	background: #fff;
	color: #000;
	border-radius: 4px;
	border: 1px solid #c5c5c5;
	padding: 20px;
	margin-bottom: 40px;
	word-break: break-word
}

.wrapper {
	max-width: 700px;
	padding: 30px 20px;
	margin: 0 auto;
	text-align: center
}

h1 {
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 15px
}

h2 {
	font-size: 18px;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 15px
}

p {
	margin-bottom: 15px
}

a.button {
	background-color: #72bc42;
	text-shadow: 0 1px 0 #5e9b36;
	border-color: #4a7a2b;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	padding: 5px 14px;
	display: inline-block;
	font-size: 13px;
	text-align: center;
	line-height: 1.4;
	border: 1px solid #999;
	border-bottom-width: 2px;
	font-weight: 600;
	cursor: pointer;
	width: 100%
}

a.button:hover {
	color: #fff;
	background-color: #6db43f;
	text-decoration: none
}

.status-page-image {
	height: 215px;
}

.supported-browsers-list {
	background: #fff;
	border: 1px solid #c5c5c5;
	margin-top: 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}

.supported-browsers-list-item {
	padding: 30px 30px 30px 85px;
	border-bottom: 1px solid #dcdcdc
}

.browser-chrome {
	background: url(../assets/images/browser/chrome-logo.png) no-repeat 30px 50%
}

.browser-opera {
	background: url(../assets/images/browser/opera-logo.png) no-repeat 30px 50%
}

@media (min-width: 500px) {
	.supported-browser-download {
		text-align: right;
		float: right
	}
	.supported-browser-information {
		float: left
	}
}

.supported-browser-information {
	font-weight: 600;
	font-size: 15px
}

a {
	color: #216ba5;
	text-decoration: none
}

a:hover {
	color: #144063;
	text-decoration: underline
}

.clearfix {
	clear: both
}

em {
	font-style: italic
}