body {
	padding:0;
	margin:0;
	font-family: 'Roboto', sans-serif;
}
.DS_container {
	/*min-width:300px;*/
	max-width:300px;
	height:1050px;
	overflow:hidden;
	padding:0;
	margin:0;
	background-color:#f3f3f3;
	color: rgba(0, 0, 0, 0.87);
	font-size:13px;
	font-family: 'Roboto', sans-serif;
}
.DS_container a {
	color:#642891;
	text-decoration:none;
	background-color:rgba(255, 255, 255, 0);
	outline:none;
}
.DS_container input {
	outline:none;
}
.DS_container a:hover {
	text-decoration: underline;
}
.DS_clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.DS_clear {
	display: inline-block;
}
* html .DS_clear {
	height: 1%;
}
.DS_clear {
	display: block;
}
.DS_container img {
	border:0px;
}
/* header */
.DS_header {
	padding:10px 0;
	margin:0;
	background:#642891;
	text-align:center;
	color:#ffffff;
}
.DS_headerH {
	padding:0;
	margin:0;
	font-weight:300;
	font-size:35px;
}
.DS_poweredBy {
	padding:0;
	margin:0;
	font-weight:700;
	font-size:13px;
}
.DS_logo {
	padding:10px 0 15px 0;
	margin:0;
}
.DS_logo a img {
	display:block;
	margin:0 auto;
	height:30px;
}
/* body */
.DS_body {
	padding:0 20px;
}
/* form */
#quickJobSearch1 {
	padding:0;
	margin:0;
}
.DS_jobLocation {
	padding:0 0 10px 0;
}
.DS_searchButton {
	padding:0 0 10px 0;
}
.DS_jobTitle {
	background:#ffffff;
	height:36px;
	line-height:36px;
	padding:0 10px;
	margin:0;
	font-size:14px;
	color:#642891;
	border:1px solid #642891;
}
.DS_jobLocation {
	background:#ffffff;
	height:36px;
	line-height:36px;
	padding:0 10px;
	margin:10px 0 0 0;
	font-size:14px;
	color:#642891;
	border:1px solid #642891;
}
#quickJobSearch1 placeholder {
	color:#642891;
}
.DS_input-addon {
	font-size:20px;
	float:left;
	width:10%;
}
#quickJobSearch1 .form-control {
	border:none;
	color:#642891;
	font-weight:400;
	font-size:14px;
	width:88%;
	float:left;
	height:34px;
	line-height:34px;
	font-family: 'Roboto', sans-serif;
}
.DS_searchButton {
	margin:15px 0 0 0;
}
.MorangeButton {
	background:#642891;
	color:#ffffff;
	border: none;
	padding:8px 20px;
	display:block;
	margin:0 auto;
	text-align:center;
	cursor:pointer;
	font-weight:500;
	font-size:15px;
}
.MorangeButton:hover {
	background:#78449f;
}

.cellDataJobTitle {
	font-size:16px;
	font-weight:400;
}
.cellDataCompany {
	padding:2px 0;
}
#jobSearchResult td {
	border-top:1px solid #dddddd;
	padding:10px 0;
}







.allmonsterJobs {
	background:#00aef3;
	color:#ffffff;
	padding:30px 20px;
}
.allmonsterJobs h3 {
	color:#ffffff;
	padding:0;
	margin:0;
	font-weight:500;
}
.allmonsterJobs p {
	color:#ffffff;
	padding:15px 0;
	margin:0;
	font-size:18px;
	font-weight:400;
}
.allmonsterJobs .toMonsterCoreSearch {
	padding:0;
	margin:10px 0 0 0;
}
.allmonsterJobs #quickJobSearchtoCore2 {
	padding:8px 40px;
	margin:0;
	background-color:#642891;
	color:#ffffff;
	text-decoration:none;
	font-size:20px;
	font-weight:500;
	/*transition: all 0.8s ease 0s;*/
    border: none !important;
}
.allmonsterJobs #quickJobSearchtoCore2:hover {
	padding:8px 40px;
	margin:0;
	background-color:#78449f;
	color:#ffffff;
	text-decoration:none;
	font-size:20px;
	font-weight:500;
    border: none !important;
}



.mainbar .matter {
    padding: 145px 10px 30px;
}
@media(max-width:767px){
.mainbar .matter {
    padding: 75px 10px 30px;
}
.js_result_row .postedDate .fa, .articles-results .postedDate .fa{
position: relative; margin-top: -1px;
}
}