body {
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  height:100%;
}

.innerWrapper{
    padding:0px 20px 0px;
}
.wrapper {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -105px;
  /* Pad bottom by footer height */
  padding: 0 0 105px;
}

.defaultpadding
{
  padding:10px;
}
.wrapper h5{
	margin-top: 0px
}
.wrapper h5 li{
	margin-right: 55px;
}
.footer, .push {
    padding: 15px;
    min-height: 105px; /* .push must be the same height as .footer */
    font: italic 12px/30px Georgia, serif;
    border-top:1px solid #ededed;
}
.siteFooter{
  background-color:rgb(51, 51, 51) !important;
}

@media (min-width: 765px) {
  .addThisPaddingWidth {
    padding-left: 0px;
  }
}

#recentCompanies{
  max-width: 100%;
  overflow-x: hidden;
}

#recentCompanies .employername{
  background-color: #337ab7;
}

#recentCompanies .employeecity{
  background-color: #5bc0de;
}

#recentCompanies .employeestate{
  background-color: #f0ad4e;
}

#recentCompanies .jobtitle{
  background-color: #5cb85c;
}

.popularCompanies{
  margin: 5px;
}
.popularCompanies a{
  color: #fff;
}