.flex-container {
	display: flex;
	height: 100%;
} 
.flex-child-left {
	width: 18%;
	background-color: #E0E0E0;
	overflow: auto;
	padding-left: 10px;
	font-size: 15;
	color: rgb(0, 34, 136);
	overflow-y: scroll;
	height: calc(100% - 100px);
} 
.flex-child-right {
	width: 82%;
}

.flex-child-left a {
	color: rgb(0, 34, 136);
}

#divHeader table {
	color: white;
}

#divHeader1 {	
	background-color:#6f9483;
}

#divHeader2 {
	background-color:#b70606;
}

#divHeader1 table {
	height: 85px;
	font-size: 20px;
	padding-right:10px;
	padding-left:10px;
	padding-top:10px;
}

#divHeader1 table p {
	margin: 0;
}

.yellow {
	color: #ffff66;
}

#divHeader1 .bigTitle {
	font-size: 40;
	font-weight: bold;
}

#divHeader1 a {
	color: #ffff66;
}

#divHeader2 table {
	height: 50px;
	padding-left:10px; 
	padding-right:10px;
}

#divHeader2 a {
	color: white;
    text-decoration: underline;
    padding: 5px;
}

table.generalInfo {
	width: 98%;
    border: 1px solid #bfccd9;
    background: #e5eaef;
    border-collapse: collapse;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
}

.first_column {
	background-color: #f2f5f7; 
	color:#000; 
	border-color: #bfccd9; 
	border: 1px solid;
}

body.Body table td {
    padding: .25em .5em;
}

#divContent {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}

#divContent table {
	width: 100%;
	border-collapse: collapse;
}

#divContent thead th {
	border: 1px solid #bfccd9;
	text-align: center;	
	color: #036;
	background-color: #e5eaef;
	font-weight: bold;
}

#divContent tbody th {
	border: 1px solid #bfccd9;
	text-align: left;	
	padding: .25em .5em;
	background: #f2f5f7 !important;
}

#divContent tbody td {
	border: 1px solid #bfccd9;
	text-align: right;
	padding: .5em;
}

.left {
	text-align: left !important;
}

#divContent #chart {
	background-color: #e5eaef;
}
