/* Google classic */
div.google_s,.google {
color:#222;
}
.google{
background-color: #fff;
padding:5px;
overflow:hidden;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,0.15);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
max-width:512px;
font-family: arial,sans-serif;
}


/* preview title */
.google_title {
    color: rgb(30, 15, 190);
    cursor: pointer;
    display: inline;
    font-family: arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    height: auto;
    line-height: 21px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    text-decoration: none;
    visibility: visible;
    width: auto;
}
.google_title:hover {
    text-decoration: underline;
}
/* preview url */
.google_url {
    color: rgb(0, 102, 33);
    display: inline;
    font-family: arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    height: auto;
    line-height: 16px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    visibility: visible;
    white-space: nowrap;
    width: auto;
}
/* preview snippet/description */
.google_description {
    color: rgb(84, 84, 84);
    display: inline;
    font-family: arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    height: auto;
    line-height: 18px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    visibility: visible;
    width: auto;
    word-wrap: break-word;
}
/* other meta  */
.google_date{
color: #666;
font-size: small;
font-weight: normal;
display:inline;
}
.google_review{
display: block;
margin-bottom: 1px;
margin-top: -1px;
color: #666;
font-size: small;
}