textarea {
  resize: none;
  font-size: 16px;
  border-radius:5px;
  padding-left: 5px;
  padding-top: 10px;
  color: black;
}

.textattr {
  Font-size: 16px;
  padding: 10px 60px 10px 10px;
  line-height: 20px;
}

.dateattr {
  Font-size: 16px;
  padding: 10px 81px 10px 81px;
  line-height: 20px;
}

.button {
  border: none;
  border-radius:5px;
  color: white;
  background-color: #1e184f; 
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.container { 
  position: relative;
  border: 0px solid gray; 
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #aba5d6;
  color: white;
  text-align: center;
}

 table#DisclosureTable
 {
  width: 100%;
  border: 0px solid #000000;
  border-collapse: collapse;
  border-spacing: 0px;
  *border-collapse: expression('collapse', cellSpacing = '0px'); /*For IE*/
 }
 .pct30
 {
  width: 30%;
 }
 .pct70
 {
  width: 70%;
 }
 table#DisclosureTable thead tr
 {
  background-color: #ffffff;
  border: 0px solid #000000;
  color: #ffffff;
 }
 table#DisclosureTable tbody td
 {
  border: 0px solid #000000;
  padding: 5px;
 }
 table#DisclosureTable tbody td.left 
 {
  text-align: left;
  border: 0px solid #000000;
  padding: 5px;
 }
 table#DisclosureTable tbody td.center
 {
  text-align: center;
  border: 0px solid #000000;
  padding: 5px;
 }
table#DisclosureTable td.optout {
    Font-family: Roboto, Sans-serif;
    text-align: right;
    border: 01px solid #ffffff;
    padding: 5px;
    padding-right: 10px;
}
 table#DisclosureTable tbody td.indent
 {
  text-align: left;
  border: 0px solid #000000;
  padding: 5px;
  padding-left: 25px;
 }
 table#DisclosureTable thead
 {
  background-color: #003c4d;
  color: #ffffff;
 }
 table#DisclosureTable thead th
 {
  text-align: center;
  height: 20px;
  border: 0px solid #000000;
  padding: 5px;
 }
 .hgt60
 {
  height: 60px;
 }
 table#DisclosureTable thead th.label
 {
  background-color: #000000;
  text-align: left;
  height: 40px;
  border: 0px solid #000000;
  padding: 5px;
 } 
 table#DisclosureTable thead th.left
 {
  width: 30%;
  background-color: #003c4d;
  text-align: left;
  height: 20px;
  border: 0px solid #000000;
  padding: 5px;
 } 
 table#DisclosureTable thead th.center
 {
  background-color: #003c4d;
  text-align: center;
  height: 20px;
  border: 0px solid #000000;
  padding: 5px;
 }
 
