input[type=number] {
    width: 50px;
}

a:link { color: #000000; text-decoration: none}
a:visited {
  color: #000000; text-decoration: none
}
td.firstImp {
    height: 20px;
}
tr {
    line-height: 20px;
    min-height: 20px;
    height: 35px;
}
tr.border_bottom td {
    border-bottom: 1pt solid blue;
}
td.midtd {
    width: 10px;
}

/*
table, th, td {
  border: 1px solid black;
}
*/

.button {
    background-color: #3D4B83;
    border: none;
    color: #D9DDE7;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;   
	display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    font-weight: 300;
    cursor: pointer;
	align-content: center;
	width: 195px
}

.preButton {
    background-color: #3D4B83;
    border: none;
    color: #D9DDE7;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;   
	display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    font-weight: 300;
    cursor: pointer;
	align-content: center;
	width: 195px
}
.smlbutton {
    font-size: 12px;
	width: 195px;
    padding: 1px 3px;
	display: inline-block;
	background: #C85B5D; 
	color: aliceblue; 
	font-weight: bold;
}
div.smallTextDiv {    
    font-size: 10px;
}


div.HeadingLabel {
    font-size: 19px;
    text-align: center;
	font-weight: bold;
		color: #090606
}

.myLabel {
    font-size: 19px;
    text-align: right;
}

div.myLabel {
    font-size: 19px;
    text-align: right;
}
div.outInfoLabel {
    font-size: 22px;
    text-align: center;
	align-content: center;
}
div.mySmlLabel {
    font-size: 14px;
    text-align: right;
}
body, td, th {
    color: #414C5B;
    font: 36;
}
body {
    background-color: #FFF9F9;
}
#featSet td, #featSet th {
    border: 3px solid #0B020#300D0E;
    padding: 0px;
}
#featSet tr:nth-child(even) {
    background-color: #fff2f2;
}

resultChart {
  border: 3px dotted green;
}

.chart-container {
  position: relative;
  margin: auto;
  border: 1px dotted red;
  height: 150px;
  width: 450px;
}
h1 {
	text-align: center;
	font-weight: bold;
		color: #090606;
	line-height: 100%; 
}
