/*
cf.css
CSS Styles for use in ComboFix guides and info.
*/


/*  cf_site_url is used to denote a blue/bold link to a safe non-malware site.
    badurl is used to denote a red/bold link to a malware related site.

    Used primarily in the uninstall database.
*/

a.cf_site_url:link, a.cf_site_url:visited, a.cf_site_url:active, a.cf_site_url:hover {
        font-weight: bold;
        color: blue;
}

#share {
        float: right;
        margin: 0 0;
        list-style: none;
}

#share li {
                float: left;
                margin: 0 0 0 10px;
                overflow: hidden;
                height: 20px;
}

#share #share-tweet {
        margin-top: 1px;
        padding-left: 7px;
        width: 80px;
        height: 18px;
}

.txtad_header {
        font-size: 15px;
        color: #153b77;
        font-weight: bold;
}
.txtad_text {
        font-size: 12px;
        line-height: 2;
        color: blue;
        font-weight: bold;
}

