::placeholder {
  color: blue;
  opacity: 0.2;
}
.top-actions {
	background-color: rgba(0, 0, 0, .5);
	text-align: right;
	padding: 10px;
	border-radius: 5px;
}

.top-actions .add-button {
	background-color: #008000 !important;
	color: white;
}

.top-actions .reload-button {
	color: white;
}

.data-table {
	
}

.data-table .edit-button {
	color: #415a77;
}

.form-actions{
	text-align: center;
}

.form-actions .add{
}
.form-actions .edit{
}
.form-actions .save{
}
.form-actions .delete{
	background-color: #f95738;
	border-color: #f95738;
}
.form-actions .reset{
}
