﻿  .search-button, .book-button {
        font-family: "open sans";
        font-size: 14px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: -0.5px;
        border: none;
        border-radius: 3px;
        color: #fff !important;
        padding: 0 15px;
    }

    .search-button {
        background: linear-gradient(#ffae00, #ff9c00);
    }

    .book-button {
        background: linear-gradient(#015ca6, #014889);
    }

    .result-table td, .result-table th {
        padding: 5px;
    }

    .search-table {
        width: 100%;
    }

    .th {
        text-align: center;
    }

    .search-table td, .search-table th {
        padding: 10px;
    }

   
    .form-control {
        background: #fff;
        border-radius: 4px;
        font-family: "open sans";
        font-size: 15px;
        padding-left: 15px;
        letter-spacing: -0.4px;
        outline: none;
        border: 1px solid #ececec;
        padding-right: 35px;
        background-repeat: no-repeat;
        background-position: right center;
    }


    .form-label {
        display: block;
    }

    @media screen and (max-width: 600px) {
        .result-table {
            visibility: hidden;
            display: none;
        }

        .form-control-group {
            display: block;
        }

        .form-control, .search-button, .book-button {
            height: 40px;
            width: 100%;
            float: none;
        }

        .result-item-title {
            font-size: larger;
            font-weight: bold;
            margin-top: 40px;
        }

        .result-item-form th{
            text-align:left;
        }

         .result-item-form td{
            text-align:right;
        }

        .chosen{
            width:100%;
        }
    }

    @media screen and (min-width: 600px) {

        .result-div {
            visibility: hidden;
            display: none;
        }

        .form-control-group {
            display: inline-block;
        }

        .search-button {
            margin-top: 19px;
        }

        .form-control, .search-button, .book-button {
            height: 50px;
            width: 100%;
            float: none;
        }
    }