.newrec{
	width:70%;
	float:left;
	text-align:center;
}
.career{
	width:48%;
	float:right;
		text-align:center;
}


@media screen and (max-width: 580px){
	.newrec{
	width:100%;
	float:none;
	text-align:center;
}
.career{
	margin-top:40px;
	width:100%;
	float:none;
}
.comTbl01 th br{
	display:none;
}
}