﻿
@media screen and (min-width: 600px)
{
    .tablet-plus-hidden { display:none }
    .mobile-hidden { display:block; }

    .tablet-half { width:50%; float:left; }
    .tablet-third { width:33%; float:left; }
    .tablet-third .inner { padding-right:15px; }

    .tablet-align-right { text-align:right; }

    #header TABLE.inner TD { padding-left:0; padding-right:0;  }

    #servicesMenu .inner .item
    {
        width:50%;
        float:left;
    }

    #gmInfoWindow .contentServices .serviceLink
    {
        margin-right:15px;
    }   
    #gmInfoWindow .info-distance
    {
        float:left;
        width:60%;
    }
    #gmInfoWindow .info-geo
    {
        float:left;
        width:40%;
    }
    #gmInfoWindow .nav-single-item
    {
        display:block;
    }
 
    #onav-directions-content #directionsInfo #originTitle { float:left; }
    #onav-directions-content #directionsInfo .distanceHolder { float:right; }

    #header TABLE.inner TD.part-search,
    #header TABLE.inner TD.part-search-icon
    {
        display:table-cell;
    }
    #header TABLE.inner TD.part-search-icon .icon-holder svg
    {
        padding:7px 0 0 20px;
        height:25px;
    }

    #cDropDown
    {
        border:solid 1px #ccc;
        border-top:none;
        border-right:none;
    }
}

@media screen and (min-width: 600px) and  (max-width:900px)
{

}
