div.content {
  padding: 20px;
}
div#selectProjectList {
  margin-top: 20px;
  margin-bottom: 20px;
}
div#projectPropertiesForm {
  display: block;
  margin-bottom: 20px;
}
.childSelectTable {
  height: 300px;
  overflow: auto;
}
.positiveAmount {
  color: green;
}
.negativeAmount {
  color: red;
}
tr.member-status-end {
  background-color: lightgray;
}
body.body-test {
  background-image: url("../img/test-background.png");
}
.child-details-table img {
  max-width: 400px;
  max-height: 400px;
}
#addProjectDialog .modal-dialog {
  width: 1000px;
}
.delete-link {
  color: red;
}
.childSmallProfileTable {
  float: left;
  border: 1px solid black;
  padding: 5px;
  width: 50%;
  height: 500px;
}
.childSmallProfileTable table,
.childSmallProfileTable th,
.childSmallProfileTable td {
  border: 0mm;
  padding: 1mm;
}
.childSmallProfileTable th {
  width: 20mm;
}
.childSmallProfileTable img {
  width: 120px;
  height: 80px;
}
