﻿body {
    font-family: 'Open Sans', sans-serif!important;
    color: #5a5a5a;
}
.job-overview>ul>li>i {
            color: #c01b80;
        }
.job-overview a.button {
    background-color: #c01b80;
}
.LocationMap {
color: #c01b80;
}
.searchbar {
    background-color: #c01b80;

}
.listing-desc  {
   
   
    height: 8em;
    overflow: hidden;
    white-space: pre-line;
    text-overflow: ellipsis;
    width: 100%;

}


.job-list .job-list-content h4 {
color: #c01b80;
}
/*.container {
    padding :0;
    margin:0;
}*/
body {
    background-color :#fff;
}
#form1 .container {
    padding-left: 0;
    /* margin-left :0;*/
}
.job-list .job-list-content {
    padding-left: 0;
    margin-left: 0;
}
.company-tagline {
    color: #000!important;
    font-weight:600;
}

@media screen and (min-width: 769px) {
   #form1 .container {
        width: 95%!important;
    }
}
@media screen and (max-width:425px) {
    .searchbar {
        height: 180px;
    }

    .row {
        margin-right: 0;
        margin-left: 7px;
    }

    .searchtitle {
        float: left;
    }


    .job-overview a.button {
        width:auto!important;
    }
    body form .container {
        width:100%!important;
    }
    .job_description {
            text-align: justify;
    }
    .list-1 li {
    list-style: outside none none;
    margin: 7px 0px 7px 0px;
    line-height: 26px;
    position: relative;
}
    .job_description p {
        padding-right:0px!important;
    }
}
