/*******************************************************************************
    A variety of CSS classes added by mattzb, March 2021, for bug fixes.
    The templates that include this file are specified in the comments
    above the classes used
*******************************************************************************/

/*

Error pages buttons fix - https://racenation.atlassian.net/secure/RapidBoard.jspa?rapidView=2&projectKey=SAAS&modal=detail&selectedIssue=SAAS-3372&sprint=116

resources/views/errors/partials/errorActionButtons.blade.php
(which is included by errors/401.blade.php, 403.blade.php, etc.... )
*/

a.ui.fluid.errorPageButton {
  min-width: 120px;
  max-width: 340px;
  /* float: left;   */
  margin: 10px;
  margin-left: -30px;   /* << to correct position within container */
}
