a {
  color: #00B7FF;
}

h3 {
  margin:0px 0px!important;
}

html, body {
    height: 100%;
    padding: 0px;
    margin:0px; 
    overflow-x:hidden;
    -webkit-overflow-scrolling: touch;
}

.adsArea a{
  color: #0053f9;
  text-decoration: underline;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.0;
}

a{
  color: #111;
}
.siteFooter a{
  color:#686868;
}

#wageSlider{
  width:100%;
  background:rgb(51, 51, 51);
}


/* Style for twitter lookahead*/
#scrollable-dropdown-menu .tt-dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-dropdown-menu {
  width: 422px;
  margin-top: 4px;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

/*http://stackoverflow.com/questions/18059161/css-issue-on-twitter-typeahead-with-bootstrap-3*/
.twitter-typeahead
{
    display: inline-block;
    width: 100%; //BS 3 needs this to inherit this for children
}

/* Override bootstrap */
.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: grey;
}
.panel-heading a.collapsed:after {
    content:"\e080";
}
.img-responsive{
    margin:auto;
}
.bootstrap-table{
  -webkit-overflow-scrolling: touch;
}
.companies a img, .homevideo{
  margin-top: 20px;
}
.companies .more{
  margin-top: 20px;
}