.cse .gsc-control-cse,
.gsc-control-cse {
    background-color: transparent !important;
    border: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

table.gsc-search-box td.gsc-input {
    padding-right: 0 !important;
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
    padding-right: 0 !important;
}

.gsc-clear-button {
    display: none !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    background-color: #d6d6d6 !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
    font-size: 17px !important;
    border: 1px solid gray !important;
    padding: 3px !important;
    text-decoration: none !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    font-weight: normal !important;
}

.gsc-cursor-page:hover {
    text-decoration: underline !important;
    font-weight: bold !important
}

.gcsc-branding {
    display: none !important;
}

.gsc-adBlock {
    display: none !important;
}

.category-info h3.category-title {
    display: inline-block;
}

.category-info span {
    float: right;
}


ul.download {
    border: 1px solid #eee;
    border-left: 2px solid #28c;
    margin: 0 0 15px 0px;
    padding: 10px 0 0 5px;
}

    ul.download li {
        list-style: none;
        display: -webkit-inline-box;
    }

        ul.download li:first-child:before {
            content: url(/images/source_code_icon.png);
            display: -webkit-box;
            margin-right: 5px;
        }


.row:before,
.row:after {
    display: none;
}