@media screen and (max-width: 755px) {
	.main {
		width: auto;
		margin: 0 10px;
	}

	table.sudy-edit {
		margin: 10px 0;
		width: 100% !important;
	}

	.header {
		margin: 40px 0 0 !important;
		text-align: center;
	}

	#findModeTd span {
		display: inline-block;
		width: 50%;
		float: left;
	}

	.sudy-edit .sudy-nonempty {
		width: auto !important;
		line-height: 20px;
		margin: 0 !important;
	}

	.ts {
		width: 200px;
	}

	#passwordTip {
		text-align: center;
	}

	.apply.cz .box {
		height: 400px;
	}
}