/**
 * @version    3.7.0
 * @package    disqus comments (for joomla)
 * @author     joomlaworks - https://www.joomlaworks.net
 * @copyright  copyright (c) 2006 - 2018 joomlaworks ltd. all rights reserved.
 * @license    https://www.joomlaworks.net/license
 */

/* common */
a:active,
a:focus {outline:0;}
#startofpage {visibility:hidden;}

/* ----- listing view styling ----- */
/* disqus comments counter and anchor link */
a.jwdisquslistingcounterlink,
a.jwdisquslistingcounterlink:hover {display:block;background:url(/uploads/image/pcjjtimages/comment_grey.png) no-repeat 0 50%;padding:0 0 0 20px;margin:0;}

/* ----- article view styling ----- */
/* disqus comments counter and anchor link */
div.jwdisqusarticlecounter {padding:2px 0;margin:4px 0 12px;border-top:1px solid #e5e5e5;}
    div.jwdisqusarticlecounter span {display:block;border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;background:#f9f9f9;text-align:right;padding:4px 8px 4px 20px;margin:0;}
        a.jwdisqusarticlecounterlink,
        a.jwdisqusarticlecounterlink:hover {font-size:11px;background:transparent url(/uploads/image/pcjjtimages/comment_grey.png) no-repeat 0 50%;padding:2px 0 2px 20px;margin:0;line-height:16px;}

/* disqus comments form */
div.jwdisqusform {clear:both;}
    #disqus_thread {padding:8px;margin-top:12px;background:#f9f9f9;border-radius:4px;border:1px solid #dfdfdf;}
    div#jwdisqusformfooter {padding:0 8px 8px;text-align:right;}
        a.dsq-brlink {display:block;float:left;margin:0;padding:0;}
        a#jwdisqusbacktotop {display:block;float:right;margin:0;padding:8px 0;}

/* end */
