select{
  width:100%!important;
}

@media(min-width:992px){
	h2{
		margin-left:32px;
	}
}
@media(max-width:991px){
	h2{
		margin-left:-32px;
	}
}
@media(max-width:480px){
	h2{
		font-size:16px;
	}
}


@media(max-width:640px){
  input{
    width:100%!important;
  }
  .example__left{
    width:100%!important;
  }
}

@media(max-width:420px){
  .menu{
    margin-top:40px!important;
  }

  #main_logo{
    margin-top:-10px;
  }
  .userpic .btn{
    display: block;
    margin-top:100px;
    margin-left:0;
  }
}

div.job_objs {
  padding: 5px 0px 5px 0px;
  width: 100%;
  margin: 0 0 20px 0;
}
div.job_objs h3 a {
  text-decoration: none;
  color:#0F94D7;
}
#center div.job_objs p {
  padding-bottom: 2px;
}
#center div.job_objs p.info  {
  font-size: 8pt;
  background: whiteSmoke;
  border: 1px #f1f1f1 solid;
  padding: 2px 2px 2px 2px;
  margin-top: 5px;
}
#center div.job_objs p.info span.pay {
  color:#0F94D7;
  font-weight: bold;
}
div.you_want a.active {
  background: #0F94D7;
  color: white;
  text-decoration: none;
  padding: 1px 4px 2px 4px;
  margin: 0 0px;
}
#center div.job_objs p span {
  color: #777;
}
div.ads_add_imm {
  width: 100%;
  background: #f9edbc;
  border-top: 1px solid #efe1ad;
  border-bottom: 1px solid #efe1ad;
  padding: 1px 20px 1px 20px; 
  overflow: hidden;
  margin-left: -20px;
  margin-top: 30px; 
}
div.ads_add_imm .message {
  font-size: 8pt;
  line-height: 33px;
  margin: 0;
}
