.category .feed
{
  margin: 4px 15px;
  float: right;
  line-height: 25px;
  background-position: left center;
}

.category .feed a
{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.jobs
{
  width: 100%;
}

.jobs tr.even
{
  background-color: #f3fafc;
}

.jobs tr.odd
{
  /*background-color: #fff;*/
}

.jobs td
{
  padding: 12px 15px;
  border-bottom: 1px dotted #999;
}

.jobs td.position,
.jobs td.location
{
	border-right: 1px dotted #999;
}

.jobs .location
{
  color: #524F46;
  font-weight: bold;
  width: 30%;
}

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

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

.more_jobs
{
  float: right;
  text-transform: uppercase;
  font-size: 90%;
  margin-top: 5px;
}

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

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

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

.pagination img
{
  vertical-align: middle;
}
