        .quotepeekbase {
            font-size: 10px;
            padding: 1px;
            line-height: 14px;
        }

            .quotepeekbase.up {
                background-color: #C7F9D2;
                border: 1px solid #6FCF85;
                color: #007C1D;
            }


            .quotepeekbase.down {
                background-color: #FEE0E0;
                border: 1px solid #FBBDBD;
                color: #B40000;
            }



            .quotepeekbase.neutral {
                background-color: #EBEBEB;
                border: 1px solid #D3D3D3;
                color: #707070;
            }

                .quotepeekbase.neutral a {
                    color: #707070;
                }


        /*Quote tooltip Start*/
        .tooltipster-base {
            padding: 0;
            font-size: 0;
            line-height: 0;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 9999999;
            pointer-events: none;
            width: auto;
            overflow: visible;
        }

            .tooltipster-base .tooltipster-content {
                overflow: hidden;
            }

        .tooltipster-default {
            border: 3px solid #ccc;
            background: #fff;
            color: #222;
        }

            .tooltipster-default .tooltipster-content {
                font-family: Arial, sans-serif;
                overflow: hidden;
            }

            .tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
            }

        .tooltipster-icon {
            cursor: help;
            margin-left: 4px;
        }

        .tooltipster-arrow {
            display: block;
            text-align: center;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
        }

            .tooltipster-arrow span, .tooltipster-arrow-border {
                display: block;
                width: 0;
                height: 0;
                position: absolute;
            }

        .tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
            border-left: 8px solid transparent !important;
            border-right: 8px solid transparent !important;
            border-top: 8px solid;
            bottom: -7px;
        }

        .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
            border-left: 9px solid transparent !important;
            border-right: 9px solid transparent !important;
            border-top: 9px solid;
            bottom: -7px;
        }

        .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
            border-left: 8px solid transparent !important;
            border-right: 8px solid transparent !important;
            border-bottom: 8px solid;
            top: -7px;
        }

        .tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
            border-left: 9px solid transparent !important;
            border-right: 9px solid transparent !important;
            border-bottom: 9px solid;
            top: -7px;
        }

        .tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
            left: 0;
            right: 0;
            margin: 0 auto;
        }

        .tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
            left: 6px;
        }

        .tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
            left: 5px;
        }

        .tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
            right: 6px;
        }

        .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
            right: 5px;
        }

        .tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
            border-top: 8px solid transparent !important;
            border-bottom: 8px solid transparent !important;
            border-left: 8px solid;
            top: 50%;
            margin-top: -7px;
            right: -7px;
        }

        .tooltipster-arrow-left .tooltipster-arrow-border {
            border-top: 9px solid transparent !important;
            border-bottom: 9px solid transparent !important;
            border-left: 9px solid;
            margin-top: -8px;
        }

        .tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
            border-top: 8px solid transparent !important;
            border-bottom: 8px solid transparent !important;
            border-right: 8px solid;
            top: 50%;
            margin-top: -7px;
            left: -7px;
        }

        .tooltipster-arrow-right .tooltipster-arrow-border {
            border-top: 9px solid transparent !important;
            border-bottom: 9px solid transparent !important;
            border-right: 9px solid;
            margin-top: -8px;
        }

        .tooltipster-fade {
            opacity: 0;
            -webkit-transition-property: opacity;
            -moz-transition-property: opacity;
            -o-transition-property: opacity;
            -ms-transition-property: opacity;
            transition-property: opacity;
        }

        .tooltipster-fade-show {
            opacity: 1;
        }

        .tooltipster-grow {
            -webkit-transform: scale(0,0);
            -moz-transform: scale(0,0);
            -o-transform: scale(0,0);
            -ms-transform: scale(0,0);
            transform: scale(0,0);
            -webkit-transition-property: -webkit-transform;
            -moz-transition-property: -moz-transform;
            -o-transition-property: -o-transform;
            -ms-transition-property: -ms-transform;
            transition-property: transform;
            -webkit-backface-visibility: hidden;
        }

        .tooltipster-grow-show {
            -webkit-transform: scale(1,1);
            -moz-transform: scale(1,1);
            -o-transform: scale(1,1);
            -ms-transform: scale(1,1);
            transform: scale(1,1);
            -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
            -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
            -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
            -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
            transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
        }

        .tooltipster-swing {
            opacity: 0;
            -webkit-transform: rotateZ(4deg);
            -moz-transform: rotateZ(4deg);
            -o-transform: rotateZ(4deg);
            -ms-transform: rotateZ(4deg);
            transform: rotateZ(4deg);
            -webkit-transition-property: -webkit-transform, opacity;
            -moz-transition-property: -moz-transform;
            -o-transition-property: -o-transform;
            -ms-transition-property: -ms-transform;
            transition-property: transform;
        }

        .tooltipster-swing-show {
            opacity: 1;
            -webkit-transform: rotateZ(0deg);
            -moz-transform: rotateZ(0deg);
            -o-transform: rotateZ(0deg);
            -ms-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
            -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
            -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
            -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
            -ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
            -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
            transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
        }

        .tooltipster-fall {
            top: 0;
            -webkit-transition-property: top;
            -moz-transition-property: top;
            -o-transition-property: top;
            -ms-transition-property: top;
            transition-property: top;
            -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
            -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
            -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
            -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
            transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
        }

        .tooltipster-fall-show {
        }

        .tooltipster-fall.tooltipster-dying {
            -webkit-transition-property: all;
            -moz-transition-property: all;
            -o-transition-property: all;
            -ms-transition-property: all;
            transition-property: all;
            top: 0px !important;
            opacity: 0;
        }

        .tooltipster-slide {
            left: -40px;
            -webkit-transition-property: left;
            -moz-transition-property: left;
            -o-transition-property: left;
            -ms-transition-property: left;
            transition-property: left;
            -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
            -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
            -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
            -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
            transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
        }

            .tooltipster-slide.tooltipster-slide-show {
            }

            .tooltipster-slide.tooltipster-dying {
                -webkit-transition-property: all;
                -moz-transition-property: all;
                -o-transition-property: all;
                -ms-transition-property: all;
                transition-property: all;
                left: 0px !important;
                opacity: 0;
            }

        .tooltipster-content-changing {
            opacity: 0.5;
            -webkit-transform: scale(1.1, 1.1);
            -moz-transform: scale(1.1, 1.1);
            -o-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
        }

        .tooltipster-content {
            width: 300px;
            height: 480px;
            overflow: hidden;
            padding: 0; /*border:solid 1px #000;*/
        }

        .tltpstr-cntnt {
            padding: 10px;
        }

        .tooltipster-content h3 {
            font-size: 16px;
            font-weight: bold;
            color: #222;
            margin-top: 8px;
            padding-top: 0;
        }

        .tooltipster-content .marketred, .tooltipster-content .marketgreen, .tooltipster-content .marketblack, .tooltipster-content .marketgrey {
            font-size: 32px;
            font-weight: bold;
        }

        .tooltipster-content .more2 {
            white-space: nowrap;
        }

        .tooltipster-content img.tooltip-quote-dir {
            margin: 6px 10px 0 0;
        }

        .tooltipster-content .plaintitleb {
            line-height: 18px;
            border-left: solid 1px #bababa;
            padding-left: 10px;
        }

            .tooltipster-content .plaintitleb span {
                font-size: 14px;
            }

                .tooltipster-content .plaintitleb, .tooltipster-content .plaintitleb span.stext {
                    font-size: 12px;
                }

                    .tooltipster-content .plaintitleb div {
                        font-size: 11px;
                    }

        .tooltipster-content .tooltip-quote-chart {
            background: #f6f6f6;
            margin: 10px -10px;
            padding-left: 10px;
        }
        .tooltipster-content .below{margin-bottom: 10px}
        .tooltipster-content .tooltip-quote-chart iframe{border: none }
        .tooltipster-content .tooltip-quote-infobtns {
            border: solid 1px #cbcbcb;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            padding: 4px 5px 3px 20px;
            margin: 0 0 10px 0;
            font-size: 11px;
            color: #333;
            line-height: 17px;
            background: transparent url("../images/bg-tooltip-quote-infobtns.png") no-repeat 6px 8px;
        }

        .tooltipster-content .tooltip-quote-infobtns-red {
            background-position: 6px -23px;
        }

        .tooltipster-content .tooltip-quote-infobtns a {
            font-weight: bold;
        }

        .tooltipster-content .tooltip-quote-infobtns-red a {
            color: #ca0002;
            padding-left: 3px;
        }

        .tooltipster-content .main-heading {
            margin: 0 -5px;
            width: auto;
        }

            .tooltipster-content .main-heading h2 {
                background: none repeat scroll 0 0 #fff;
                border-left: 5px solid #069;
                color: #ca0002;
                float: left;
                font-size: 12px;
                line-height: 20px;
                margin: 0;
                padding: 0 4px;
                letter-spacing: 0;
            }

        .tooltipster-content a {
            color: #004276;
            text-decoration: none;
        }

            .tooltipster-content a:hover {
                text-decoration: underline;
            }

        .tooltipster-content .posts-list {
            border-bottom: none;
            margin: 0;
        }

            .tooltipster-content .posts-list li {
                background: none;
                padding: 4px;
            }

        .tooltipster-content .tooltip-quote-ad {
        }
        /*Quote tooltip End*/
