.sjb-page .sjb-detail .job-features .table td:first-child {
  width:auto;
  text-align: left;
  border-right: 0;
}
.sjb-page .sjb-detail .job-features .table td {
  width: auto;
}

.style-checkbox {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

input[type=radio].screen-questions {
    position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0;
    border:0;
}

input[type=radio].screen-questions + .style-checkbox {
  padding-left:20px;
  height:15px; 
  display:inline-block;
  line-height:15px;
  background-repeat:no-repeat;
  background-position: 0 0;
  font-size:15px;
  vertical-align:middle;
  cursor:pointer;
}

.style-checkbox {
  background-image:url('lite-cyan-check.png');
}


input[type=radio].screen-questions:checked + .style-checkbox {
  background-position: 0 -15px;
}

abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
}

.tooltip {
  position:absolute;
  background-color:#d0e8e8;
  border: 1px solid #2c979a;
  font-size: smaller;
  padding:4px;
  width: 250px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); 
}

abbr i {
  color: #2c979a;
}