      
	  #joboffers 
      {
        font-family:Arial,Georgia,Verdana,Sans serif;
        width:500px;
        margin:10px 20px 10px 0px;
        margin-top:30px;
      }
      
      #joboffers .position_element
      {
        margin-bottom:20px;
		border-bottom:1px solid #DFDFDF;
        
      }
      
      #joboffers .position_title
      {
        display:inline;
      }
      
      #joboffers .position_title a
      {
        font-size:14px;
        cursor:pointer;
		font-weight: bold;
        color:#094DF9;
        
      }
      
      #joboffers .position_title a:hover
      {
        color:#5A89FF;
        text-decoration:none;
      }
      
      #joboffers .position_candidates
      {
        color:#787878;
        font-size:12px;
        display:inline;
      }
      
      #joboffers .position_municipality
      {
        color:#787878;
        font-size:12px;
        display:inline;
      }
      
      #joboffers .position_region
      {
        color:#787878;
        font-size:12px;
        display:inline;
      }
      
      #joboffers .position_description
      {
        margin-top:5px;
        font-size:12px;
      }

      #joboffers .position_description a
      {
        text-decoration:none;
      }
      
      #joboffers .position_description a:hover
      {
        text-decoration:underline;
      }
      
      #joboffers .position_lastupdate
      {
        font-size:10px;
        color:#787878;
      }
      
      #joboffers .position_pagination
      {
        text-align:right;
      }
      
      #joboffers .position_pagination a
      {
        text-decoration:none;
      }
      
      #joboffers .position_pagination a:hover
      {
        text-decoration:underline;
      }
