@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/Roboto.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/Roboto-condenced.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(/fonts/Cabin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
	margin: 0;
	background-color: #D8D8D8;
	font-family: 'Roboto';
	font-display: swap;
}

.topheader {
	background-color: #FF7178;
	color: #FFFFFF;
	text-align: center;
	padding : 18px 1px 18px 1px;
	font-family: 'Roboto';
	font-size: 26px;
	font-weight: bold;
	border: 1px solid #D8D8D8;
	border-width: 1px 1px 1px 1px;
	width: 100%;
	font-display: swap;
}

.headers {
	background-color: #a3a3a3;
	color: #000000;
	text-align: center;
	padding: 8px 1px 8px 1px;
	font-family: 'Roboto';
	font-size: 19px;
	font-weight: bold;
	border: 1px solid #D8D8D8;
	border-width: 1px 1px 1px 1px;
	width: 100%;
	font-display: swap;
}

.content {
	padding: 0px;
}

.sticky {
	position: fixed;
	top: 0;
}

.sticky + .content {
	padding-top: 20px;
}

#navbar {
	overflow: hidden;
	background-color: #333;
	border: 1px solid #D8D8D8;
	border-width: 0px 1px 0px 1px;
	z-index: 500;
	width: 100%;
}

#navbar a {
	display: inline-block;
	height: 48px;
	display: block;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 4px 4px;
	font-family: 'Roboto Condensed';
	font-size: 17px;
	border: 1px solid #D8D8D8;
	border-width: 0px 1px 0px 1px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-display: swap;
}

#navbar a:hover {
	background-color: #a3a3a3;
	outline: 1px solid #D8D8D8;
	color: #000000;
}

.btn_left {
	width: 78px;
	float: left;
}

.btn_right {
	width: 78px;
	float: right;
}

.btn_wide {
	width: 118px;
}

.baselinks {
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

.current {
	color : #FFFFFF;
	background: #FF252F;
}

.current2 {
	color : #FFFFFF;
	background: #FF0000;
}

.signature {
	background-color: #D8D8D8;
	bottom:0;
	right:0;
	padding: 0px 5px 5px 0px;
	text-align: right;
	color: grey;
	line-height: 1.3;
	font-family: 'Cabin';
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	border: 1px solid #999999;
	border-width: 1px 0px 0px 0px;
	font-display: swap;
}

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
 
.background {
	background-size: 100% auto;
	position: fixed;
	width: 100%;
	height: 300%;
	top: 0;
	left: 0;
	z-index: -1
}

.graph {
	height: 380px;
	width: 90%;
	max-width: 1080px;
	background: url(/images/preloader.svg) no-repeat center center;
}

.nodata {
	width: 90%;
	max-width: 1080px;
	background-color: #EEEEEE;
	font-family: 'Cabin';
	font-size: 20px;
	font-weight: bold;
	font-display: swap;
}