
    /* Global
    ----------------------------------------------- */

        body {
            font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
            font-size: 18px;
            line-height: 2.1;
            text-align: center;
            color: #222;
            background: #222;
            margin: 0;
            padding: 0;
        }

            body * {
                text-align: left;
            }

        p {
            margin: 0 0 1.5em 0;
        }

        input, textarea {
            font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
            padding: 3px 5px;
            vertical-align: middle;
        }

        pre, code, kbd, samp, tt{
            font-family:monospace,monospace;
            font-size:1em;
        }


    /* Headings
    ----------------------------------------------- */

        h1 {
            display: block;
            font-size: 3.14em;
            margin: 0 0 1em 0;
            padding: 0;
            text-align: left;
            line-height: 1.5;
            border: 0;
            letter-spacing: 0;
            background: none;
            clear: both;
            font-family: 'Open Sans Condensed', 'Arial', 'Sans-Serif';
            font-weight: bold;
        }

        h2 {
            display: block;
            font-size: 2em;
            margin: 1em 0;
            border-radius: 3px;
            padding: 20px;
            line-height: 1;
            text-align: left;
            border: 0;
            letter-spacing: 0;
            background: #eee;
            border-bottom: 1px solid #ccc;
            clear: both;
            font-family: 'Open Sans Condensed', 'Arial', 'Sans-Serif';
            font-weight: bold;
        }

        h3 {
            font-size: 1.7em;
            margin: 0 0 1em 0;
            padding: 1em 0 0 0;
            text-align: left;
            border: 0;
            letter-spacing: 0;
            background: none;
            clear: left;
            font-family: 'Open Sans Condensed', 'Arial', 'Sans-Serif';
            font-weight: bold;
        }

        h4 {
            font-size: 1.4em;
            margin: 0 0 1em 0;
            padding: 1em 0 0 0;
            text-align: left;
            border: 0;
            letter-spacing: 0;
            background: none;
            clear: left;
            font-family: 'Open Sans Condensed', 'Arial', 'Sans-Serif';
            font-weight: bold;
        }

        .subhead {
            font-size: 0.8em;
        }


    /* Links
    ----------------------------------------------- */

        a {
            border-bottom: 1px dotted #bf0000;
            color: #bf0000;
            margin-bottom: 0;
            text-decoration: none;
        }

            a:visited {
                color: #990000;
                border-bottom: 1px dotted #990000;
            }

            a:hover {
                border-bottom-style: solid;
            }

            a:focus {
                color: #95850A;
                border-color: #95850A;
            }

            a:active {
                color: #95850A;
                border-color: #95850A;
            }

            /*#translate-this a,
            #translate-this a:visited,
            #translate-this a:hover,
            #translate-this a:focus,
            #translate-this a:active,
            #translate-this a:link, */
            a.imagelink,
            a.imagelink:visited,
            a.imagelink:hover,
            a.imagelink:focus,
            a.imagelink:active,
            a.imagelink:link,
            .imagelink a,
            .imagelink a:visited,
            .imagelink a:hover,
            .imagelink a:focus,
            .imagelink a:active,
            .imagelink a:link {
                border-bottom: none;
                text-decoration: none;
            }

            footer a, #links a {
                line-height: 21px;
            }

            .ttb-panel a,
            .translatebox a {
                border-bottom: inherit;
            }

            .ttb-panel a {
                line-height: 14px;
            }

    /* Text Effects
    ----------------------------------------------- */

        .upper {
            text-transform: uppercase;
        }

        .lower {
            text-transform: lowercase;
        }

        .cap {
            font-family: Georgia, serif;
            font-size: 3em;
            float: left;
            line-height: 30px;
            padding-top: 1px;
            padding-right: 3px;
        }

        .tac {
            text-align: center;
        }

        .tal {
            text-align: left;
        }

        .tar, .right {
            text-align: right;
        }

        .fl {
            float: left;
        }

        .fr {
            float: right;
        }

        .clear {
            clear: both;
        }


    /* Tags and Body
    ----------------------------------------------- */

        img {
            border: 0;
        }

        button {
            border: 0;
            background: none;
        }

    /* Structure
    ----------------------------------------------- */

        .skipnavigation {
            left: -1000px;
            position: absolute;
        }

        #body {
            margin: 0;
            text-align: left;
            padding: 0;
            z-index: 10;
        }

            #body_inner {
                margin: 0 auto;
                padding: 0;
                min-width: 750px;
                max-width: 75em; /* Any wider, lines become difficult to read. */
                background: #fff;
                box-shadow: 0 0 6px #000;
                z-index: 11;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
            }

                #body_shadow {
                    padding: 0;
                    margin: 0;
                }

            #container {
            }

                #container_inner {
                }

        #content {
            margin: 0;
            padding: 80px 15%;
        }

            #content #content_inner {
                margin: 0;
                padding: 0;
            }

        #content_wide {
        }

            #content_wide h1 {
                margin-bottom: 30px;
            }

            #content_wide #content_wide_inner {
                margin: 0;
                padding: 0;
            }


    /* Header
    ----------------------------------------------- */

        header {
            display: block;
            margin: 0;
            padding: 0;
            text-align: left;
            /*box-shadow: 0px 0px 10px #666; /*#bf0000;*/
            /*border-bottom: 1px solid #fff;*/
            z-index: 121;
            position: relative;
        }

            header #header_inner {
                /*background: url('/images/v9/blue_body_shadow.png') left bottom repeat-x;*/
                margin: 0 auto;
                padding: 0;
                min-width: 750px;
                max-width: 75em;
                z-index: 120;
            }

            header .latestpost {
                text-align: center;
                float: right;
                margin: 30px 50px;
                padding: 20px;
                color: #ccc;
                line-height: 1.7;
            }
                header .latestpost a {
                    color: #fff;
                    border-color: #fff;
                }

            header #logolink { /* logo is 26px high */
                line-height: 1;
                display: inline-block;
                padding: 23px 0;
                font-size: 4em;
                font-family: 'Lobster Two', cursive;
                text-shadow: 1px 1px 4px #000;
                color: #fff;
                margin: 30px 50px;
            }

                header #logolink:focus {
                    background: none;
                }

                .contact_title {
                    font-weight: bold;
                    margin-left: 30px;
                    font-size: 80%;
                }

                .contact_item {
                    font-size: 120%;
                }


    /* Navigation
    ----------------------------------------------- */

        nav {
            margin: 0;
            padding: 0;
            background: none;
            font-family: Lobster Two;
            font-size: 20px;
            background: #710000;
            border: none;
            border-top: 3px solid #bf0000;
            border-bottom: 1px solid #410000;
            border-radius: 5px;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

            nav ul {
                list-style: none;
                list-style-type: none;
                border: none;
                margin: 0;
                padding: 0;
                border: none;
                border-top: 1px solid #a11010;
                display: block;
                border-radius: 3px;
            }

                nav ul li, nav ul:hover li.active {
                    background: #710000;
                    float: left;
                    margin: 0;
                    padding: 0;
                    border: none;
                    position: relative;
                    line-height: 1.5;
                    border-left: 1px solid #a13030;
                    border-right: 1px solid #410000;
                }

                nav ul li:first-child, nav ul:hover li:first-child.active {
                    border-left: none;
                }

                nav ul li:last-child {
                    border-right: none;
                }

            nav a, nav a:visited, nav ul:hover li.active a {
                background: none;
                display: block;
                float: left;
                margin: 0;
                cursor: pointer;
                border: 0;
                color: #fff;
                font-weight: normal;
                text-decoration: none;
                padding: 13px 20px;
                text-transform: none;
                text-align: center;
            }

                nav a .fa {
                    font-weight: normal;
                }

                nav li:hover a, nav li.active a, nav ul:hover li.active:hover a {
                    background: #610000;
                    border-left-color: #913030;
                    border-right-color: #310000;
                }

                nav ul li:hover, nav li.active, nav ul:hover li.active:hover {
                    background: #610000;
                    border-left-color: #913030;
                    border-right-color: #310000;
                }

                nav span {
                    padding: 13px 20px;
                    display: block;
                }

            /* Drop downs */

                nav ul ul {
                    position: absolute;
                    display: none;
                    top: 55px;
                    padding-top: 2px;
                    z-index: 999;
                    left: -1px;
                    border-top: none;
                    border-bottom: none;
                    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
                }

                    nav ul li:hover ul {
                        display: block;
                    }

                    nav ul ul li, nav ul li.active ul li {
                        width: 320px;
                        border-left: 1px solid #a13030;
                        border-right: 1px solid #410000;
                        border-top: 1px solid #a13030;
                        border-bottom: 1px solid #410000;
                    }

                        nav ul li ul li a, nav ul:hover li:hover ul li a, nav ul li.active ul li a, nav ul:hover li.active:hover ul li a {
                            text-transform: none;
                            padding: 10px 20px;
                            text-align: left;
                            display: block;
                            float: none;
                        }

                            nav ul li ul li a span, nav ul:hover li:hover ul li a span, nav ul li.active ul li a span, nav ul:hover li.active:hover ul li a span {
                                display: inline;
                                line-height: 1;
                                margin: 0;
                                padding: 0;
                            }


    /* Article
    ----------------------------------------------- */

        #article_wide {
            padding: 60px;
            position: relative;
        }

        #article {
            display: flex;
        }

        #article .main {
            box-sizing: border-box;
            flex-grow: 0;
            flex-shrink: 0;
            padding: 60px;
            width: 70%;
            position: relative;
        }

        #article .sidebar {
            box-sizing: border-box;
            flex-grow: 0;
            flex-shrink: 0;
            padding: 60px 30px;
            background: #bf0000;
            color: #fff;
            width: 30%;
        }

        .document640 #article .sidebar {
            border-top-left-radius: 5px;
        }

            #article .sidebar .avatar {
                border-radius: 100%;
                border: 2px solid #000;
                padding: 0;
            }

            #article .sidebar h3 {
                font-size: 2em;
                color: #fff;
                margin: 50px 0 0;
                border-top: 1px dotted #fff;
                border-top: 1px dotted rgba(255, 255, 255, 0.5);
                padding: 30px 0 10px;
                display: block;
                font-weight: strong;
                font-family: inherit;
            }

            #article .sidebar a {
                color: #fff;
                border-color: #fff;
            }

                #article .sidebar a.white_button {
                    background: #fff;
                    color: #bf0000;
                    border-radius: 5px;
                    padding: 6px 10px;
                }

            #article .sidebar h3.first {
                margin-top: 0;
                border-top: 0;
                padding-top: 0;
            }

            #article .sidebar ul {
            }

                #article .sidebar ul li {
                }

        .ck_form.ck_horizontal, .maillist {
            box-shadow: 0 0 3px #333;
            border-top: 3px solid #bf0000;
            border-bottom: 3px solid #bf0000;
            border-radius: 5px;
            margin: 60px 30px;
        }

            .maillist {
                padding: 30px;
            }

            .ck_form.ck_horizontal button, .maillist button {
                text-align: center;
                background: #bf0000;
            }

            .ck_form.ck_horizontal a.ck_powered_by {
                border: none;
            }

            .maillist h3 {
                margin-top: 0;
                line-height: 1;
                padding-top: 0;
            }

                .maillist form {
                    border-left: 1px solid #ccc;
                    padding: 0 20px 20px;
                }

                    .maillist form p {
                        margin-bottom: 10px;
                    }

                        .maillist form p:last-child {
                            margin-bottom: 0;
                        }

                    .maillist form label {
                        float: left;
                        width: 30%;
                    }

                    .maillist form input {
                        width: 65%;
                    }

                    .maillist form button {
                        background: lighten(#070, 10%);
                        background: linear-gradient(#0c0, #090);
                        color: #fff;
                        text-shadow: 1px 1px 1px #060;
                        border: 1px solid #060;
                        border-radius: 5px;
                        padding: 6px 10px;
                        font-weight: bold;
                        margin-left: 30%;
                    }


        #links {
            color: #666;
            margin: 0;
            padding: 0;
            text-align: left;
        }

            #links #links_inner {
                margin: 0 auto;
                min-width: 750px;
                max-width: 75em;
                background: #ccc;
            }

            .copyright {
                text-align: center;
                font-size: 0.95em;
                padding: 10px 30px;
                clear: both;
            }




    /* Breaks
    ----------------------------------------------- */

        div.hr {
            background: url('/images/v8/divider.png') no-repeat scroll center;
            height: 19px;
            margin: 40px 0 30px 0;
            clear: both;
        }

            div.hr hr {
                display: none;
            }

        div.hr_narrow {
            background: url('/images/v8/narrow_divider.png') no-repeat scroll center;
            height: 19px;
            margin: 40px 0 30px 0;
            clear: both;
        }

            div.hr_narrow hr {
                display: none;
            }



    /* Pagination
    ----------------------------------------------- */

        .pagination {
            padding: 0 0 100px 0;
            margin: 0;
            text-align: center;
        }

            .pagination a, .pagination span {
                margin: 0 8px;
            }




        .pageintro {
            clear: left;
            color: #555;
            font-size: 1.4em;
            margin: 1.5em 0;
        }


        .postinfo {
            clear: left;
            padding-bottom: 15px;
            line-height: 24px;
            border-bottom: 1px solid #e5e5e5;
            margin-bottom: 20px;
            overflow: auto;
            width: 100%;
            font-family: 'Open Sans Condensed', 'Arial', 'Sans-Serif';
        }

            .postinfo .commentlink {
                float: right;
                white-space: nowrap;
            }

                .postinfo .commentlink a {
                    vertical-align: middle;
                }

        .postinfofoot {
            clear: left;
            text-align: center;
            color: #999;
            padding: 20px 15%;
            margin: 20px 0 0 0;
            border: 1px solid #eee;
            border-right: 0;
            border-left: 0;
        }

            .postinfofoot a, .postinfofoot a:hover {
                color: #999;
                border-color: #999;
            }

        .articlelink {
            overflow: auto;
            width: 100%;
            padding: 1em 0 0 0;
            margin: 1em 0 0 0;
        }

            .articlelink h2 {
                margin-bottom: 10px;
            }

            .articlelink .article_image {
                margin: 5px 0 0 0;
                padding-bottom: 19px;
                background: url('/images/v8/divider.png') center bottom no-repeat;
            }

                .articlelink .article_image a {
                    display: block;
                    height: 98px;
                }

            .article_hero .article_image {
                display: none;
            }

            .post_type17 .article_hero .article_image {
                display: block;
                margin: 5px 0 0 20px;
                padding-bottom: 19px;
                background: url('/images/v8/divider.png') center bottom no-repeat;
            }

                .post_type17 .article_hero .article_image span {
                    display: block;
                    height: 98px;
                }

            .articlelink .commentlink a {
            }

                .articlelink .commentlink a {
                    vertical-align: middle;
                }

            .articlelink_meta {
                text-align: center;
            }

        .homepage_articlelink {
            margin: 0;
            padding-bottom: 19px;
            background: url('/images/v8/divider.png') center bottom no-repeat;
        }

            .homepage_articlelink a {
                display: block;
                height: 98px;
            }

            .footarticlelink a {
                display: block;
                height: 80px;
            }

        blockquote {
            margin: 0 5% 1em 5%;
            padding: 20px 20px 20px 62px;
            display: block;
            text-align: left;
            border-radius: 5px;
            background: #eeeeee url('/images/v8/quote.png') 10px 10px no-repeat;
        }

        blockquote p:last-child {
            margin-bottom: 0;
        }


            #article p.homepage_blog, #article p.homepage_blog p + p {
                text-indent: 0;
            }

            p.homepage_blog_supplemental {
                padding-bottom: 50px;
                margin-bottom: 50px;
                /*border-bottom: 1px solid #EDEDED; */
                text-indent: 0;
                color: #999999;
            }

                #article p.homepage_blog_supplemental a {
                    color: #999999;
                    border-color: #999999;
                }

                    #article div.homepage_blog_block:hover p.homepage_blog_supplemental a {
                        color: #bf0000;
                        border-color: #bf0000;
                    }

                .homepage_title_block, .blog_title_block {
                    margin: 0 0 2em 0;
                    padding: 0.5em 0 0 0;
                }

                    .homepage_title_block h3, .blog_title_block h3 {
                        display: inline;
                        margin: 0;
                        padding: 0;
                    }

                .blog_block {
                    position: relative;
                    padding-bottom: 69px;
                    background: url('/images/v8/divider.png') no-repeat scroll 50% bottom;
                    margin-bottom: 50px;
                }

                .blog_block .blog_item_type {
                    display: none;
                    position: absolute;
                    left: 0;
                    top: 20px;
                    width: 120px;
                    text-align: right;
                }

                .blog_block .blog_item_type span {
                    padding: 5px 8px;
                    border-radius: 4px;
                    background: #666;
                    color: #fff;
                }


                .blog_block:last-child {
                    background: none;
                }

                .homepage_blog_leader {
                    margin: 80px 0 0 0;
                    text-transform: uppercase;
                    color: #999;
                }

                    .homepage_blog_leader a, .homepage_blog_leader a:hover {
                        color: #999;
                        border-color: #999;
                    }



    /* Code Blocks
    ----------------------------------------------- */

        pre.php, code {
            margin: 0 10% 1.5em 10%;
            padding: 15px;
            display: block;
            line-height: 1.8em;
            font-family: monospace;
            color: #ccc;
            text-align: left;
            background: #3A404E;
            list-style: none;
            counter-reset: mycounter;
            white-space: pre;
            overflow: auto;
        }

        tt {
            border-radius: 5px;
            background: #ddd;
            background: rgba(0, 0, 0, 0.1);
            padding: 3px;
        }


    /* Tables
    ----------------------------------------------- */

        table {
            border-left: 1px solid #ccc;
            margin: 0 0 1.5em 0;
        }
            table.pii {
                font-size: 14px;
            }

            table th {
                border-right: 1px solid #ccc;
                border-bottom: 1px solid #ccc;
                border-top: 1px solid #ccc;
                text-align: left;
                padding: 6px 12px;
                background: #ddd;
                vertical-align: top;
                white-space: nowrap;
            }

            table tr.totals td {
                font-weight: bold;
                background: #ddd;
            }

            table td {
                border-right: 1px solid #ccc;
                border-bottom: 1px solid #ccc;
                padding: 6px 12px;
                vertical-align: top;
                width: 25em;
                background: #fff;
            }

                table td.source, table th.source {
                    border-left: 1px solid #ccc;
                    width: 250px;
                    position: absolute;
                    left: 0;
                    top: auto;
                    z-index: 50;
                }

                table td.icon {
                    border-right: none;
                    width: 1%;
                    padding-right: 0;
                    color: #999;
                }

                table td.icon.profitUp {
                    color: #090;
                }

                table td.icon.profitDown {
                    color: #900;
                }

                table td.profitHighlight, table tr:nth-child(even) td.profitHighlight {
                    background: #ffc;
                }

                table tr:nth-child(even) td {
                    background: #f3f3f3;
                }

        .main .increase {
            background: #090;
            color: #fff;
            font-weight: bold;
            border-radius: 3px;
            padding: 6px 10px;
            font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif ;
            font-size: 18px;
            margin: 0 0 0 10px;
            vertical-align: middle;
        }

        .main .decrease {
            background: #900;
            color: #fff;
            font-weight: bold;
            border-radius: 3px;
            padding: 6px 10px;
            font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif ;
            font-size: 18px;
            margin: 0 0 0 10px;
            vertical-align: middle;
        }

        .main table .increase {
            color: #090;
            background: none;
            padding: 0;
            font-weight: bold;
            margin: 0;
        }

        .main table .decrease {
            color: #900;
            background: none;
            padding: 0;
            font-weight: bold;
            margin: 0;
        }


        /* Triptych */

            .triptych1 {
                float: left;
                width: 32%;
                margin-right: 2%;
            }

            .triptych2 {
                float: left;
                width: 32%;
            }

            .triptych3 {
                float: right;
                width: 32%;
            }

            .triptychdbll {
                float: left;
                width: 66%;
            }

                .section_blog .triptychdbll {
                    float: left;
                    width: 63%;
                }

            .triptychdblr {
                float: right;
                width: 66%;
            }

            .biptych1, .biptychl {
                float: left;
                width: 48%;
            }

            .biptych2, .biptychr {
                float: right;
                width: 48%;
            }

        a.herobutton.imagelink {
            text-shadow: none;
            padding: 5px 8px;
            display: block;
            text-align: center;
            border-radius: 5px;
            background: #fff;
            border: 3px double #ccc;
            color: #333;
        }

        a.herobutton.imagelink:hover {
            border: 3px solid #fff;
            background: #bf0000;
            color: #fff;
            box-shadow: 0 0 3px #000;
        }



    h3.curly {
       text-align: center;
       padding: 50px;
       background: #edd;
       font-family: "Lobster Two";
    }

.screenshot {
    max-width: 100%;
    text-align: center;
}

    .screenshot img {
        max-width: 100%;
        border: 1px solid #999;
        box-shadow: 2px 2px 5px #999;
        border-radius: 2px;
    }

.padded20 img {
    padding: 20px;
}

.blog_block img {
    max-width: 90%;
}


.mobileSkin #article {
    display: block;
}



.mobileSkin #article .main {
    padding: 20px;
    width: auto;
}

.mobileSkin #article .sidebar {
    padding: 20px;
    width: auto;
}

.mobileSkin .triptych1,
.mobileSkin .triptych2,
.mobileSkin .triptych3,
.mobileSkin .triptychdbll,
.mobileSkin .triptychdblr,
.mobileSkin .biptych1,
.mobileSkin .biptych2,
.mobileSkin .biptychl,
.mobileSkin .biptychr {
    float: none;
    clear: left;
    width: 100%;
    text-align: left;
}


.mobileSkin header,
.mobileSkin #header_inner,
.mobileSkin footer,
.mobileSkin #footer_inner,
.mobileSkin #body,
.mobileSkin #body_inner,
.mobileSkin #links,
.mobileSkin #links #links_inner,
.mobileSkin #navBar,
.mobileSkin #navBarInner,
.mobileSkin #container,
.mobileSkin #container_inner  {
    float: none;
    clear: left;
    width: 100%;
    min-width: 0;
    max-width: none;
}



.mobileSkin #siteIntro {
    display: none;
}

.mobileSkin #siteIntroInner {
    background: none;
    padding: 30px;
}


.mobileSkin.document1 #siteIntro {
    display: block;
}

.mobileSkin .work_item_thumb {
    padding: 0 0 20px 0;
    background-position: 2000% 2000%;
}

.mobileSkin .work_item_image {
    display: none;
}

.mobileSkin #searchform {
    display: none;
}


.mobileSkin header .contact_info {
    float: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 0 0 20px;
}

.mobileSkin header .contact_info .email_icon .fa {
    margin-left: 30px;
}

.mobileSkin header .contact_info .email_icon::before {
    content: '';
    display: block;
}

.showMobile {
    display: none;
}

.mobileSkin .hideMobile {
    display: none;
}

.mobileSkin .showMobile {
    display: block;
}

.postthumb {
    border: 1px solid #666;
    box-shadow: 2px 2px 5px #999;
    border-radius: 2px;
}

a.postthumb {
    border: 1px solid #666;
    float: left;
    margin: 10px 30px 30px 0;
    max-width: 33%;
    line-height: 0.1;
}

a.postthumb img {
    max-width: 100%;
}

img.postthumb {
    float: right;
    margin: 10px 0 30px 30px;
    max-width: 33%;
}

.highlight {
    padding: 0 10px;
    background: #FFFE83;
}

.highlight_good {
    padding: 0 10px;
    background: #69CC69;
}

.highlight_bad {
    padding: 0 10px;
    background: #FF8383;
}

.meter_wrap {
    display: flex;
}

.meter {
    height: 20px;  /* Can be anything */
    position: relative;
    background: #ccc;
    border-radius: 5px;
    padding: 5px;
    box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
}

.sidebar .meter {
    background: #fff;
}

.meter_wrap .meter {
    width: 100%;
    margin-right: 10px;
}

.meter > span {
    display: block;
    height: 100%;
    border-radius: 5px;
    background-color: rgb(43,194,83);
    background-image: linear-gradient(
        center bottom,
        rgb(43,194,83) 37%,
        rgb(84,240,84) 69%
    );
    box-shadow:
        inset 0 2px 9px  rgba(255,255,255,0.3),
        inset 0 -2px 6px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
}

.meter_number {
    top: -2px;
    position: relative;
    font-weight: bold;
}

.streakHighlight {
    float: right;
}

.streak-star {
    color: #69CC69;
}

#indexStatus, #indexSites, #indexTotals {
    position: absolute;
    padding: 6px 10px;
    background: #69CC69;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    top: 20px;
    right: 0;
}

#indexSites {
    top: 75px;
}

#indexTotals {
    top: 130px;
}
