.mac,
.mac input[type="submit"],
.mac div.admin-panel h3 {
  font-family: Helvetica !important;
}

.mac .exposed-filters .form-item label {
  line-height: 38px;
}

.mac.style-checkboxes input[type=checkbox] {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  top: 2px;
}

.mac.style-checkboxes input[type=radio] {
  width: 14px;
  height: 14px;
  top: 2px;
}

.mac.style-checkboxes input[type=checkbox]:checked,
.mac.style-checkboxes input[type=checkbox]:disabled:checked,
.mac.style-checkboxes input[type=radio]:checked,
.mac.style-checkboxes input[type=radio]:disabled:checked {
  box-shadow: inset 0px 0px 0px 4px #fff;
}

.mac table th {
  font-family: "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #696969;
}

.mac input.form-file {
  background: #F5F5F5;
  border: none;
}

.mac #branding h1.page-title {
  margin: -2px 0 4px 0;
}

.mac div.add-or-remove-shortcuts {
  padding-top: 15px;
}

body.adminimal-theme.mac .exposed-filters .container-inline .form-actions,
.mac .exposed-filters .container-inline.form-actions {
  margin: 4px 0 0 -5px;
}

.mac input[type="submit"]{
  position: relative;
  top: 1px;
}
