html{
  text-align: center;
  font-size:100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 20px;
  
}

#title{
  margin:0px;
  padding: 0px;
}

div{
  width:100%;
}

h2{
 padding: 0px;
 margin: 0px;
}

div#body{
  background: #EAE8ED;
  border : 1px solid #A9A9A9;
  border-radius: 15px;
  padding: 25x;  
  width:60em;
  margin-top:6em;
  margin-bottom:6em;
  
}

.innerTables{
  border: 1px solid black;
  border-collapse: collapse;
}


tr{
  text-align:right;
}

p.notes{
  font-size:20px;
  font-weight:bold;
}

td{
  
   
}

#dynamicTable td{
 
  border-collapse: collapse;
  background-color: #EA8ED
 
}

table{
  margin: auto;
  text-align: center;
}

.button{
  border-radius:12px;
  width:90px;
  height:30px;
}

th{
  text-align:center;
  padding-right: 2.7em;
  padding-left: 2.7em;
}

.si{
 text-align: left;
}

button{
  padding-right:1.5em;
  padding-left:1.5em;
  margin: auto;
}

button.itemBut{
  border-radius:12px;
  width:140px;
  height:30px;
}

#staticInfo{
  width: 500px;
  clear: both;
  margin: 0 auto;
}

#staticInfo input{
  width: 100%;
  clear: both;
}


#submit{
  border-radius:5px;
  width: 240px;
  height: 50px;
  font-size:22px;
}

textarea{
 width:700px;
 height:100px;
}

div#footer{
  padding-bottom:4em;
}
textarea#notes{
  resize: none; 
  width: 700px;
  height:115px
}

textarea#notes{

}

div{
 padding: 10px;
 margin-left:auto;
 margin-right:auto;
}