<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
@media screen and (max-width: 680px) {

	* {
		-webkit-overflow-scrolling: touch;
		-webkit-text-size-adjust: 100%;
	}

	body.default main {
		padding-top: 80px;
	}

	.fixed {
		width: 100%;
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		text-align: left;
	}

	.fixed h1 {
		font-size: 32px;
		line-height: 36px;
	}

	.fixed h3 {
		margin-bottom: 0px;
	}

	.trial .fixed {
		text-align: center;
		padding-top: 50px;	
	}
	
	.landing-form {
		max-width: 100%;
		margin-left: 0 !important;
	}
	
	input {
		max-width: 100%;
	}

	footer .fixed {
		padding-top: 0px;
	}

	footer .fourth {
	    width: 50%;
	    padding-top: 35px;
	    text-align: center;
	}

	.third {
		width: 100%;
	}

	.half {
		width: 100%;
		float: initial;
	}
	
	.twothird {
		width: 100%;
	}

	.update	.gradient {
		padding-top: 40px;
	}

	.notification {
		display: none !important;
		height: initial;
		margin-top: 50px;
		position: static;
	}

	.notification p {
		margin-bottom: 0em;
	}

	#container {
		position: static;
		padding-top: 0px;
	}

	.notification .notification-text {
		width: 100%;
	}

	.notification .close {
		top: 10px;
		z-index: 100;
	}

	.entree {
		margin-left: 0px;
	}

		.display-none {
		display: none;
	}

	.desktop {
		display: none;
	}

	.handheld {
		display: block;
	}

	.handheld.login {
		padding-top: 80px;
		padding-left: 20px;
	}

	.mobile-menu .hollow,
	.hollow.button {
		position: absolute;
    	z-index: 9999;
		right: 100px;
	    right: 60px;
    	top: 22px;
	}
	
	body.update .aside-navigation-list {
		float: none;
		width: auto;
		margin-bottom: 40px;
		display: none; /* we should make this a toggle */
	}

	body.update .aside-navigation-list li {
		display: inline-block;
		width: 25%;
	}
	
	body.update .threefourth {
		width: 100%;
		border-left: 0;
		padding-left: 0;
	}
	
	body.update main section.fixed {
		padding-top: 25px !important;
	}
	
	/* for workshop page, ugly hacks */
	body.workshop div.button-bar {
		padding: 0 !important;
	}

	body.workshop div.button-bar input.text {
		width: calc(100% - 160px) !important;
	}
	
	body.workshop form.landing-form div.button-bar {
		text-align: center;
	}
	
	body.workshop form.landing-form div.button-bar input {
		float: none;
	}
	

}