#views-form-content-to-push-to-the-localizations-mono-page th.views-field-views-bulk-operations-1 .form-item {
  display: none;
}
#views-exposed-form-content-to-push-to-the-localizations-mono-page #checkboxes-wrapper {
  clear: both;
}

.pf-link-submit {
  background: #4d8f46 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Lucida Grande",Verdana,sans-serif;
  font-size: 1.077em;
  font-weight: normal;
  margin-bottom: 1em;
  margin-right: 1em;
  padding: 6px 10px;
  text-align: center;
  transition: all 0s ease 0s, all 0.3s ease 0s;
  margin-top: 2.429em;
  line-height: 1.3;
  display: block;
}
.pf-link-submit:hover {
  text-decoration: none;
  background: #0a6700 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
}
ul.action-links.pf-push-action {
  margin-top: 0px;
}
ul.action-links.pf-push-action a {
  text-align: center;
}
span.pf-site-status {
  display: block;
  height: 25px;
  min-width: 90px;
  max-width: 150px;
  border: 1px #666666 solid;
}

span.pf-site-status.pf-not-exists {
  background: red;
}
span.pf-site-status.pf-not-published {
  background: orange;
}
span.pf-site-status.pf-published {
  background: green;
}
.pf_workbench_table > h3 {
  display: none;
}
.pf_workbench_table caption h3 {
  text-align: left;
}