#scrollContent {
    padding: 0 10px 0 0;
    width: 99%;
    min-width: 1240px;
}

#scrollContent div h3.title {
    margin-right: 10px;
}

#scrollContent #jobs,
div.jobs {
    width: auto;
    float: none;
    margin: 0;
}

div.jobs div.card-inside {
    width: auto;
    background: #000000 url(/img/jobs-main.png) no-repeat;
    background-position: right top;
    height: 298px;
    padding: 24px 21px;
}

div.jobs div.card-inside p {
    width: auto;
    position: static;
}

div.jobs div.card-inside div.offer {
    padding: 15px 0 0;
    float: left;
    width: 350px;
    margin-right: 2%;
    overflow: hidden;
    height: 120px;
}

div.jobs div.card-inside div.offer h1 {
    margin-bottom: 10px;
}

div.jobs div.card-inside div.offer h1 a {
    font-size: 30px;
    font-weight: normal;
    color: #00ff00;
}

#wrapper div.jobs div.card-inside div.offer h1 a:hover {
    color: #008000;
}

#wrapper div.jobs div.card-inside p a {
    color: #ffffff;
}

#scrollbar { display: none; }
