@charset "UTF-8";

div.readMore{
	text-align:right;
	margin: 1em;
}
div.readMore button{
	font-size:1em;
	text-align:center;
	color:#999;
	background:#fff;
	border:solid 1px #999;
	border-radius:.5em ;
	text-decoration: none;
	padding: .25em 1em;
	cursor: pointer;
}

ul.termInfo li p.termTxt {
	color: black;
	text-decoration:none;
}

/****  interview page  top ****/
h2.interview {
	width:980px;
	margin:0 auto 20px;
	
	padding: 15px 25px 10px;
	background: #EB323C;
	color: #FFF;
	font-size: 24px;
	
	box-sizing: border-box;
}
dl.interviewInfo{}
dl.interviewInfo .pasonal {
	border:#FCC solid 1px;
	border-radius:.5em ;
	margin-bottom:1em;
	float:left;
}
dl.interviewInfo img {
	margin:0.5em;
	padding:0.5em;
	background-color:#eee;
	float:left;
}
dl.interviewInfo h3 {
	width:80%;
	float:left;
	font-size:18px;
	font-weight:bold;
	padding:5px 0;
}
dl.interviewInfo p {
	width:80%;
	float:left;
	font-size:15px;
	color:black;
}

/****  interview page  bottom ****/
/******* nursing page top *******/
.nursing_lead {
	padding-bottom: 50px;
	max-width: 768px;
	width: 100%;
	margin: 0 auto 50px;
}
/******* nursing page bottom *******/