#primary.content-area div.BigeTitleDiv h1 {
    padding: 8px 121px;
}
#Filters{
    margin-left: 15.5%;
    margin-right: 14%;
}
.InputBg.Select {
    background-image: url('../images/png/resultat/selectBG.png');
    background-position: 98% 50%;
    background-size: auto 50%;
    background-repeat: no-repeat;
    width: 96%;
    border: #363737 solid 1px;
}
.InputBg .InputInput {
    width: 82.5%;
    height: 100%;
}
.InputBg.Select .InputInput div {
    width: 122%;
    overflow: hidden;
    height: 100%;
}
.InputBg.Select .InputInput div select {
    background-color: transparent;
    height: 100%;
    width: 125%;
    color: #444;
    font-size: 18px;
    font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
    padding-left: 5px;
    border: #363737 solid 0px;
}

.divFilterColl{
    float: left;
}
.divFilterColl:nth-of-type(2n){
    float: right;
}
table th{
    font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
    padding: 0;
}
table th input[type='submit']{
    font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 25px;
    color: #fff;
    background-color: #363737;
    border: none;
}

thead tr th span{
    display: block;
    width: 97%;
    background-color: #444444;
    margin: 2px;
    text-align: center;
    color: #fff;
    font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 2.5px;
    border: #b7b7b7 solid 1px; 
}
table tr td span{
    display: block;
    width: 97%;
    background-color: #f5f5f5;
    margin: 2px;
    text-align: center;
    color: #444;
    font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 2.5px;
    border: #363737 solid 1px; 
}
table tr:nth-of-type(2n+1) td span{
    background-color: #fff;
}



/** xs  **/
@media (max-width: 760px) {
    #primary.content-area div.BigeTitleDiv h1 {
        padding: 8px 50px;
        font-size: 15px;
    }
}


