body {
   font-size: 12px;
   font-family: 'Lato', sans-serif;
   font-family: 'Ubuntu', sans-serif;
   font-family: 'Arimo', sans-serif;
   font-family: 'Open Sans', sans-serif;
}

h1,h2,h3,h4,h5,h6,p {
   line-height: 1.45;
}

h1 { font-size: 4em; }
h2 { font-size: 3em; }
h3 { font-size: 2em; }
h4 { font-size: 1em; }

.error {
  font-size: .7em;
  color: red;
}
form {
  padding-left: 10px;
}
.TableScroll {
  width: 98%;
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
} 
td input {
  _overflow:hidden;
  *overflow:hidden;
}