/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        1.0
*/

/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/

/* Job Board */
body ul.nit-job-board-list {
    padding-left: 0 !important;
}

ul.nit-job-board-list li {
    list-style-type: none;
}

a.nit-apply-now {
    background: #7e0605 !important;
    padding: 5px 15px !important;
    border: none !important;
    cursor: pointer !important;
    border-radius: 0 0 0 0;
    color: #fff !important;
    text-decoration: none !important;
}

a.nit-apply-now:hover {
    background: #fff !important;
    color: #7e0605 !important;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5) !important;
    border-radius: 0 0 0 0 !important;
}

div.nit-team-basic .nit-team-member-name{
    float: left;
}

div.nit-team-basic .nit-team-member-email{
    float: right;
}