/* 
 * buttons.css
 * Description: Button-like css to replace images
 *
 * REQ1300029 - 11/27/13 - mjw - created
 * REQ1400002 - 04/21/14 - mjw - add white button
 * Req1400002.2.0 11/11/14 ram - modify for new framework
 * Req1400002.2.1 11/19/14 mjw - force all buttons to have no underline
 * REQ1500004 - 03/19/15 - mjw - add static button (no push feel)
 * REQ1630006 - 02/10/16 - jlg - ipad weirdness
 * REQ1890009 08/23/18 jlg - Fix for overlap on priority button on cart
 * Req1900002 03/08/19 jlg - harriet carter
 * REQ1990001 06/20/19 jlg - Rewrite CSS rules
 * Req2001000 12/14/20 jlg - responsive design
 */
 
button {
   border: none;
   font-size: 24px;
   background-color: #dfdfdf;
   font-weight: bold;
   padding: 2% 6%;
   color:#000;
   cursor:pointer;
}
.submit_btn {
   background-color: #C3415B;
   color:#fff;
}
