/* MOBILE CLIENT_LANDING PAGE */

.mobile_client_landing_content
{
	padding: 30px;
}


/* MOBILE JOB SEARCH PAGE */

.job_result
{
	width: 100%;
}

.mobile_input
{
	font-size: 16pt;
	width: 80%;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 28px;
	float: left;
}

.mobile_submit
{
	font-size: 14pt;
	width: 80%;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 18px;
}

.mobile_navlink
{
	font-size: 12pt;
	padding-top: 5px;
	padding-bottom: 8px;
}

.mobile_navlink a
{
	text-decoration: none;
	font-color: blue;
}

ul.more_options
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

table.record
{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10pt;
	background-color: #ffffff;
}

table.record.alternate
{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10pt;
	background-color: #eeeeee;
}

td.job_info
{
	width: 80%;
}


td.view_job_button a
{
	width: 80px;
	height: 40px;
	float: right; 
	margin-right: 10px;
	margin-top: 20%;
	margin-bottom: 20%;
	padding-left: 13px;
	padding-top: 8px;
	background-repeat: repeat-x;
	background-color: white;
	color: black;
	border: 1px outset #9a9a9a;
	border-radius: 25px;
}

td.view_job_button_key img
{
	width: 35px;
	height: 40px;
	float: right; 
	margin-right: 10px; 
	border: 1px solid #c3c3c3;
}


/* MOBILE JOB DISPLAY PAGE */

.job_display_details
{
	font-size: 12pt;
}

.job_display_description
{
	font-size: 12pt;
	margin-left: 10px; 
	margin-right: 10px;
	word-break: break-word;
}

.job_display_description ul 
{
	padding-left: 20px;
}

.job_display_description ul li
{
	list-style-type: disc;
	margin-left: 0px;
	margin-bottom: 12px;
	color: #333333;
}

.job_display_description ul li ul li
{
	list-style-type: circle;
}

/* MOBILE WHOS WHO PAGE */

.whos_who_form
{
	font-size: 14pt;
	margin-left: 10px; 
	margin-right: 10px;
}

.whos_who_form label
{
	font-size: 16pt;
	font-weight: normal !important;
	
}

.whos_who_details
{
	font-size: 12pt;
	margin-left: 10px; 
	margin-right: 10px;
}

