﻿@media only screen and (min-width: 321px) and (max-width: 650px) {

    /*Compose Layout*/

    #alertSection, #stepMessage3, #petitionSection, .compose-twitter-block, .compose-facebook-block, .compose-phone-block {
        -moz-box-ordinal-group: 1;
        -webkit-box-ordinal-group: 1;
    }

    #stepUserInformation3 {
        -moz-box-ordinal-group: 2;
        -webkit-box-ordinal-group: 2;
    }

    /*Size Adjustments*/

    .vvBody > section > header > div.vvUserProfileHeader {
        white-space: nowrap;
        width: 68% !important;
    }
    .vvBody > section > header > div.vvUserProfilePrivacy {
        line-height: 1em;
        width: 32% !important;
        vertical-align: middle;
    }

    .forwardFriendEmails {
        height: 100px;
    }

    .forwardMessage {
        height: 200px;
        padding: 2px;
    }

    .vv_GoogleMap {
		height: 350px;
	}

    .vvBody .jsShareTabContainer > section {
        padding-left: 1em;
        padding-right: 1em;
    }

    .vv-post-as-container { min-width: 11em; }

    .vv-search-container input {
        width: 97%;
    }

    .vv-completed-badge {
        margin-left: 24px;
    }
}