/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 16, 2015, 2:11:58 PM
    Author     : SLAFF
*/

/******************************************************************************/
/******************************** DONATION ************************************/
/******************************************************************************/
.welcome {
    font-size: 13px;
    margin: 10px 1%;
    background-color: #fff;
    text-align: justify;
}

    .welcome .icon {
        float: left;
        padding: 10px;
        background-color: #e0e0e0;
        margin: 0 10px 10px 0;
    }
    
    .welcome .list {
        float: left;
    }
    
        .welcome .list ul {
            float: left;
            margin: 0 10px 10px 0;
            line-height: 20px;
            list-style-type: square;
        }
        
    .welcome .text {
        clear: both;
        padding: 0 10px;
    }  
    
    .welcome .text p {
        text-align: left;
    }       
    
    .method {
        margin-bottom: 10px; 
    }
    
        .method .header {
            padding: 9px;
            font-weight: bold;
            text-align: left;
            text-shadow: 1px 1px #fff;
            background-color: #eee;
            border-bottom: 1px solid #d0d0d0;          
        }

        .method .body {
            padding: 10px;
            background-color: #fff;    
            border-bottom: 1px solid #d0d0d0;
        }    
            
            .method .body .ppdecription {
                float: left;
                width: 70%;
                text-align: center;
            }
            
            .method .body .ppbutton {
                float: left;
                width: 30%;
                text-align: center;
            } 
            
            .method .body .bcdescription {
                text-align: center;
                padding: 12px 0 7px 0;
            }
            
            .method .body .bcbutton {
                text-align: center;
            }  
            
                .method .body .bcbutton iframe {
                    width: 160px !important;
                }
            
            .method .body .customlink {
                float: left;
                width: 70%;
                text-align: center;
                padding-top: 10px;
            }
            
            .method .body .qrimage {
                float: left;
                width: 30%;
                text-align: center;
            }
    
            .method .body p.center {
                text-align: center;
            }
            
            .method .body a.button {
                margin: 0 auto;
            }        
            
