/* Use a different font family for search results */
.gs-title, .gs-snippet {
    font-family: Helvetica,Arial,sans-serif;
}

/* Add a border between individual search results */
.gs-webResult {
    /*border: 1px solid #eee;*/
    padding: 10px;
}

/* Do no display the count of search results */
.gsc-result-info {
    display: none;
}

/* Hide the Google branding in search results */
.gcsc-branding {
    display: none;
    visibility: hidden;
}

/* 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 {
    color: #003C71 !important;
    font-size: 14px !important;
}

/* Change the font size of snippets inside search results */
.gs-snippet {
    font-size: 11px !important;
}

/* Google Custom Search highlights matching words in bold, toggle that */
.gs-title b, .gs-snippet b {
    /*font-weight: normal;*/
    color: #003C71 !important;
}

.gs-title b {
    font-size: 14px !important;
}


/* Highlight the pagination buttons at the bottom of search results */
.gsc-cursor-page {
    font-size: 1em;
    padding: 4px 8px;
    /*border: 2px solid #ccc;*/
}

.gsc-cursor-current-page {
    color: #fff !important;
    background-color: #003C71 !important;
    text-shadow: 0 1px 1px #000;
    padding: 0 5px;
}


/* Do no display the URL of web pages in search results */
.gsc-url-top, .gsc-url-bottom {
    display: none;
    visibility: hidden;
}

.gsc-cursor-box {
    border-top: 2px solid #D7D7D7 !important;
}

.registration table td {
    border: 0px !important;
}

input.gsc-search-button {
    background-color: #003C71 !important;
}

input.gsc-input {
    width: 100% !important;
    background: none !important;
    text-indent: 5px !important;
}

.gsc-webResult.gsc-result {
    margin: 0 !important;
    padding: 0 0 !important;
    border-bottom: 1px solid #D7D7D7 !important;
}

.gsc-table-cell-snippet-close {
    border: 0px !important;
    padding: 4px;
}

.gsc-clear-button {
    display: none;
    visibility: hidden;
}

#adBlock {
    display: none;
    visibility: hidden;
}

.ad.f {
    display: none;
    visibility: hidden;
}

.gsc-adBlock{
    display: none;
    visibility: hidden;
}

.gsc-above-wrapper-area {
    display: none;
    visibility: hidden;
}

.gsc-resultsHeader {
    display: none;
    visibility: hidden;
}

iframe {
    display: none;
    visibility: hidden;
}