@media all and (max-width: 960px) {
	body {
		margin-top: 35px;
	}

	#head {
		position: fixed;
		top: 0px;
		left: 0px;
	}

	#head #hcenter span {
		display: inherit;
	}

	#columns .column {
		width: 100%;
		min-height: inherit;
		margin-bottom: inherit;
	}

	#columns #column3 {
		margin-bottom: 30px;
	}

	#columns #column1 .widget { margin: 30px 20px 0 20px; }
	#columns #column3 .widget { margin: 30px 20px 0 20px; }

	#tableBtn {
		display: none;
	}

	#mobileBtn {
		display: inherit;
		border-collapse: collapse;
		width: auto !important;
		float: right;
		line-height: 38px !important;
		cursor: pointer;
	}

	#mobileBtn td {
		padding-left: 8px;
		padding-right: 8px;
	}

	#menu {
		display: none;
	}
}