@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: local('Ubuntu Light'), local('Ubuntu-Light'), url(fonts/Ubuntu-Light.woff) format('woff');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu'), local('Ubuntu'), url(fonts/Ubuntu-Regular.woff) format('woff');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: local('Ubuntu Medium'), local('Ubuntu-Medium'), url(fonts/Ubuntu-Medium.woff) format('woff');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(fonts/Ubuntu-Bold.woff) format('woff');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  src: local('Ubuntu Italic'), local('Ubuntu-Italic'), url(fonts/Ubuntu-Italic.woff) format('woff');
}

html {
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
	height: 100%;
}

body{
    background-color: #000000;
	height: 100%;
	color: #FFFFFF;
}

h2 {
	font-size: 1.8em;
	font-weight: 500;
}

h3 {
	font-size: 85%;
	font-weight: 600
}

#header {
	background: #FFF;
	border-bottom: 1px solid #CCC;
	box-shadow: 0 0.2em 0.5em rgba(0,0,0,0.1);
	color: #424242;
	position: relative;
	background-image: -o-linear-gradient(top,#fff,#f2f2f2);
	background-image: linear-gradient(to bottom,#fff,#f2f2f2);
	background-repeat: repeat-x;
	height: 2.8em;
}

#header-logo {
	width: 58px;
	height: 45px;
	background-color: #FFFFFF;
	border-right: 1px solid #A4A4A4;
	border-left: 1px solid #A4A4A4;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

#header-logo>img{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.content-wrap-inner {
	padding: 1.5%;
	text-align: center;
}

#browser-links {
	padding: 1em 0 1em 0;
	background: #FFFFFF;
	color: #000000;
	width: 40%;
	min-width: 750px;
	margin: 1.5% auto 0 auto;
	border: 1px solid #FFFFFF;
	border-radius: 0.4em;
	box-shadow: -0.40em -0.40em #006EB8;
}
#browser-links>span{
	color: #000000;
	display: block;
	margin-bottom: 1em;
}

.link-container {
	border: 1.5px solid #BBB;
	border-radius: 0.4em;
	display: inline-block;
	width: 18%;
	background-color: #F6F6FC;
}

.link-container>img {
	padding: 1em 0 0.5em 0;
}

.link-container>a {
	display: block;
	font-size: 80%;
	padding-bottom: 1em;
}

.version {
	display: block;
	border-top: 1.5px solid #BBB;
	color: #666;
	font-size: 65%;
	border-radius: 20%;
	background-color: #FFFFFF;
}

