    .aircraftSelector {
        width: 100%;
        font-size: 1.2em;
    }


    .cf{
        clear: both;
    }
    .results{
      padding:  0 0 40px 0;
      width: 100%;
      min-height: 350px;
    }
    .results table{
        padding: 0;
    }
    .results table, .results td, .results th{
        border: 0 !important;
    }
    .results-header{
        background: #008b97;
        width: 100%;
    }
    .hdbox{
        padding: 10px 15px;
    }
    .hb-1{
        width: 15%;
    }
    .hb-2{
        width: 30%;
    }
    .hb-3{
        width: 25%;
    }
    .results-header a{
        color: #fff !important;
        text-decoration: none;
        font: 500 15px 'Roboto', sans-serif; 
    }
    .result_a{
        text-decoration: underline;
    }
    .results-header a:after{
        display: inline-block;
        content: '\f07d';
        font-size: 16px;
        font-family: 'FontAwesome';
        margin-left: 6px;
    }
    .result-cont{
        width: 100%;
    }
    .cont-bx{
        padding: 10px 15px;
        color: #666;
        font: 400 15px 'Roboto', sans-serif;
    }
    .result-cont:nth-child(2n) td{
        background: #ebf1f7;
    }
    .result-cont a{
        color:#008b97;
        text-decoration: none;
    }
    .hb-1{
        font-weight: 500;
        color:#008b97;
    }
    .search-bx{
        padding: 30px 0 0 0;
    }
    .advance{
        cursor: pointer;
        font-size: 15px;
        margin-top: 10px;
        
    }
    .search-bx .btn{
        background:#008b97;
        margin-right: 20px;
    }
    .search-bx .form-control{
        display: inline-block;
    }
    .results h3{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .dataTables_wrapper .dataTables_filter input{
            display: inline-block;
            width: 200;
            height: 31px;
            padding: 6px 12px;
            font-size: 12px;
            line-height: 1.42857143;
            color: #777777;
            background-color: #ffffff;
            background-image: none;
            border: 1px solid #3c5f75;
            border-radius: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
            -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }
    @media screen and (max-width: 767px){
     .mob-hide{
         display: none;
     }
     .hb-1{
        width: 30%;
    }
    .hb-2{
        width: 70%;
    }
    }