.theme-live-page.election-on
{
    .section.live-result-map-container
    {
        > h2
        {
            background-color: rgba(134, 164,170, 0.9);
            border: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.5);
            color: #FFF;
            padding-left: 14px;
            font-size: 18px;
            line-height: 20px;
        }
    }

    .qa-ask-combined
    {
        .qa-ask
        {
            .info
            {
                p
                {
                    width: 190px;
                }
            }
        }
    }

    .section
    {
        border: 0 !important;
    }

    .live-result-table.section
    {
        .table
        {
            padding: 0;

            .party-item.head
            {
                .pct
                {
                    padding-left: 13px;
                }
            }
        }

        .footer
        {
            border-top: 0;
            padding: 10px 10px 15px;
        }

        h2 .resultType
        {
            top: 10px;
            right: 14px;
        }
    }

    .section.live-result-table-data
    {
        margin-top: 0;

        .live-result-table
        {
            h2
            {
                border-bottom: 0 !important;
            }

            .table
            {
                background-color: @light-blue;
            }
        }
    }

    .dr-page-social-media
    {
        background-color: #fff;

        > h2
        {
            border: 0;
            margin-bottom: -20px;
        }

        .dr-social-media-count .dr-ui-button
        {
            margin-top: -4px;
        }
    }

    .top-spot
    {
        /*background-color: @dark-blue-70;*/
        margin: 20px 10px;
        border-bottom: 6px solid #000;
        padding: 0 0 20px;
    }

    .section.mute-heading.top-header
    {
        border-top: 5px solid #000;
        margin: 20px 10px;
    }

    h3.scribble-top
    {
        padding: 10px 20px 10px 20px;
        text-transform: uppercase;
        border-bottom: 1px solid #000;
        background-color: @white-90-fallback;
        background-color: @white-90;
    }

    .qa-ask-combined
    {
        .qa-submit
        {
            border-bottom: 1px solid #000;
        }

        .qa-scribble-iframe
        {
            position: unset;
            top: unset;
            max-height: 910px;
            border-top: 1px solid #000;            
        }

        .qa-ask
        {
            .info
            {
                p
                {
                    font-size: 14px;
                }
            }
        }
    }

    .scribblesection
    {
        top: 0;
        margin-bottom: -11px;
        width: 100%;

        .live-scribble
        {
            width: 100%;
            /*background-color: @white-90-fallback;
            background-color: @white-90;*/
            .scrbbl
            {
                //border:1px solid #919191;
            }
        }

        &.scribble-native
        {
            ul
            {
                text-align: center;
                margin: -10px 0 0;
                padding: 20px 0 10px;
                background-color: rgba(255, 255, 255, 0.9);
            }

            li
            {
                padding-bottom: 5px;
                display: inline-block;

                &.selected a
                {
                    font-family: "gibsonSemiBold","Arial Black",sans-serif;
                    color: #000;
                }

                a
                {
                    border-left: 1px solid #999;
                    font: 14px/16px "gibsonRegular","Arial Black",sans-serif;
                    padding: 0 7px;
                }
            }

            li:first-child a
            {
                border: 0;
            }
        }
    }

    .live-stream
    {
        &.boxed
        {
            background-color: @dark-blue-70;
        }

        .dr-ui-paging-tabs
        {
            margin-bottom: 1px;

            a
            {
                position: relative;
                margin-bottom: 0;
                float: left;
                width: 33.146224%;

                &.active
                {
                    background-color: #000 !important;

                    span
                    {
                        // black triangle
                        /*&:before
                        {
                            display: block;
                            content: " ";
                            width: 0;
                            height: 0;
                            border-left: 10px solid transparent;
                            border-right: 10px solid transparent;
                            border-top: 10px solid #000;
                            position: absolute;
                            left: 50%;
                            margin-left: -10px;
                            bottom: -8px;
                        }*/
                    }
                }
            }

            &:after
            {
                clear: both;
                content: ".";
                visibility: hidden;
                text-indent: -9999px;
                height: 0;
                line-height: 0;
                display: block;
            }
        }

        .dr-site-live-media-player
        {
            .live-video-player-description
            {
                background-color: #000 !important;
                margin-bottom: 0;
            }
        }
    }
}
