.pageForm label{
	padding: 0 10px;
}
.pageForm .row-responsive{
	width: 100%;
	clear: left;
}
.pageForm .fLeft, .contentHolder .pageForm input[type="text"], .contentHolder .pageForm input[type="email"]{
	width: 20%;
}
.contentHolder .pageForm input[type="text"].phone{
	width: 10%;
}
.pageForm .validationImage{
	float: left;
}
.pageForm span.fLeft{
	padding: 0 2px;
}
.pageForm [readonly="readonly"]{
	pointer-events: none;
	background-color: #EEE;
}
.pageForm [readonly="readonly"]{
	pointer-events: none;
	background-color: #EEE;
	padding: 0.1875em 0.3125em;
    box-shadow: 1px 1px 0px 0px #cfcfcf;
    border: 1px solid #ccc;
}
.btnValidateEmail{
    padding: 0 5px;
}
#home-content .invisible{
	display: none;
}

/** check-in page **/
#home-content .checkInTable{ 
	width: 100%; 
	border-collapse: collapse;
}
#home-content .checkInTable tr:nth-of-type(odd){ 
	background: #eee; 
}
#home-content .checkInTable th{ 
	background: #382140; 
	color: white; 
	font-weight: bold; 
}
#home-content .checkInTable td,
#home-content .checkInTable th{ 
	padding: 6px; 
	border: 1px solid #ccc; 
	text-align: left; 
}

@media only screen and (max-width:768px){
	.pageForm .fLeft, .contentHolder .pageForm input[type="text"], .contentHolder .pageForm input[type="email"]{
		width: 100%;
	}

	/** check-in page **/
	@media only screen and (max-width:768px){
		#home-content .checkInTable,
		#home-content .checkInTable thead,
		#home-content .checkInTable tbody,
		#home-content .checkInTable th,
		#home-content .checkInTable td,
		#home-content .checkInTable tr{ 
			display: block; 
		}
		#home-content .checkInTable thead tr{ 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		#home-content .checkInTable tr{
			border: 1px solid #ccc;
		}
		#home-content .checkInTable td{ 
			border: none;
			border-bottom: 1px solid #ddd; 
			position: relative;
			padding-left: 50%;
			word-break: break-all;
			width: 100%; 
		}
		#home-content .checkInTable td:before{ 
			position: absolute;
			top: 6px;
			left: 6px;
			width: 45%; 
			padding-right: 10px; 
			white-space: nowrap;
		}
		#home-content .checkInTable td:before{
			content: attr(data-label);
			font-weight: bold;
		}
	}
}