body {
  padding-top: 50px;
}

table {
  width: 100%;
}
table tr {
  border-bottom: 1px solid black;
}
table th {
  height: 35px;
  vertical-align: middle;
}
table td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-right: 5px;
  padding-left: 5px;
}
table.dataTable {
  border-collapse: collapse !important;
}

form.invoiceeditor table td {
  vertical-align: top;
}

.dataTables_wrapper {
  margin-top: 30px;
}

textarea {
  min-height: 150px;
}

.navbar-default .navbar-brand {
  color: #e59100;
}

input.small {
  width: 70px;
}

.nobr {
  white-space: nobreak;
}
.nobr .form-group {
  display: inline-block;
}
.nobr .form-group + .form-group {
  margin-left: 10px;
}

#InsertLink, #InsertImage, #InsertTable {
  z-index: 1060;
}

.listedit {
  margin: 0;
  padding: 0;
}
.listedit li {
  list-style: none;
}

/*# sourceMappingURL=app.css.map */
