/* Use a different font family for search results */
.gs-title, .gs-snippet {font-family:Arial !important; font-weight:400 !important; padding:6px 0 !important}

/* Add a border between individual search results */
.gs-webResult {border:1px solid #eee; padding:0.1em}

/* Do no display the count of search results */
/* .gsc-result-info {display:none} */

/* Hide the Google branding in search results */
/* .gcsc-branding {display:none !important} */

/* Hide the thumbnail images in search results */
/* .gsc-thumbnail {display:none} */

/* Hide the snippets in Google search results */
/* .gs-snippet {display:none} */

/* Change the font size of the title of search results */
.gs-title a {font-size:17px !important}

/* Change the font size of snippets inside search results */
.gs-snippet {font-size:15px !important}

/* Google Custom Search highlights matching words in bold, toggle that */
.gs-title b, .gs-snippet b {font-weight:700 !important}

/* Do no display the URL of web pages in search results */
.gsc-url-top, .gsc-url-bottom {display:none !important}

/* Highlight the pagination buttons at the bottom of search results */
.gsc-cursor-page {font-size:1.1em !important; padding:4px 8px !important; border:1px solid #ccc !important}