@media only screen and (max-width: 800px) {
	.h2 {
	  font-size: 1.5rem;
	}

	#ContentWrapper,
	.CenteredWrapper {
	    width:100%;
	}
	#content {
	    padding-left: 0;
	    padding-right: 0;
	}
	
	.greaterThanArrow:before {
		left: 0;
	}
	
	
	.defaultRow .columnOne [class^=row] {
		padding-right: 0.4rem;
		padding-left: 0.4rem;
	}
	.defaultRow .columnTwo [class^=row] {
		padding-left: 0.1rem;
	}
	.defaultRow .columnOne {
	  width:65%;
	}
	.defaultRow .columnTwo {
	  width:35%;
	}
	
	#transaction-view #content p {
	    width: 98%;
	    margin-left: 2%;
	}
	#transaction-view #content p.TransactionViewRow {
		width: 100%;
	}
	#transaction-view .splitRow {
		width: 98%;
	}
	
	
	#footer {
	  height: 3rem;
	}
	#footer .LogoutIcon {
		top: 0rem;
	}
	#footer .foundicon-settings {
		top:.2rem;
	}
	#footer .foundicon-plus {
	  top: .2rem;
	}
	
	.cssForm p,
	.cssForm > .Column{
	  width: 100%;
	}
	.cssForm input[type="radio"],
	.cssForm input[type="checkbox"],
	.cssForm input[type="button"],
	.cssForm input[type="submit"] {
	  font-size: 1.5rem;
	}
	.cssForm [type="checkbox"] + label,
	.cssForm [type="radio"] + label {
		font-size: 1.5rem;
	}
	.cssForm #addSplitTransactions {
	  width: 100%;
	}
	
	#transaction-view #content p {
		width: 96%;
	}
	
	/* jquery UI overrides */
	.ui-menu .ui-menu-itrem a {
		font-size: 1.5rem;
	}
	
	/*
	 * Simplemodal Basic Modal Dialog
	 * http://simplemodal.com
	 *
	 * Copyright (c) 2013 Eric Martin - http://ericmmartin.com
	 *
	 * Licensed under the MIT license:
	 *   http://www.opensource.org/licenses/mit-license.php
	 */
	
	/* Container */
	#simplemodal-container {height:97%; width:97%; max-width: 400px;}
	
	/*************************************************************
		Slide Menu
	*/
	.SlideMenuWrapper {
		left: 0;
	}
}

@media (max-width: 640px) {
	.GoalsListItemSavingsAmounts > * {
		min-width: 50%;
	}
}

@media (max-width: 480px) {
	.GoalsListItemSavingsAmounts > * {
		min-width: 100%;
	}
}