/**
 * Restore button styles overwritten by foundation/pcc stylesheets 
 */
#pp_revisions_top_bar .button{                                                                        
  box-shadow: none !important;  
}

/*  See: /revisions/wp-content/plugins/revisionary/revisionary-front.css */
#pp_revisions_top_bar .button,
#pp_revisions_top_bar .button-primary,
#pp_revisions_top_bar .button-secondary {
  display: inline-block;
  max-width: 220px !important;
  text-decoration: none;
  font-size: 13px !important;
  line-height: 2.15384615 !important;
  min-height: 30px !important;
  margin: 0;
  padding: 0 10px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
}

#pp_revisions_top_bar .button-secondary {
  color: #2271b1 !important;
  border-color: #2271b1 !important;
  background: #f6f7f7 !important;
  text-decoration: none;
}

#pp_revisions_top_bar .button-secondary:hover,
#pp_revisions_top_bar .button-secondary:focus,
#pp_revisions_top_bar .button-secondary:active {
  background: #f0f0f1 !important;
  border-color: #0a4b78 !important;
  color: #0a4b78 !important;
  text-decoration: none !important;
}

#pp_revisions_top_bar .button-primary {
  background: #FFB300 !important;
  border-color: #C58C07 !important;
  color: #754D26 !important;
  text-decoration: none;
  text-shadow: none;
}

#pp_revisions_top_bar .button-primary:hover,
#pp_revisions_top_bar .button-primary:focus,
#pp_revisions_top_bar .button-primary:active {
  background-color: #F3AC04 !important;
  border-color: #C58C07 !important;
  color: #333 !important;
  text-decoration: none !important;
  text-shadow: none;
}

#pp_revisions_top_bar .button {
  margin-right: 7px;
}

#pp_revisions_top_bar .button.rvy_has_empty_spacing {
  margin-right: 3px;
}