@media screen and (min-width:750px){

    .application_header_css{
        width:45%;
    }

    .application_logo_img_css{
        margin:auto 0;
    }

    .post_submit_button_css{
        margin:auto 0;
    }

    .application_footer_icons_css{
        width:24%;
    }

    .page_change_icons_css{
        right:2em;
    }

    .extra_banner_css{
        position:fixed;
        margin:auto;
        left:1em;
        right:unset;
        bottom:1em;
        width:350px;
        height:auto;
    }
        
    .message_reload_button_css{
        left:2em;
    }

    .post_media_area_css{
        width:40%;
    }

    .chat_close_icon_css{
        right:2em;
    }

    .tweet_outer_css{
        width:45%;
    }

    .profile_field_css{
        width:45%;
    }

    .post_text_textarea_css{
        margin:0.5em auto 2em auto;
        left:0;
        right:0;
        width:45%;
        height:12em;
        border:#cfcfcf solid medium;
    }

    .tweet_pic_area_css{
        width:40%;
    }

    .message_user_field_css{
        width:45%;
    }

    .chat_write_textarea_css{
        width:40%;
    }

    .chat_submit_button_css{
        margin-bottom:10em;
    }

    .information_field_css{
        width:50%;
    }
    
}