/* Here, the content of the common custom CSS defined into Home - Setup - Display - CSS*/
.refidno > a[href*="/list.php?socid="] {
    padding: 3px !important;
    background-color: var(--butactionbg);
    color: var(--textbutaction) !important;
    border-radius: 3px;
}
.butActionDelete, .butActionDelete:link, .butActionDelete:visited, .butActionDelete:hover, .butActionDelete:active, .buttonDelete {
  background: rgb(176, 10, 10) !important;
  border: 1px solid #000;
  color: #f4f4f4 !important;
}