/* CSS Document */
 
    #results 
     {
      float:left;
      margin-left:20px;
      margin-top:20px;
      width:60.05%;
      background-color: white;
      color: black;
      font-family: Verdana;
      font-size: 70%; 
    }

    #results .header {
      font-size : 16px;
      font-weight : bold;
      margin-bottom : .25em;
      margin-top : 1em;
    }
    
     #results .gsc-resultsHeader
    {
        margin-bottom: 15px;
    } 

    #results .gs-title {
      color:#F68B1F;
      font-size:105%;
    }

    #results .gs-title b, strong {
      font-weight: bolder;
      color:#333333;
    }
   
    #results .gsc-tabsArea .gs-spacer {
      font-size: 5px;
      margin-right: 0;
      overflow: hidden;
    }
   
    #results .gs-result {
      margin-bottom : .5em;
      width: 450px;
    }

    #results div.gs-watermark {
      display : none;
    }

    #results .gs-webResult .gs-visibleUrl-short { display:none; }
    #results .gs-webResult .gs-visibleUrl-long { display:block; }

      #search_control_tabbed .gsc-control { width : 450px; }
      .search-control { margin: 20px; }

    /* disable More results >> link under a bundle of results */
    #results .gsc-trailing-more-results { display : none; } 
