   
    
    .gs-result  * {

        text-decoration: none !important;
        line-height:24px !important;
    }
    
    /* Use a different font family for search results */
    .gs-title, .gs-snippet {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 20px !important;
        line-height: 22px !important;
        
    }
     
    
    /* Add a border/spacing between individual search results */
    .gs-webResult {
        padding: 1em;
    }
    
    .gsc-result-info {
        display: none !important;
       
    }

    /* Hide the Google branding in search results */
    .gcsc-branding {
       float:right;
       margin-top:15px
    }
    
    /* Style for the thumbnail images in search results */
    .gsc-thumbnail {
        
    }

    .gsc-thumbnail-inside{

        padding-left:0px !important;
    }
    
    /* Style for the snippets in Google search results */
    .gs-snippet { 
      
    }
    
    /* Change the font size of the title of search results */
    .gs-title a, .gs-title * { 
        font-size: 20px !important;
        text-decoration: none !important;
        font-weight: bold !important;
        line-height:28px;

    }
    
    /* Change the font size of snippets inside search results */
    .gs-snippet {
        font-size: 14px !important;
        line-height: 26px;
        color: #333;
    }
    
    /* Google Custom Search highlights matching words in bold, toggle that */
    .gs-title b, .gs-snippet b {
        font-weight: bold;
    }
    
    /* Do no display the URL of web pages in search results */
    .gsc-url-top, .gsc-url-bottom {
        padding-left: 0px !important;
        
    }
    
    /* Highlight the pagination buttons at the bottom of search results */
    .gsc-cursor-page {
        font-size: 1.5em;
        padding: 4px 8px;
        border: 2px solid #ccc;
    }

    .gsc-cursor-box {
        margin: 20px 0px 20px 10px !important;
        
    }

    .gsc-cursor-current-page{
        color: #fff !important;
        background-color: #1771b7 !important;
        font-weight: bold;
        display: block;
        float:left;
        padding: 5px 11px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;

    }

    .gsc-cursor-page{
        color: #1771b7;
        display: block;
        float: left;
        padding: 3px 9px;
        margin-top:10px;
        text-decoration: none;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;

    }


    /*styling for promotion and border below results time */
        
    .gsc-promotion{
        padding: 10px 10px 10px 10px !important;
        margin-bottom: 5px !important;


    }

    .gsc-above-wrapper-area{
        margin-bottom:20px !important;
        padding-bottom:20px !important;
    }

    @media (max-width: 979px) {
        .gsc-above-wrapper-area{
            margin-top:50px !important;

        }

    }


/* To be merged into index.css */

.done-container {

    padding-left: 10px;
    padding-right: 10px

} 

.done-container .button-link:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #767676; 

} 

#mobile_filter_done, #mobile_filter{

    padding-right:15px;
}

#mobileList{

    margin-top:60px
}