/* CSS specific for home.html */
#find-jobs-2 {width:100%; margin:0 0 20px;}
#popular-lists {margin-top:30px;}
#popular-lists ul {margin-left:15px;}
.top-job-list {padding-left:0 !important;}
.list-header {background-color:transparent;}
@media only screen and (min-width:1200px) {
    XX.list-header {background-color:transparent;}
}

@media (max-width:1199px) { /* <lg */
    #popular-lists {margin-top:10px;}
}

/* END OF : CSS specific for home.html */