body,html {
  min-width: 200px;
  background-color: #fff;
}
div.container {
  min-width: 200px;
}

/*== WIDGET LAST JOBS ==*/
div.lastJobsWidget {
	background-color:  transparent !important;
}
div.lastJobsWidget ul {
	list-style: none;
}
div.lastJobsWidget ul li {
	width: 100%;
	min-width: 200px;
	padding: 0px 20px;
	margin-bottom: 20px;
	position: relative;
	line-height: 15px;
}
div.lastJobsWidget.bicolumn ul li {
	width: 50%;
	float: left;
}
div.lastJobsWidget ul li span.title,div.lastJobsWidget ul li span.site {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width: 100%;
	display: inline-block;
}

div.lastJobsWidget ul li span.title {
	color: #003671 !important;	
	font-weight: bold;
	text-transform: uppercase;
}
div.lastJobsWidget ul li span.site {
	font-size: 80%;
}
div.lastJobsWidget ul li span.glyphicon {
	color: #003671 !important;	
	position: absolute;
	left: 0px;
	top:0px;
}
div.lastJobsWidget ul  a:hover li  span.title{
	text-decoration: underline;
}
div.lastJobsWidget ul  a:hover li  span.glyphicon{
	left: 5px;
}
