This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | .donation_section { | |
| position:absolute; | |
| left:130px; | |
| border-right: 1px solid #c1c1c1; | |
| padding-right:10px; | |
| height:360px | |
| } | |
| .payment_section { | |
| position:absolute; | |
| left:640px; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /* ----------------- | |
| Widget Widths | |
| ---------------------*/ | |
| .full_page_form { | |
| padding: 6px 6px !important; | |
| } | |
| /* Sets width of widget */ | |
| .full_widget_wrap #widget { | |
| width: 475px !important; | |
| } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /* ----------------- | |
| Widget Widths | |
| ---------------------*/ | |
| .full_page_form { | |
| padding: 0 !important; | |
| } | |
| /* Sets width of widget */ | |
| .full_widget_wrap #widget { | |
| width: 500px !important; | |
| } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /* ----------------- | |
| Widget Widths | |
| ---------------------*/ | |
| .full_widget_wrap #widget { | |
| width: 730px !important;/* This sets the overall width of the widget*/ | |
| } | |
| .col_1 { | |
| width: 350px; /* This sets the width of the Left Column*/; | |
| margin-right: 30px; /* This sets the Space between the Left Column and Right Column*/ | |
| } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | .donate_amounts { | |
| border: 1px solid #d4d4d4; | |
| padding: 16px; | |
| font-size: 13px; | |
| font-weight: bold; | |
| background: #FAFAFA; | |
| -moz-border-radius: 4px; | |
| -webkit-border-radius: 4px; | |
| border-radius: 4px; | |
| -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | .donate_amounts { | |
| border: 1px solid #d4d4d4; | |
| padding: 13px; | |
| font-size: 16px; | |
| font-weight: bold; | |
| background: #FAFAFA; | |
| -moz-border-radius: 4px; | |
| -webkit-border-radius: 4px; | |
| border-radius: 4px; | |
| -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); |