.form-control {
  color: #000;
}

.bank-web-link {
  cursor: pointer;
  text-decoration: underline;
  text-align: center;
}

.bank-web-link:hover {
  cursor: pointer;
  text-decoration: underline !important;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    height: 34px !important;
}

.expense-table {
	border-top: 1px solid #eee;
	margin-top: 10px;
}

.expense-table th {
	padding: 8px !important
}