section {
  display:block;
}

label.form {
  display: block;
  float: left;
  width: 80px;
}

.pointer {
  cursor:pointer;
}

.fr {
  float:right;
}
.fl {
  float:left;
}
.transaction {
  width:700px;
}
.notes {
  margin-left:20px;
}
.clear {
  clear:both;
}
.center {
  text-align: center;
}
.error {
  color: red;
}