/* -------------------------- Page Setup ---------------------------- */
html {
  font-family: "sans-serif", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  margin-left: 15%;
  margin-right: 15%;
  scroll-behavior: smooth;
  background-color: #F0F0F0;
}





#menulink {
  color: #006666;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 5px;
}


h1, h2, h3 {
  padding-bottom:0;
  margin-bottom:5px;
  color: #06402B;
}

#wizardadd {
  display:inline-block;
  float:right;

}
#wizardadd img {
  width:9%;
  float:right;
}

#chart1 {
  width:100%;
}

textarea {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
}












/* -------------------------- Tables ---------------------------- */
table {
  border-collapse: collapse;
  margin:0px;
  padding:0px;
  width:100%;
}
tr:nth-child(even) {
  background-color: #D3D3D3;
}
tr:hover {
  background-color: #FFD580;
}
th {
  background-color: #04AA6D;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  width: 30%;

}
td {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;

}
td a {
  color: #006666;
  text-decoration: none;

}



  
input, select {
      font-size: 150%;
      width: 100%;
      height:8%
    }
    
#Notes {
  /*background-color:red;*/
}


