
/* main wrapper */
#jaw_imagefeetcher_welcome_screen_wrap {
    
    padding: 50px;
    max-width: 560px;
}

    /* header */
    #jaw_imagefeetcher_welcome_screen_wrap .head {

        position: relative;
        height: 100px;
    }

        #jaw_imagefeetcher_welcome_screen_wrap .head .logo {

            float: left;
        }
        
        #jaw_imagefeetcher_welcome_screen_wrap .head .main_text {

            position: relative;
            left: 20px;
            padding-top: 15px;
        }


    /* content */    
    #jaw_imagefeetcher_welcome_screen_wrap .content {

        position: relative;
        border-top: 1px solid #CCCCCC;
    }

        /* button */
        #jaw_imagefeetcher_welcome_screen_wrap .head_button {
            
            position: relative;
            text-align: center;
            margin-top: 20px;
            height: 55px;
            border-bottom: 1px solid #CCCCCC;
        }
        
           #jaw_imagefeetcher_welcome_screen_wrap #save_post {

                position: relative;
                background-color: #2F759F;
                top: 0;
            }
            
                #jaw_imagefeetcher_welcome_screen_wrap .content .main_description .p_h1 {

                    font-size: 22px;
                    font-weight: 200;
                }
                
                #jaw_imagefeetcher_welcome_screen_wrap .content .main_description .features_list {
                    
                    padding-bottom: 15px;
                    border-bottom: 1px solid #CCCCCC;
                }
                
                    #jaw_imagefeetcher_welcome_screen_wrap .content .features_list {

                        padding-left: 5px;
                    }
        
        /* footer */
        #jaw_imagefeetcher_welcome_screen_wrap .content .main_description_footer {

            padding-top: 10px;
        }


