body.donate select.donate { display: none; }

body.donate .title_first_last {
    float: left;
}

@media (max-width: 768px) {
    body.donate {
	margin-left: 5px;
	margin-right: 5px;
    }

    body.donate div#container {
	width: 100%;
    }
    body.donate #staticMenu {
	display: none;
    }
    body.donate div.staticArticle {
	margin-left: 0px;
    }
    body.donate div.footer {
	width: 100%;
    }
    body.donate select.donate {
	font-size: 18px;
	width: 100%;
	display: block !important;
    }
    body.donate table.giftAmountLayout {
	display: none;
    }
    body.donate #search {
	display: none;
    }

    body.donate .donationForm form table td {
	font-size: 1em;
    }
    body.donate .storyContent p {
	font-size: 1em;
    }
    body.donate #header {
	overflow: hidden;
    }
    body.donate #header > div {
	width: 990px;
    }
    body.donate div.breadcrumbs {
	display: none;
    }
    body.donate .title_first_last {
	float: none;
    }
    body.donate .title_first_last input {
	width: 96%;
    }
    body.donate input#other {
	display: none;
    }
}
