       ul.unstyled, ol.unstyled {
            list-style: none outside none;
            margin-left: 0;
        }

        ul.inline, ol.inline {
            list-style: none outside none;
            margin-left: 0;
        }

        ul.inline > li, ol.inline > li {
            display: inline-block;
            padding-left: 5px;
            padding-right: 5px;
        }

        .article-actions {
            margin: 10px 0px 10px 0px;
            float: left;
            width: auto;
        }

        .article-actions .th-sharecounts {
            margin: 0px;
            padding-top: 3px;
        }

        .article-actions .th-sharecounts li {
            padding: 0px;
            float: left;
            display: inline;
            margin-right: 6px;
            margin-left: 0px;
        }

        .article-actions .th-sharecounts .sc-counts {
            border-left: 2px solid #DEDEDE;
            float: left;
            display: inline;
            font-size: 20px;
            letter-spacing: -1px;
            font-weight: normal;
            height: 27px;
            line-height: 27px;
            padding: 10px 6px;
        }

        .article-actions .th-sharecounts .sc-counts span {
            color: #b22020;
            letter-spacing: -1px;
        }

        .article-actions .th-sharecounts a.sc-fb-count {
            background-color: #d7d7d7;
            display: block;
            float: right;
            font-size: 18px;
            font-weight: normal;
            height: 27px;
            line-height: 27px;
            position: relative;
            vertical-align: middle;
            padding: 10px;
        }

        .article-actions .th-sharecounts a.s {
            color: #FFFFFF;
            float: left;
            font-size: 24px;
            font-weight: normal;
            height: 27px;
            line-height: 27px;
            padding: 10px;
            text-align: center;
            text-decoration: none;
            vertical-align: middle;
            cursor: pointer;
        }


        .article-actions .sc-fb-count .fa-caret-left {
            color: #D7D7D7;
            left: -12px;
            position: absolute;
            top: 15px;
        }

        .article-actions .th-sharecounts a.sc-tw {
            background-color: #55acee;
        }

        .article-actions .th-sharecounts a.sc-tw:hover {
            background-color: #3e85bb;
        }

        .article-actions .th-sharecounts a.sc-gplus {
            background-color: #df4a32;
        }

        .article-actions .th-sharecounts a.sc-gplus:hover {
            background-color: #b93c28;
        }

        .article-actions .th-sharecounts a.sc-fb {
            background-color: #4862a3;
            font-size: 18px;
        }

        .article-actions .th-sharecounts a.sc-fb:hover {
            background-color: #324880;
        }

        .article-actions .th-sharecounts a.sc-fb .fb-icon {
            font-size: 27px;
            float: left;
            margin-right: 5px;
            position: relative;
        }

        .article-actions .sc-fb-count .fa-caret-left {
            color: #D7D7D7;
            left: -6px;
            position: absolute;
            top: 15px;
            height:27px;
        }