body {
    background: #fff;
    font: 12px 'Lucida sans', Arial, Helvetica;
    color: #333;
    text-align: center;
}

a {
    color: #2A679F;
}

/*-------------------------------------*/
    
.form-wrapper {
    width: 450px;
    padding: 8px;
    margin: 100px auto;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: #dedede #bababa #aaa #bababa;
    -moz-box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
    -webkit-box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
    box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;    
    background-color: #f6f6f6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eae8e8)); 
    background-image: -webkit-linear-gradient(top, #f6f6f6, #eae8e8);
    background-image: -moz-linear-gradient(top, #f6f6f6, #eae8e8);
    background-image: -ms-linear-gradient(top, #f6f6f6, #eae8e8);
    background-image: -o-linear-gradient(top, #f6f6f6, #eae8e8);
    background-image: linear-gradient(top, #f6f6f6, #eae8e8);
}

.form-wrapper #search {
    width: 330px;
    height: 20px;
    padding: 10px 5px;
    float: left;    
    font: bold 16px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 1px solid #ccc;
    -moz-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;      
}

.form-wrapper #search:focus {
    outline: 0; 
    border-color: #aaa;
    -moz-box-shadow: 0 1px 1px #bbb inset;
    -webkit-box-shadow: 0 1px 1px #bbb inset;
    box-shadow: 0 1px 1px #bbb inset;  
}

.form-wrapper #search::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
}

.form-wrapper #search:-moz-placeholder {
    color: #999;
    font-weight: normal;
}

.form-wrapper #search:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
}    

.form-wrapper #submit {
    float: right;    
    border: 1px solid #00748f;
    height: 42px;
    width: 100px;
    padding: 0;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    color: #fafafa;
    text-transform: uppercase;    
    background-color: #0483a0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#31b2c3), to(#0483a0));
    background-image: -webkit-linear-gradient(top, #31b2c3, #0483a0);
    background-image: -moz-linear-gradient(top, #31b2c3, #0483a0);
    background-image: -ms-linear-gradient(top, #31b2c3, #0483a0);
    background-image: -o-linear-gradient(top, #31b2c3, #0483a0);
    background-image: linear-gradient(top, #31b2c3, #0483a0);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;      
    text-shadow: 0 1px 0 rgba(0, 0 ,0, .3);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
}
  
.form-wrapper #submit:hover,
.form-wrapper #submit:focus {		
    background-color: #31b2c3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0483a0), to(#31b2c3));
    background-image: -webkit-linear-gradient(top, #0483a0, #31b2c3);
    background-image: -moz-linear-gradient(top, #0483a0, #31b2c3);
    background-image: -ms-linear-gradient(top, #0483a0, #31b2c3);
    background-image: -o-linear-gradient(top, #0483a0, #31b2c3);
    background-image: linear-gradient(top, #0483a0, #31b2c3);
}	
  
.form-wrapper #submit:active {
    outline: 0;    
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;    
}
  
.form-wrapper #submit::-moz-focus-inner {
    border: 0;
}


table {
    
    background: none repeat scroll 0 0 #FAFAFA;
    border-radius: 3px;
    box-shadow: 0 2px 0 #FFFFFF inset, 0 2px 4px rgba(52, 79, 90, 0.4);
    color: #777777;                    
    
    font: normal 14px helvetica, arial;
        
    margin:1% auto 0;
}

table, td, th, tr{
    font-family: 'Sintony', sans-serif;
}

th, td {padding:8px; }

th {padding:10px; text-shadow: 1px 1px 1px #fff; background:#F0E7CC;}

td {border-top:1px solid #e0e0e0; border-right:1px solid #e0e0e0; vertical-align: top;}

tr.odd-row td {background:#ECF3FB;}

td.first, th.first {text-align:left}

td.last {border-right:none;}



td {
    background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
}

tr.odd-row td {
    background: -moz-linear-gradient(100% 25% 90deg, #F9FBFF, #F4F7FC);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#F9FBFF), to(#F4F7FC));
}

th {
    background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
    background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb));
}


tr:first-child th.first {
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px; /* Saf3-4 */
}

tr:first-child th.last {
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px; /* Saf3-4 */
}

tr:last-child td.first {
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px; /* Saf3-4 */
}

tr:last-child td.last {
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px; /* Saf3-4 */
}

h2{
    margin:20px 0 20px 0;
    padding:0;
    font:54px/60px 'Sintony', sans-serif;
    font-weight: 700;
    color: #0483a0;
    text-align: center;
    letter-spacing: -2px;
}

h3{
font-family: times, Times New Roman, times-roman, georgia, serif;
font-size: 48px;
line-height: 40px;
letter-spacing: -1px;
color: #444;
margin: 0 0 0 0;
padding: 0 0 0 0;
font-weight: 100;
}

h4{
font-family: times, Times New Roman, times-roman, georgia, serif;
font-size: 18px;
line-height: 14px;
letter-spacing: -1px;color: #444;	
	
}
h5{
font-family: times, Times New Roman, times-roman, georgia, serif;
font-size: 14px;
line-height: 20px;
text-transform: uppercase;
color: #444;	
}

.button {
padding: 5px 15px;
margin: 3px 4px;
display: inline-block;
color: #ffffff;
font-size: 18px;
text-decoration:none;
cursor: pointer;
background: #f9bb11;
background: linear-gradient(top, #f9bb11 0%, #e0a200 100%);
background: -moz-linear-gradient(top, #f9bb11 0%, #e0a200 100%);
background: -webkit-linear-gradient(top, #f9bb11 0%, #e0a200 100%);
background: -o-linear-gradient(top, #f9bb11 0%, #e0a200 100%);
border: 1px solid #ffcc33;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
box-shadow:0px 0px 2px 1px rgba(0, 0, 0, 0.25), inset 1px 1px 0px 0px rgba(255, 255, 255, 0.25);
-moz-box-shadow:0px 0px 2px 1px rgba(0, 0, 0, 0.25), inset 1px 1px 0px 0px rgba(255, 255, 255, 0.25);
-webkit-box-shadow:0px 0px 2px 1px rgba(0, 0, 0, 0.25), inset 1px 1px 0px 0px rgba(255, 255, 255, 0.25);
-o-box-shadow:0px 0px 2px 1px rgba(0, 0, 0, 0.25), inset 1px 1px 0px 0px rgba(255, 255, 255, 0.25);
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.50);
}
.button:hover {
background: linear-gradient(top, #ffd52b 0%, #f9bb11 100%);
background: -moz-linear-gradient(top, #ffd52b 0%, #f9bb11 100%);
background: -webkit-linear-gradient(top, #ffd52b 0%, #f9bb11 100%);
background: -o-linear-gradient(top, #ffd52b 0%, #f9bb11 100%);
}
.button:active{
opacity:0.8;
}

#loading{
    margin:20px 0 20px 0;
    padding:0;
    font:54px/60px 'Sintony', sans-serif;
    font-weight: 700;
    color: #0483a0;
    text-align: center;
    letter-spacing: -2px;
}

#found{
    margin:20px 0 20px 0;
    padding:0;
    font:54px/60px 'Sintony', sans-serif;
    font-weight: 700;
    color: #CC3333;
    text-align: center;
    letter-spacing: -2px;
}
#notfound{
    margin:20px 0 20px 0;
    padding:0;
    font:54px/60px 'Sintony', sans-serif;
    font-weight: 700;
    color: #5cb85c;
    text-align: center;
    letter-spacing: -2px;
}
a.live, a.live:active, a.live:visited{
	color:#CC3333;
}
a.live:hover{
	color:#CC0000;
	text-decoration:none;
}


.cse .gsc-control-cse, .gsc-control-cse {
    padding: 1em;
    width: auto;
}
.cse .gsc-control-wrapper-cse, .gsc-control-wrapper-cse {
    width: 100%;
}
.cse .gsc-branding, .gsc-branding {
    display: none;
}
.cse .gsc-control-cse, .gsc-control-cse {
    background-color: #fff;
    border: 1px solid #fff;
}
.cse .gsc-control-cse::after, .gsc-control-cse::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.cse .gsc-resultsHeader, .gsc-resultsHeader {
}
table.gsc-search-box td.gsc-input {
    padding-right: 24px;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 12px;
}
input.gsc-input {
    border: 1px solid #d9d9d9;
    font-size: 16px;
    padding: 4px 9px;
    width: 99%;
}
.gsc-input-box {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d9d9d9;
    height: 25px;
}
.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #a0a0a0 #b9b9b9 #b9b9b9;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    outline: medium none;
}
.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
    border: 1px solid #4d90fe;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    outline: medium none;
}
.cse input.gsc-search-button, input.gsc-search-button {
    background-color: #4d90fe;
    background-image: -moz-linear-gradient(center top , #4d90fe, #4787ed);
    border: 1px solid #3079ed;
    border-radius: 2px;
    color: #fff;
    font-family: inherit;
    font-size: 11px;
    font-weight: bold;
    height: 29px;
    min-width: 54px;
    padding: 0 8px;
}
.cse input.gsc-search-button:hover, input.gsc-search-button:hover {
    background-color: #357ae8;
    background-image: -moz-linear-gradient(center top , #4d90fe, #357ae8);
    border-color: #2f5bb7;
}
.cse input.gsc-search-button:focus, input.gsc-search-button:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    height: 13px;
    margin-top: 2px;
    min-width: 13px;
    padding: 6px 27px;
    width: 13px;
}
.gsc-refinementHeader {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}
.gsc-refinementHeader.gsc-refinementhActive {
    color: #dd4b39;
    text-decoration: none;
}
.gsc-refinementHeader.gsc-refinementhInactive {
    cursor: pointer;
    text-decoration: none;
}
.gsc-refinementHeader.gsc-refinementhInactive > span:hover {
    text-decoration: underline;
}
.gsc-refinementhActive > span {
    border-bottom: 3px solid;
    padding-bottom: 2px;
}
.gsc-refinementsArea {
    margin-top: 0;
    padding-bottom: 4px;
    padding-top: 10px;
}
.gsc-tabsArea {
    font-size: 11px;
}
.gsc-tabsArea > .gsc-tabHeader {
    height: 27px;
}
.gsc-tabsArea > div {
    height: 30px;
    overflow: auto;
}
.gsc-tabsArea .gs-spacer {
    display: none;
}
.gsc-tabsArea .gs-spacer-opera {
    display: none;
}
.gsc-tabsArea {
    border-bottom: 1px solid #ccc;
    height: 29px;
    margin-bottom: 0;
    margin-top: 12px;
}
.gsc-tabHeader {
    display: inline-block;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    margin-right: 0;
    margin-top: 0;
    min-width: 54px;
    padding: 0 8px 1px;
    text-align: center;
}
.gsc-tabHeader.gsc-tabhActive {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc #ccc #fff;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #202020;
}
.gsc-tabHeader.gsc-tabhInactive {
    background: #fff none repeat scroll 0 0;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    color: #666;
}
.gsc-imageResult-column, .gsc-imageResult-classic {
    border: 1px solid #fff;
    margin-bottom: 1em;
    padding: 0.25em;
}
.gsc-webResult.gsc-result {
    border: 1px solid #fff;
    margin-bottom: 0;
    padding: 0.25em;
}
.cse .gsc-webResult.gsc-result {
    border: 1px solid #fff;
    margin-bottom: 0;
}
.gsc-webResult .gsc-result {
    padding: 10px 0;
}
.cse .gsc-webResult.gsc-result:hover, .gsc-webResult.gsc-result:hover, .gsc-webResult.gsc-result.gsc-promotion:hover, .gsc-results .gsc-imageResult-classic:hover, .gsc-results .gsc-imageResult-column:hover {
    border: 1px solid #fff;
}
.gs-web-image-box, .gs-promotion-image-box {
    padding: 2px 0;
}
.gs-promotion-image-box img.gs-promotion-image {
    max-width: 50px;
}
.gs-promotion-image-box img.gs-promotion-image, .gs-promotion-image-box {
    width: 50px;
}
.gs-web-image-box img.gs-image {
    max-height: 70px;
    max-width: 70px;
}
.gs-web-image-box-landscape img.gs-image {
    max-height: 50px;
    max-width: 70px;
}
.gs-web-image-box-portrait img.gs-image {
    max-height: 120px;
    max-width: 50px;
}
.gs-image-box.gs-web-image-box.gs-web-image-box-landscape {
    width: 80px;
}
.gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
    height: 50px;
    overflow: hidden;
    width: 60px;
}
.gs-web-image-box {
    text-align: inherit;
}
.gs-promotion-image-box img.gs-promotion-image {
    border: 1px solid #ebebeb;
}
.cse .gsc-webResult.gsc-result.gsc-promotion, .gsc-webResult.gsc-result.gsc-promotion {
    background-color: #f6f6f6;
    margin-bottom: 10px;
    margin-top: 5px;
}
.gsc-result-info {
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px 8px 10px;
}
.gs-promotion-text-cell .gs-visibleUrl, .gs-promotion-text-cell .gs-snippet {
    font-size: 13px;
}
.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
    padding-left: 0px;
    padding-right: 0px;
}
.gs-promotion-table {
    margin-left: 8px;
    margin-right: 8px;
}
.gs-promotion table {
    padding-left: 8px;
    padding-right: 8px;
}
table.gs-promotion-table-snippet-with-image {
    padding-left: 0;
    padding-right: 0;
}
.gs-promotion-text-cell {
    margin-left: 8px;
    margin-right: 8px;
}
.gs-promotion-text-cell-with-image {
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
}
.cse .gs-promotion a.gs-title:link, .gs-promotion a.gs-title:link, .cse .gs-promotion a.gs-title:link *, .gs-promotion a.gs-title:link *, .cse .gs-promotion .gs-snippet a:link, .gs-promotion .gs-snippet a:link {
    color: #15c;
}
.cse .gs-promotion a.gs-title:visited, .gs-promotion a.gs-title:visited, .cse .gs-promotion a.gs-title:visited *, .gs-promotion a.gs-title:visited *, .cse .gs-promotion .gs-snippet a:visited, .gs-promotion .gs-snippet a:visited {
    color: #15c;
}
.cse .gs-promotion a.gs-title:hover, .gs-promotion a.gs-title:hover, .cse .gs-promotion a.gs-title:hover *, .gs-promotion a.gs-title:hover *, .cse .gs-promotion .gs-snippet a:hover, .gs-promotion .gs-snippet a:hover {
    color: #15c;
}
.cse .gs-promotion a.gs-title:active, .gs-promotion a.gs-title:active, .cse .gs-promotion a.gs-title:active *, .gs-promotion a.gs-title:active *, .cse .gs-promotion .gs-snippet a:active, .gs-promotion .gs-snippet a:active {
    color: #15c;
}
.cse .gs-promotion .gs-snippet, .gs-promotion .gs-snippet, .cse .gs-promotion .gs-title .gs-promotion-title-right, .gs-promotion .gs-title .gs-promotion-title-right, .cse .gs-promotion .gs-title .gs-promotion-title-right *, .gs-promotion .gs-title .gs-promotion-title-right * {
    color: #000;
}
.cse .gs-promotion .gs-visibleUrl, .gs-promotion .gs-visibleUrl {
    color: #093;
}
.gsc-completion-selected {
    background: #eee none repeat scroll 0 0;
}
.gsc-completion-container {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: white none repeat scroll 0 0;
    border-color: #d9d9d9 #ccc #ccc;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    font-family: Arial,sans-serif;
    font-size: 16px;
    margin: 0;
}
.gsc-completion-title {
    color: #15c;
}
.gsc-completion-snippet {
    color: #000;
}
.gs-webResult div.gs-visibleUrl-short, .gs-promotion div.gs-visibleUrl-short {
    display: none;
}
.gs-webResult div.gs-visibleUrl-long, .gs-promotion div.gs-visibleUrl-long {
    display: block;
}
.gsc-url-top {
    display: block;
}
.gsc-url-bottom {
    display: none;
}
.gsc-thumbnail-left {
    display: none;
}
.gsc-thumbnail-inside {
    display: block;
}
.gsc-result .gs-title {
    height: 1.2em;
}
.gs-result .gs-title, .gs-result .gs-title * {
    color: #15c;
}
.gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl {
    color: #093;
    padding-bottom: 2px;
    text-decoration: none;
}
.gsc-results .gsc-cursor-box {
    margin: 10px;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
    text-decoration: none;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    text-decoration: none;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    color: #dd4b39;
    text-decoration: none;
}
.gsc-preview-reviews, .gsc-control-cse .gs-snippet, .gsc-control-cse .gs-promotion em, .gsc-control-cse .gs-snippet, .gsc-control-cse .gs-promotion em {
    color: #333;
}
.gsc-control-cse-zh_CN .gs-snippet b, .gsc-control-cse-zh_CN .gs-promotion em, .gsc-control-cse-zh_TW .gs-snippet b, .gsc-control-cse-zh_TW .gs-promotion em {
    color: #c03;
}
.gsc-snippet-metadata, .gsc-role, .gsc-tel, .gsc-org, .gsc-location, .gsc-reviewer, .gsc-author {
    color: #666;
}
.gsc-wrapper.gsc-thinWrapper {
    border-right: 1px solid #e9e9e9;
}
.gs-spelling a {
    color: #15c;
}
.gs-spelling {
    color: #333;
    padding-left: 7px;
    padding-right: 7px;
}
.gs-snippet {
    margin-top: 1px;
}

.gsc-preview-reviews ul {
    padding-left: 0;
    padding-right: 0;
}
.gsc-completion-container .gsc-completion-icon-cell {
    height: 42px;
    padding-right: 10px;
    width: 42px;
}
td.gsc-branding-text, td.gcsc-branding-text {
    color: #666;
}
.gcsc-branding {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
}
.gsc-adBlock {
    padding-bottom: 5px;
}
.gsc-table-cell-snippet-close, .gsc-table-cell-snippet-open {
    padding-left: 0;
    padding-right: 0;
}
.gsc-selected-option-container {
    background-color: whiteSmoke;
    background-image: -moz-linear-gradient(center top , whiteSmoke, #f1f1f1);
}
.gsc-context-box {
    border-collapse: collapse;
    font-size: 83%;
    margin-top: 3px;
}
.gsc-context-box .gsc-col {
    padding: 1px 0;
    vertical-align: middle;
    white-space: nowrap;
}
.gsc-context-box .gsc-facet-label {
    color: #0000cc;
    cursor: pointer;
    padding-left: 2px;
    text-decoration: underline;
    width: 65px;
}
.gsc-context-box .gsc-chart {
    border-left: 1px solid #0000cc;
    border-right: 1px solid #0000cc;
    padding: 3px;
    width: 32em;
}
.gsc-context-box .gsc-top {
    border-top: 1px solid #0000cc;
}
.gsc-context-box .gsc-bottom {
    border-bottom: 1px solid #0000cc;
}
.gsc-context-box .gsc-chart div {
    background: #0000cc none repeat scroll 0 0;
    height: 9px;
}
.gsc-context-box .gsc-facet-result {
    color: #0000cc;
    padding-right: 5px;
    text-align: right;
    width: 30px;
}
.gsc-usr-group-thumbnail {
    display: inline-block;
    max-height: 72px;
    max-width: 72px;
}
.gsc-usr-group-thumbnail img {
    max-height: 72px;
    overflow: hidden;
}
.gs-webResult .gs-title .gs-title.gsc-usr-group-heading {
    color: #0000cc;
    cursor: pointer;
}
.gsc-usr-group {
    display: block;
    line-height: 1.24;
    margin-bottom: -7px;
    margin-left: 20px;
    margin-top: -7px;
    min-height: 100px;
}
.gsc-usr-group-content {
    padding-bottom: 3px;
    padding-top: 1px;
}
.gsc-usr-group-content-thumbnail {
    display: inline-block;
    vertical-align: top;
}
.gsc-usr-group-head-result {
    display: inline-block;
    padding-left: 6px;
}
.gsc-usr-group-snippet {
    height: 3.6em;
    overflow: hidden;
    width: 100%;
}
.gsc-usr-group-content-results {
    font-size: 12px;
    padding-left: 1px;
    padding-top: 7px;
    width: 80%;
}
.gsc-usr-group-head-results {
    display: inline-block;
    font-size: 13px;
    padding-left: 6px;
    width: 80%;
}
.gs-webResult .gs-title .gs-title.gsc-usr-group-all-results {
    font-size: 11px;
    line-height: 10px;
}
.gs-webResult .gs-title .gs-title.gsc-usr-group-all-results b {
    font-size: 14px;
    font-weight: 600;
}
.gs-webResult .gs-title .gs-title.gsc-usr-group-heading b {
    color: #0000cc;
}

.gsc-webResult.gsc-result {
    border-bottom: 1px dotted #ddd !important;
    padding: 10px;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
    border: 1px solid #ddd;
    cursor: pointer;
    display: inline;
    margin-right: 5px;
    padding: 2px 5px;
    text-decoration: none;
}
.current-page {
    color: #ffff00;
    background-color: #000000;
    text-decoration: none;
}
.gs-title{
	font-size: 20px;
}

.gs-selected {
	background-color: #ffff00;
	opacity: 0.5;
}
