 
        /* Use a different font family for search results */
        
        
        /* Add a border between individual search results */
        .gs-webResult {
	border: 1px solid #EAD98B;
	padding: 1em;
	background-color: #FFFFCC;
        }
        
        /* Do no display the count of search results */    
        .gsc-result-info {
           /* Do no display the count of search results */     display: none;
        }
        
        /* Hide the Google branding in search results */
        .gcsc-branding {
            display: none; 
        }
        
        /* Hide the thumbnail images in search results */
        .gsc-thumbnail {
	margin-right: 15px;
	padding-right: 15px;
	height: 100px;
	width: 100px;
        }
        
        /* Hide the snippets in Google search results */
        .gs-snippet { 
            /* Hide the snippets in Google search results display none */ 
			
        }
        
        /* Change the font size of the title of search results */
        .gs-title a { font-size: 12px;
        }
        
        /* Change the font size of snippets inside search results */
        .gs-snippet { font-size: 12px;
        }
        
        /* Google Custom Search highlights matching words in bold, toggle that */
        .gs-title b, .gs-snippet b {
	font-weight: normal;
	font-size: 12px;
        }
        
        /* Do no display the URL of web pages in search results */
        .gsc-url-top, .gsc-url-bottom { font-size: 12px;
            
        }
        
        /* Highlight the pagination buttons at the bottom of search results */
        .gsc-cursor-page {
	font-size: 14px;
	padding: 1px;
	border: 1px solid #FFE599;
        }
        
    
        
      