* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a:hover {
    color: #000 !important;
}

a:hover span {
    color: #000 !important;
}

.topjobs {
    line-height: 16px;
}

.topjobs div#topjobs_list {
    overflow: hidden;
}

.topjobs div#topjobs_list ul {
    position: relative;
    padding: 0;
    margin: 0;
}

.topjobs div#topjobs_list li {
    padding: 0px 0px;
    display: inline;
}

.topjobs__header {
    position: relative;
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 2px;
    overflow: hidden;
}

.topjobs__header a {
    border: none !important;
    padding: 0 !important;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.topjobs__header img {
    height: 50px;
    width: auto;
}

.topjobs__list-item {
    border-bottom: none !important;
}

.topjobs__list-item:first-child {
    border: none !important;
}


.topjobs__list-item a {
    display: block;
    padding: 3px 0 3px 0px;
    border-left: 5px solid transparent;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    margin-top: -1px;
    margin-left: -5px;
    border-bottom: 1px solid #c6c6c6;
}

.topjobs__list-item a:hover {
    text-decoration: underline;
}

.topjobs a img {
    border: 0;
}

a span.topjobs-item__company {
    color: #000 !important;
    display: block;
    font-size: 14px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 59px;
}

a span.topjobs-item__title {
    display: block;
    padding-right: 59px;
    margin-right: 0px !important;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a:hover span.topjobs-item__company{
    color: #000 !important;
}

a:hover span.topjobs-item__title {
    color: #686b6d;
}

.topjobs-item__logo {
    position: absolute;
    right: 0px;
}

.topjobs-item__new {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.topjobs__search {
    padding-top: 5px;
    margin: 0 5px;
}

.input-group {
    border-collapse: separate;
    display: table;
    position: relative;
}

.input-group__btn {
    font-size: 0;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    width: 1%;
    display: table-cell;
    background: #656667;
}

.topjobs__search-btn {
    vertical-align: middle;
    width: 35px;
    background: #000 url("/images/newimages/lupe_topjob.png") no-repeat center center;
    height: 30px;
    cursor: pointer;
    border: none;
    box-sizing: border-box;
    outline: none;
}

.input-group input {
    padding: 7px 12px !important;
    border: 1px solid #bbbcbc !important;
    box-shadow: none !important;
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    font-size: 12px;
    font-family: Arial,sans-serif;
}

#txt_jobplatform_search::-webkit-input-placeholder { color: #929294 !important; }
#txt_jobplatform_search:-moz-placeholder { color: #929294 !important; }
#txt_jobplatform_search::-moz-placeholder { color: #929294 !important; }
#txt_jobplatform_search:-ms-input-placeholder { color: #929294 !important; }
#txt_jobplatform_search.placeholder { color: #929294 !important; }

.link_goto {
    display: block;
    text-align: right;
    color: #009DE0;
    margin: 5px 0 0 0;
    font-size: 12px;
}