@CHARSET "UTF-8";

/* Sample CSS styles below */

span.span9 { float:left; width: 75%; position:relative; padding-bottom: 20px;}
.span9 > ul { list-style: none; position: absolute; bottom: -28px; left:0;}
.span9 ul li { list-style: none; display: inline-block;}
.span9 ul li:first-child { margin-left:0;}
span.span3 { float:right; width: 20%;}
span.span3 form label { font-weight: bold;}
span.span3 form input { width: 93%;}
span.span3 form select { width: 100%; padding:0.428571rem;}
span.span3 form select, input { margin-bottom: 15px;}
span.span3 form input[type="submit"] { font-size: 14px !important; padding: 0.428571rem 2.714rem !important;}
.entry-content .span12 h1 { font-size: 36px; line-height: 24px !important; text-transform: none; margin: 10px 0 !important; font-weight: normal;}
.entry-content .span12 h2 { margin-top: 15px !important; font-size: 16px !important; }
.entry-content .span12 h3 { margin: 10px 0 !important;}
.row-fluid .span4 { width: 31%; display: block; float:left; min-height: 30px; margin-left: 2.12766%; }
.row-fluid [class*="span"]:first-child { margin-left: 0;}
.row-fluid:before, .row-fluid:after { display: table; content: ""; line-height: 0;}
.row-fluid:after { clear: both;}
.row-fluid .span4 h4 { font-size: 13px; line-height: 20px; margin-bottom: 0; text-transform: none;}
.entry-content hr { margin-left:0 !important;}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

 * DataTables display

 */

table.jobcms {

    margin: 0 auto;

    clear: both;

    width: 100%;



    /* Note Firefox 3.5 and before have a bug with border-collapse

     * ( https://bugzilla.mozilla.org/show%5Fbug.cgi?id=155955 )

     * border-spacing: 0; is one possible option. Conditional-css.com is

     * useful for this kind of thing

     *

     * Further note IE 6/7 has problems when calculating widths with border width.

     * It subtracts one px relative to the other browsers from the first column, and

     * adds one to the end...

     *

     * If you want that effect I'd suggest setting a border-top/left on th/td's and

     * then filling in the gaps with other borders.

     */

}



table.jobcms thead th {

    padding: 10px 18px 10px 10px;

    /*border-bottom: 1px solid black;*/

    font-weight: bold;

    cursor: pointer;

    * cursor: hand;



    background-color: #8E073B;

    color: #fff;

    font-size: 14px;



    border-left: 1px solid #989899;

}



table.jobcms tfoot th {

    padding: 3px 18px 3px 10px;

    border-top: 1px solid black;

    font-weight: bold;

}



table.jobcms tr.heading2 td {

    border-bottom: 1px solid #aaa;

}



table.jobcms td {

    padding: 6px 0px;

    border: 1px solid #989899;

    border-bottom: none;

    border-right: none;

    font-weight: normal;

    color: #424242;

    font-size: 14px;

    text-align: center;

}



table.jobcms td.center {

    text-align: center;

}



table.jobcms {

    border: 1px solid #989899;

    border-left: none;

}

#filter-travel { display:none; }
#filter-duration { display:none; }
#filter-experience { display:none; }