.acd-budget-del{
  margin-left: 8px;
  border: 1px solid rgba(0,0,0,.15);
  background: #fff;
  border-radius: 10px;
  padding: 3px 8px;
  cursor: pointer;
  line-height: 1.2;
}
.acd-budget-del:hover{
  filter: brightness(0.95);
}
.acd-budget-row{
  position: relative;
}
