﻿
      /* Disable built in search forms */
      .gsc-control form.gsc-search-box {
        display : none;
      }
      
      table.search-control {
        width : 100%;
      }

      table.search-control .gsc-control {
        width : 100%;
      }
      
      td.left {
        width : 100%;
        padding-right : 20px;
      }
      
      /* restrict global search form width */
      #searchForm {
        width : 440px;
      }

      /* disable twiddle and size selectors for left column */
      #leftSearchControl .gsc-twiddle {
        background-image : none;
      }

      #leftSearchControl .gsc-resultsHeader .gsc-title {
        padding-left : 0px;
        font-weight : bold;
        font-size : 14px;
      }

      #leftSearchControl .gsc-resultsHeader div.gsc-results-selector {
        display : none;
      }
      
      /* long form visible urls should be on */
      #leftSearchControl div.gs-visibleUrl-long {
        display : block;
      }
      
      .gsc-webResult div.gs-visibleUrl-short {
        display : none;
      }
      
      a.gs-title { color : red; }
