
   /* Custom, iPhone Retina */
   @media only screen and (min-width : 320px) {
        #shuttle-pick-up {
            margin-bottom: 10px;
        }
        #shuttle-pick-off {
            margin-bottom: 10px;
        }
        #shuttle-search_result {
            padding-top: 30px;
        }
    }
   /* Extra Small Devices, Phones */
   @media only screen and (min-width : 480px) {
   }
   /* Small Devices, Tablets */
   @media only screen and (min-width : 768px) {
        #shuttle-search_result {
            padding-top: 20px;
        }
   }
   /* Medium Devices, Desktops */
   @media only screen and (min-width : 992px) {
        #shuttle-pick-up {
            margin-bottom: 0;
        }
        #shuttle-pick-off {
            margin-bottom: 10px;
        }
    }
   /* Large Devices, Wide Screens */
   @media only screen and (min-width : 1200px) {
        #shuttle-search_result {
            padding-top: 50px;
        }
    }