/*
Theme Name: Indusland
Theme URI:  https://example.com/
Author:      Your Name
Author URI:  https://example.com/
Description: A WordPress theme converted from Indusland static HTML.
Version:     1.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: indusland
Tags:        custom-menu, accessibility-ready
*/

@import url("assets/css/style.css");

/* Add any theme-specific overrides below */

.company {
	display: block;
    color: #999;
    font-size: 12px;
    font-weight: 100;
}

ul.job_listings li.job_listing a div.position, ul.job_listings li.no_job_listings_found a div.position {
    float: left;
    line-height: 1.5em;
    padding: 0 0 0 0;
    width: 55%;
}

div.job_listings .job-manager-pagination {
	border-bottom: 1px solid #ffffff;
    display: block;
    line-height: 1;
    padding: 1em 0;
    text-align: right;
}