﻿

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300);

###* {
	margin: 0 !important;
}

a {
    margin: 0;
    color: inherit;
    text-decoration: none;
}



.st-tbl {
    margin: none;
    margin-top: 0;
    margin-bottom: 0;
    border: none;
    font-family: 'Roboto', sans-serif !important;
    font-type: normal;
    font-weight: 1000 !important;
    font-size: 20px;
    border-collapse: collapse;
    white-space: nowrap;
}

.cen {
    margin: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}


.st-row {
	margin: 0;
	border: medium black solid;
}

.st-cell-l {
	margin: 0;
	border-left: medium gray solid;
	border-top: medium gray solid;
	border-bottom: medium gray solid;
	color: white;
    background-color: #2a3b9e;
	border-collapse: collapse;
}

.st-cell-m {
	margin: 0;
	border-top: medium gray solid;
	border-bottom: medium gray solid;
	color: white;
	background-color: #2a3b9e;
	border-collapse: collapse;
}

.st-cell-r {
	margin: 0;
	border-right: medium gray solid;
	border-top: medium gray solid;
	border-bottom: medium gray solid;
	color: white;
	background-color: #2a3b9e;
	border-collapse: collapse;
}

.st-cell-lr {
	margin: 0;
	border-left: medium gray solid;
	border-right: medium gray solid;
	border-top: medium gray solid;
	border-bottom: medium gray solid;
	color: white;
	background-color: #2a3b9e;
	border-collapse: collapse;
}

.st-cell-gr {
	margin: 0;
	border-left: medium gray solid;
	border-right: medium gray solid;
	border-top: medium gray solid;
	border-bottom: medium gray solid;
	color: black;
	background-color: white;
	border-collapse: collapse;
	font-size: 16px;
}

.hdr {
	margin: 0;
	font-family: 'Roboto', sans-serif !important;
	font-stype: normal;
	font-weight: bolder;
	font-size: 30px;
	color: white;
	line-height: 140%;
}

.hdr2 {
	margin: 0;
	font-family: 'Roboto', sans-serif !important;
	font-stype: normal;
	font-weight: bolder;
	font-size: 18px;
	line-height: 100%;
	color: black;
}

.hdr3 {
	margin: 0;
	font-family: 'Roboto', sans-serif !important;
	font-stype: normal;
	font-weight: bolder;
	font-size: 18px;
	color: black;
}

.age {
	margin: 0;
	font-family: 'Roboto', sans-serif !important;
	font-stype: normal;
	font-weight: bolder;
	font-size: 12px;
	color: black;
}

.graph {
}

.graph .grid .grid {
	stroke: gray;
	stroke-width: 4;
}

.grid-grid2 {
	stroke: gray;
	stroke-width: 2;
}

.grid-border {
	stroke: black;
	stroke-width: 4;
}

.graph .grid {
  stroke-dasharray: 0;
}

.labels {
  margin: 0;
  font-size: 200%;
  font-weight: bolder;
}

.labels2 {
  margin: 0;
  font-size: 140%;
  font-weight: bolder;
}

.label-x {
  text-anchor: middle;
}

.label-y {
  text-anchor: end;
}


.label-title {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  fill: black;
}

.xxx-x {
  margin: 0;
  font-weight: bolder;
  font-size: 140px;
  text-anchor: center;
}

.data {
  margin: 0;
  fill: red;
  stroke-width: 1;
}

.d1 {
	margin: 0;
	font-family: 'Roboto', sans-serif !important;
	font-stype: normal;
	font-weight: bolder;
	font-size: 14px;
	line-height: 1.1;
}

.gr_nav {
	margin: 0;
	background-color: cyan;
	width: 100px;
	border: 2px solid black;
	padding: 5px;
	margin: 0px;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-type: normal;
	font-weight: bolder;
	font-size: 16px;
	text-align: center;
}

.gr_nav.active {
    background-color: yellow;
}

.msg {
	margin: 0;
	background-color: yellow;
	max-width: 450px;
	border: 2px solid black;
	padding: 5px;
	margin: 0px;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-type: normal;
	font-weight: bolder;
	font-size: 16px;
	text-align: center;
}

.about {
    width: 800px;
    margin-top: 0 !important;
    margin-left: auto;
    margin-right: auto;
}

