.income-branches-list {
  margin-bottom: 10px;
}
.income-branches-list .income-branches-row {
  font-size: 14px;
  padding: 2px 0;
}
.income-branches-list .income-branches-odd {
  background: #efefef;
}
.income-branches-list .income-branches-message {
  margin-top: 10px;
}
.income-branches-list .income-branches-info {
  margin-top: 10px;
}

.income-branches-log-container {
  max-height: 300px;
  height: 300px;
  overflow-y: auto;
}

.income-branches-log {
  width: 100%;
}
.income-branches-log th {
  border-bottom: 1px solid #efefef;
}
.income-branches-log tr.odd {
  background: #efefef;
}

.income-branches-log-loader {
  height: 300px;
}

.simple-income-branch-flag {
  margin-top: 10px;
}

.user-comment {
  margin-top: 10px;
  margin-bottom: 20px;
}
.user-comment .user-comment-area {
  height: 100px;
}

#incomeBranchStory .modal-dialog {
  width: 1024px;
}
#incomeBranchStory .modal-dialog .comment-column {
  max-width: 300px;
}
#incomeBranchStory .modal-dialog td {
  vertical-align: top;
}