/* NetArt Indeed Jobs Script - www.netartmedia.net/indeed-jobs
 * Copyright 2014 NetArt Media
 * http://www.netartmedia.net
 *
 * For a professional jobs board software, please check also
 * JobSite Professional - www.jobsiteprofessional.com
 *
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0 */ 
html,
body {
  height: 100%;
}

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;

  margin: 0 auto -60px;

  padding: 0 0 60px;
}


#footer {
  height: 60px;
  background-color: #f5f5f5;
}

#wrap > .container {
  padding: 60px 15px 0;
}
.container .credit {
  margin: 20px 0;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

code {
  font-size: 80%;
}