/* CSS Document */
@media only screen and (max-width: 600px) {
	/* HTML */
	body {
		margin:0;
		/* font-family: Helvetica, Arial, Verdana, sans-serif; */
		-webkit-text-size-adjust: 115%;
	}
	table {
		width: 100%;
	}
	input, textarea, select {
		font-size: 16px !important;
	}
	
	/* ID's */
	#ajax_frm {
		width: 98%;
		min-width: 98%;
		box-sizing: border-box;
		left: 1% !important;
		position: fixed;
		bottom: 3em !important;
		top: auto !important;
	}
	#calHolder {
		position: fixed;
		width: 92%;
		left: 4% !important;
		box-sizing: border-box;
		box-shadow: 0 0 3px rgba(0,0,0,0.5) !important;
	}
	#header {
		padding:0 3px;
		margin:0;
	}
	#header h3 {
		font-size:15px;
		padding-bottom: 10px;
	}
	#nav2 {
		overflow: auto hidden;
	}
	#sitefooter {
		height:auto;
		margin:0;
	}
	
	/* classes */
	.main {
		margin:0;
        padding: 7.5px;
	}
	.nav {
		top: 60px;
		font-size:12px;
		z-index: 10;
		overflow: auto hidden;
		/* -webkit-overflow-scrolling: touch; */
	}
	.quick-add {
		bottom: -1em;
		width: 100%;
		left: 0 !important;
		padding: 1em 1em 3em 1em;
        transform: translateY(0px);
        background-color: #626f7f;
	}
}