
.category{
	position:relative;
}

.category .feed
{
  margin: 4px;
  float: right;
	position:absolute;
	right:0;
}

.jobs
{
  width: 100%;
	margin-bottom:20px;
}

.jobs tr.even
{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

}

.jobs tr.odd
{
}

.jobs td
{
  padding: 12px 0;
}

.jobs .location
{
  font-weight: normal;
	font-style:italic;
  width: 30%;
}

.jobs .company
{
  color: #e048db;
  width: 30%;
}

.jobs .position
{
  color: #524F46;
  width: 40%;
}

.more_jobs
{
  float: right;
}

.pagination_desc
{
  margin-left: 15px;
  margin-top: 10px;
  font-style: italic;
}

.pagination
{
  margin-top: 10px;
  float: right;
}

.pagination a
{
  margin-right: 4px;
	line-height:14px;
}

.pagination img
{
	height:14px;
  vertical-align: middle;
}
