html, body
{
    background: white;
}

#adverts
{
    display: none;
}

.home_header
{
    background: white;
    text-align: center;
    position: relative;
    top: 60px;
    padding: 25px 10px;
    box-shadow: black 0 -11px 21px 9px;
}

.small_box, .general_box, .general_box_small
{
    background: white;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    border: 2px solid white;
    box-shadow: 3px 3px 9px -5px black;
}

div.general_box div.content_area
{
    margin-top: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.general_box div.content_area p
{
    font-size: 12px !important;
}

div.general_box_small h3, div.general_box h3
{
    color: #10015D; /*#428421;*/
    text-align: center;
}

div.general_box_small h4, div.general_box h4
{
    color: #428421;
    font-weight: bold;
    font-size: 13px;
    margin: 0;
}

#colA .row
{
    display: -webkit-flex;
    display: flex;
}

div.small_box
{
    color: white;
    font-weight: bold;
    font-size: 11px;
    display: inline-block;
    box-sizing: border-box;
    flex: 1;
    -webkit-flex: 1;
}

div.small_box#employers_box
{
    margin-left: 10px;
}

div.small_box .content_area
{
    overflow: hidden;
    text-overflow: ellipsis;
}

div.small_box p
{
    margin-top: 10px;
    margin-bottom: 10px;
}

div.small_box a.white_button
{
    color: black;
    background: url('/images/skin/home/white_button.png');
}

div.small_box a.small_box_button
{
    float: right;
    background: url('/images/skin/button/home_button.png') !important;
}

a.home_button
{
    background: url('/images/skin/button/home_button.png') !important;
}

div.small_box a.employer_login
{
    background: url('/images/skin/button/sub_button.png') !important;
}

#jobseekers_box
{
    background: url('/images/mobile/home/jobseekers_box_bg.png');
}

#employers_box
{
    background: url('/images/mobile/home/employers_box_bg.png');
    float: right;
}

.small_box .standard_button
{
    display: inline-block;
}

#img1, .post_jobad_box
{
    display: none;
}

a.jobad_more, a.jobad_more:visited
{
    display: block;
    width: 225px;
    color: #10015D;
}

h4 a, h4 a:visited
{
    color: #428421 !important;
}

#testimonials_box
{
    display: none;
}

#blog_box
{
    overflow: hidden;
    text-overflow: ellipsis;

}