html {
  height: 100%;
}

body {
  min-height: 100%;
  padding: 0px 20px 0px 20px;
  font-family: Verdana, sans-serif;
  font-size: 0.8em;
  margin: 0px;
  background-color: #fcfcfc;
  text-align: center;
  /* display: block; */
}

#MainContainer {
  text-align: left;
  display: inline-block;
  padding: 20px 0px 0px 0px;
}

header, section, footer, aside, nav, main, article, figure {
  display: block;
  /* text-align: left; */
}

header {
  padding: 10px 10px 0px 20px;
  margin: 0px;
  /* height: 250px; */
  color: #4d4d4d;
  background-color: #fcfcff;
  clear: both;
}

footer {
  padding: 5px 10px 10px 20px;
  height: 60px;
  color: #333333;
  background-color: #fcfcff;
  clear: both;
}

section {
  margin: 10px 0px 40px 0px;
  padding: 0px 0px 0px 20px;
  background-color: #fcfcff;
  display: flex;
  width:1240px;
}

article {
  margin: 0px;
   background-color: #ffffff;
  opacity: 1.0;
  width: 100%;
}

h1 {
  font-family: arial, sans-serif, verdana;
  font-size: 3.0em;
  font-weight: 300;
  color: #1b00cc;
  padding: 10px 10px 0px 20px;
}

h1.Article {
  padding: 10px 10px 10px 40px;
  line-height: 1.2;	
}

h1.TopHeader {
  padding: 10px 10px 10px 20px;
  font-weight: 600;
  font-size: 3.0em;
  margin: 0px;
}

h2 {
  padding: 20px 20px 10px 20px;
  font-family: verdana, arial, sans-serif;
  font-size: 1.8em;
  color: #333333;
  margin: 0px;
}

h2.TopHeader {
  padding: 10px 20px 50px 20px;
  font-size: 2.4em;
}

h2.Article {
  padding: 20px 20px 10px 40px;
  line-height: 1.5;	
  opacity: 1.0;
}

.RedText {
  color: #dd0000;
  opacity: 1.0;
}

.BlueText {
  color: #0066ff;
  opacity: 1.0;
}

.BlueBackground {
  background-color: #e6f2ff;
}

h3 {
  padding: 20px 20px 10px 20px;
  font-size: 1.3em;
}

p {
  padding: 10px 20px 5px 20px;
  font-size: 1.2em;
  font-family: arial, sans-serif, verdana;
  font-weight: 200;
}

.IncomeStatement th{
	vertical-align: bottom;
}

.IncomeStatement .Right {
	text-align: right;
}

td.Col1 {
  width:70px;	
  font-weight: 200;
}

td.Col2 {
  width:20px;	
  font-weight: 800;
}

td.Col3 {
  width:250px;	
}

.LeftArticle {
  width:70%;
  background-color: #ffffff;
  border-radius: 30px 0px 0px 30px;
}

.LeftArticle .Chart {
  padding: 0px 20px 0px 0px;
  max-width:100%;
  height: auto;
  box-sizing: border-box;
  zoom: 100.0%;
}

.LeftArticle .Chart:hover {
  cursor: zoom-in;
}

.LeftArticle .Chart:active {
  cursor: zoom-out;
  position: absolute;
  transform: scale(1.0);
}

.LeftArticle .Chart2 {
  padding: 0px 20px 0px 0px;
  max-width:100%;
  height: 400px;
  box-sizing: border-box;
}

.LeftImage {
  border-radius: 30px 0px 0px 30px;
}

.RightArticle {
  width:30%;
  border-radius: 0px 30px 30px 0px;
}

.LeftDescription {
  width:50%;
  background-color: #ffffff;
  padding: 0px 10px 0px 0px;
  border-radius: 30px 0px 0px 30px;
}

.RightDescription {
  width:50%;
  padding: 0px 0px 0px 10px;
  border-radius: 0px 30px 30px 0px;
}

.OnePanelDescription {
  background-color: #ffffff;
  border-radius: 30px 30px 30px 30px;
}

.OnePanelDescription .Chart3 {
  margin: 20px 20px 20px 20px;
  padding: 10px 10px 10px 10px;
  border: 1px solid LightGray;
}

.ReportForm {
  padding: 0px 0px 0px 20px;
}

.RedBox {
	background-color: #ffe6e6;
}

ol, ul {
  padding: 10px 10px 20px 60px;
  font-size: 1.2em;
}

li {
  padding: 0px 0px 10px 0px;
  font-family: arial, sans-serif, verdana;
  font-weight: 200;
}

.SelectList1 {
  width: 270px; 
  overflow-y: hidden;
  background-image: none;
}

.UserProfile {
	border-collapse: collapse;
}

.UserProfile tr, th, td {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding: 0px 5px 0px 5px;
}

.UserProfile .Header {
	font-size: 0.9em;
	font-weight: 600;
}
	
.UserProfile .Name {
	font-size: 0.9em;
	font-weight: 100;
}
	
.UserProfile .Value {
	font-size: 0.9em;
	font-weight: 200;
}

.UserProfile .Right {
	text-align: right;
}
	
.RunButton {
	color: black;
    background-color: #99ffcc; 
	font-size: 0.9em;
	padding: 5px 10px 5px 10px;
	border: 1px solid #00cc66;
	border-radius: 8px;
	box-shadow: 2px 2px 3px 1px #cccccc;
	font-weight: 600;
}

.buttonx {
  border: 1px solid grey;
  color: white;
  background-color: #4CAF50; 
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
}