html {
  font-size:100%;
  height:100%;
}

body {
  background-color: white;
}

body, textarea, input {
  font-family:Arial, Helvetica, sans-serif;
  font-size:1em;
}

h1, h2, h3, h4 {
  margin:0;
  padding:0;
}

.content {
  font-size:0.7em;
}

.agendadetail td {
  vertical-align:top;
}

.form {
  border:1px solid #ccc;
}

.dateform {
  width: 80px;
}

.titleform, .textform {
  width: 300px;
}

.textform {
  height:80px;
}
