div#seosnippet {
    font-family: arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    border: 1px solid #EEE;
    padding: 12px;
    max-width: 650px;
    background-color: #FDFDFD;
    -webkit-box-shadow: inset 6px 6px 35px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 6px 6px 35px rgba(0, 0, 0, 0.1);
    box-shadow: inset 6px 6px 35px rgba(0, 0, 0, 0.1);
}

div#seosnippet span.title {
    color: #1a0dab;
    cursor: pointer;
    font-size: 18px;
    line-height: 21px;
}

div#seosnippet span.title:hover {
    text-decoration: underline
}

div#seosnippet cite {
    color: #006621;
    display: block;
    font-size: 14px;
    line-height: 18px;
}

div#seosnippet div.excerpt {
    color: #555;
    max-width: 508px;
}

div#seosnippet div.footer a {
    color: #1a0dab;
    cursor: pointer;
    font-weight: normal;
}

div#fbsnippet {
    max-width: 476px;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 1px 4px rgba(0, 0, 0, .1);
    overflow: hidden;
}

div#fbsnippet .wrap {
    width: 100%;
    cursor: pointer;
}

div#fbsnippet .wrap::after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

div#fbsnippet .image img {
    max-width: 100%;
    height: auto;
}

div#fbsnippet .text {
    margin: 10px 12px;
    max-height: 100px;
}

div#fbsnippet .text .title {
    letter-spacing: normal;
    font-family: Georgia, serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 5px;
    max-height: 110px;
    overflow: hidden;
    word-wrap: break-word;
    margin-bottom: 5px;
}

div#fbsnippet .text .description {
    font-family: Helvetica, Arial, sans-serif;
    line-height: 16px;
    max-height: 80px;
    overflow: hidden;
    font-size: 12px;
}

div#fbsnippet .text .site {
    padding-top: 9px;
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    color: #90949c;
}

div#fbsnippet-sm {
    word-wrap: break-word;
    max-width: 476px;
}

div#fbsnippet-sm .image {
    float: left;
    line-height: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 0;
    width: 90px;
    height: 90px;
    border-radius: 18px 0 0 18px;
}

div#fbsnippet-sm .image img {
    height: 90px;
    width: auto;
    position: relative;
    left: -25%;
}

div#fbsnippet-sm .text {
    border: 1px solid #dddfe2;
    border-left: none;
    border-radius: 0 18px 18px 0;
    height: 90px;
    padding: 6px 12px;
    background-color: #fff;
    margin-left: 90px;
    position: relative;
}

div#fbsnippet-sm .text .title {
    font-family: Georgia, serif;
    letter-spacing: normal;
    font-size: 16px;
    line-height: 20px;
    color: #1d2129;
}

div#fbsnippet-sm .text .site {
    bottom: 6px;
    left: 12px;
    position: absolute;
    right: 0;
    color: #606770;
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
}