.sjb-page {
    background-color: #fff;
    color: #666;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    margin: 0;
    width: 980px;
}
.sjb-wrap  {                                                   
    padding-bottom: 15px;
    float: left;
    margin-right: 0px;
    margin-left: 0px;
}

#sjb_company-logo {                                                                                    
    width: 50%;
    height:120px;
   position: relative;
  top: 100%;
  left: 50%;
  transform: translate(-60%, 5%);
}

.sjb-wrap #sjb_job-heading a, .sjb-wrap #sjb-job-heading a {                    
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    box-shadow: none;
    border: none;
}

#sjb-grid-view-heading {
    width: 90%;
    float: left;
}
wrap .sjb-img-responsive {
    display: block;
    max-width: 100%;
    vertical-align: bottom;
   height: auto;
}


.sjb-wrap #job-title, #job-title {
    color: #fff;
    font-size: 0;
}
.sjb-wrap .sjb-company-logo {
    padding-top: 5px;
    margin-left: 15px;
    margin-right: 15px;
    float: left;
    width: 50%;
    margin-bottom: 1px;
}

.sjb-wrap #sjb-job-heading {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    color: #444;
    font-style: normal;
    font-weight: 300;
    margin-top: 10px;
}

.sjb-wrap #job-title, #job-title {
    color: #164e91;
    font-size: 0;
  font-style: normal;
   font-weight: 300;
}

.wrapper {
    max-width:980px;
    /* width: 80%; */
    margin: 0 auto;
    /* position: absolute; */
}

 .sjb_job-detail-heading {
    font-family: 'Roboto', sans-serif;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #cccccc;
    background-color: #fcfcfc;
   
}

.primary {
  margin-bottom: 20px;
}

@media all and ( min-width: 600px ) {

  .container {
    padding-right: 300px;
  }
  .primary {
    float: left;
    padding-right: 60px;
    width: 100%;
  }
  .secondary {
    float: right;
    margin-right: -300px;
    width: 300px;
  }

}

/* Responsive on small screens (mobile). */
@media (max-width: 767px) {
    .sjb-page { background-color: #f2f2f2;}
    .sjb-page, .sjb-page .sjb-detail, .sjb-page .wrapper {width: auto;}
    .sjb-page .list-data {height: auto; text-align: center;}
    .sjb-page .list-data .hidden-xs {display: block!important}
    .sjb-filters {display: none;}
}