@charset "utf-8";
::-moz-selection{background-color:var(--theme-ui-colors-main);color:var(--theme-ui-colors-white);}
::selection{background-color:var(--theme-ui-colors-main);color:var(--theme-ui-colors-white);}
html{
--theme-ui-colors-theme:#a50134;
--theme-ui-colors-light-theme:#ffb5cc;
--theme-ui-colors-mute-theme:#fff2f6;
--theme-ui-colors-black:#000;
--theme-ui-colors-white:#fff;
--theme-ui-colors-main:#E90044; /* Corporate Red */
--theme-ui-colors-submain:#A80034; /* Dark Red */
--theme-ui-colors-error:#f70044; /* Error */
--theme-ui-colors-focus:#FFB500; /* Yellow */
--theme-ui-colors-primary:#4f4f50; /* Dark Grey */
--theme-ui-colors-grey:#a1a1a1; /* Light Grey */
--theme-ui-colors-light-grey:#d1d1d1; /* Light Grey */
--theme-ui-colors-secondary:#003866; /* Dark Blue */
--theme-ui-colors-surreal:#6AD9D4; /* Light Blue */
--theme-ui-colors-muted:#F4F7F8; /* Muted */
}


span.stretch{margin:0 -0.15em;display:inline-block!important;-webkit-transform:scale(0.7, 1);-moz-transform:scale(0.7, 1);-o-transform:scale(0.7, 1); transform:scale(0.7, 1);}
span.stretch:nth-child(1){margin:0 -0.4em 0 -0.25em;-webkit-transform:scale(0.5, 1);-moz-transform:scale(0.5, 1);-o-transform:scale(0.5, 1); transform:scale(0.5, 1);}

.scroller{height:1000px;overflow:auto;background:var(--theme-ui-colors-white);}
.scroller::-webkit-scrollbar{width:6px;background-color:#F5F5F5;}
.scroller::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.1);background-color:#F5F5F5;border-radius:10px;}
.scroller::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.1);background:#ff818c;}


@media screen and (max-width:768px){
.scroller{height:600px;}
}

.fluid-iframe{position:relative;padding-bottom:56.25%;margin:0 auto;height:0;z-index:1000;overflow:hidden;background:none;-webkit-overflow-scrolling:touch;}
.fluid-iframe iframe{min-height:auto!important;margin:0 auto!important;position:absolute;top:0;left:0;width:100%!important;height:100%!important;}

#jumbotron-video-display,#jumbotron-video.sph-video-widget{margin-bottom:0!important;}

#ROOT,#CFnRZVzTI7,#hEvZQXbVdz,#tV2GRsCBMK,#_S10IzJpwQ,#UNZYlh7pdz,#ml-nHLGHRa,.bus-com-free-form-view{background:transparent!important;}
.template-com-template-a-view,.template-com-template-a-view-con1,.common-business-component-container.bus-com-free-form-view{background:none!important;}
.template-com-template-b-view-con1 div:nth-child(1){background:none!important;}
.template-com-template-b-view-con2,.rotator2-view-component-wrap,.bus-com-article-list-2-view{margin-top:0;background:#fff!important;padding:1em;margin:0 auto!important;}

@media screen and (max-width:1000px){
.template-com-template-b-view-con2-top .top-right{display:none!important;}
}

small{font-size:14px;}
a{transition:all .5s;}
body{font-family:Roboto,Noto Sans SC;}
.en{font-family:Roboto;}
.btn-group a{font-size:14px;padding:0.4em 0.8em;margin:0.4em;display:flex;color:var(--theme-ui-colors-white);background-color:var(--theme-ui-colors-main);border-radius:50px;align-items:center;justify-content:center;text-align:center;}
.btn-group a:hover{background-color:var(--theme-ui-colors-secondary);color:var(--theme-ui-colors-white)!important;text-decoration:none!important;}
.btn-group .icon-media{margin:0 0.4em 0 -0.4em;}
.icon-media,.icon-social{background-size:100%;background-repeat:no-repeat;background-position:center;}
.icon-media{width:20px;height:20px;}
.icon-play.icon-black{background-image:url('/assets/interactive/lib/imgs/icons/icon-play-outline-arrow-black.png');}
.icon-play.icon-white{background-image:url('/assets/interactive/lib/imgs/icons/icon-play-outline-arrow-white.png');}
.icon-social{width:26px;height:26px;}
.icon-facebook{background-image:url('/assets/interactive/lib/imgs/social/facebook-circle-mono-white.svg');}
.icon-instagram{background-image:url('/assets/interactive/lib/imgs/social/instagram-circle-mono-white.svg');}
.icon-tiktok{background-image:url('/assets/interactive/lib/imgs/social/tiktok-circle-mono-white.svg');}
.icon-twitter{background-image:url('/assets/interactive/lib/imgs/social/twitter-x-circle-mono-white.svg');}

.modal-window{width:100%;height:100%;position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;visibility:hidden;opacity:0;pointer-events:none;transition:all 0.3s;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.9);}
.modal-window:target{visibility:visible;opacity:1;pointer-events:auto;}
.template-com-template-b-view-con1 .modal-window .modal-window-inner{background:var(--theme-ui-colors-white)!important;}
.modal-window .modal-window-inner{width:60%;height:90%;font-size:16px;padding:0;position:absolute;top:50%;left:50%;transition:all 0.35s;transform:translate(-50%, -50%);background:var(--theme-ui-colors-white)!important;box-shadow:0 0 20px 0 rgba(6,36,95,0.09);-webkit-box-shadow:0 0 20px 0 rgba(6,36,95,0.09);-moz-box-shadow:0 0 20px 0 rgba(6,36,95,0.09);}
.modal-window .modal-window-inner-enclose{padding:0;height:100%;overflow:hidden;overflow-y:auto;}
.modal-window .modal-window-inner-enclose::-webkit-scrollbar{width:6px;background-color:#F5F5F5;}
.modal-window .modal-window-inner-enclose::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.1);background-color:#F5F5F5;border-radius:10px;}
.modal-window .modal-window-inner-enclose::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.1);background:#ff818c;}
.modal-close{width:40px;height:40px;line-height:2em;position:absolute;right:0;text-align:center;top:0;text-decoration:none;background:var(--theme-ui-colors-grey)!important;display:block;border:0;cursor:pointer;text-indent:-9999px;}
.modal-close:hover{background:var(--theme-ui-colors-main)!important;}
.modal-close:after,.modal-close:before{content:"" "";width:55%;height:2px;background:#fafafa;position:absolute;top:48%;left:22%;transform:rotate(-45deg);transition:0.3s ease-out;}
.modal-close:after{transform:rotate(45deg);transition:0.3s ease-out;}
.modal-close:hover:after,.modal-close:hover:before{transform:rotate(180deg);}

.view-desktop{display:block;width:100%;-webkit-overflow-scrolling:touch;}
.view-mobile,.view-tablet{display:none;width:100%;-webkit-overflow-scrolling:touch;}
.wrapper{width:100%;margin:auto;border-radius:0;}

@media (min-width:200px) and (max-width:1000px){
span.copy-link-icon{top:1em;}
.view-mobile{display:block!important;}
.view-desktop{display:none!important;}
.wrapper{width:100%;}
.modal-window .modal-window-inner{width:90%;height:80%;}
.modal-window .display-panel{width:100%;}
}

.theme-h3{margin-bottom:0.6em;font-size:1.75rem;font-weight:900;}
.img-responsive,.profile-img{width:100%;}
#theme-logo{width:70%;margin:0 auto 1em auto;color:var(--theme-ui-colors-secondary);display:block;}
.display-group{display:flex;}
.btn-profile{font-size:16px;bottom:1em;padding:0.3em 1.2em 0.4em 1.2em;border-radius:6px;display:table;font-weight:bold;position:absolute;z-index:1;background:var(--theme-ui-colors-main);color:var(--theme-ui-colors-white);transition:all .5s;}
.btn-profile:hover{color:var(--theme-ui-colors-white);background:var(--theme-ui-colors-secondary);}
figure{border-radius:0.4em;margin:0 auto 1em auto;overflow:hidden;}
figure img{width:100%;}
figure figcaption{font-size:14px;padding:1em;text-align:left;background:var(--theme-ui-colors-muted);}


.display-panel{display:flex;width:100%;padding:0;margin:0 auto;text-align:center;overflow:hidden;}
.display-md-auto{display:flex;}
.display-md-1{width:10%;}
.display-md-2{width:20%;}
.display-md-25{width:25%;}
.display-md-3{width:30%;}
.display-md-33{width:33.33333%;overflow:hidden;}
.display-md-4{width:40%;}
.display-md-5{width:50%;}
.display-md-6{width:60%;}
.display-md-7{width:70%;}
.display-md-8{width:80%;}
.display-md-9{width:90%;}
.display-md-10{width:100%;}

.polltab-box{padding-top:3em;position:relative;width:100%;display:flex;}
.polltab-box:before{top:1em;width:100%;font-weight:bold;position:absolute;margin:0 auto;display:block;content:'早报用户预测';}
.polltab{border:1em solid #f7f7f7;}
.polltab iframe{width:110%;height:500px;margin:-2em -0.7em;border:none;}

@media screen and (max-width:1000px){
.theme-h3{font-size:2.2em;}
#theme-logo{width:56%;margin:1em auto;}
.display-full,.display-panel,.polltab-box{width:100%;display:block;}
}


.arrow{height:12px;width:12px;margin:auto auto auto 0.2em;display:inline-block;position:relative;}
.arrow::after{border-bottom-style:solid;border-bottom-width:2px;border-right-style:solid;border-right-width:2px;content:"";display:inline-block;height:12px;left:0;position:absolute;top:0;width:12px;}
.arrow.is-triangle::after{border-style:solid;border-width:0 0 12px 12px;height:0;width:0;}
.arrow.is-check::after{width:6px;}
.arrow.arrow-bar::before{bottom:1px;content:"";height:20px;position:absolute;right:0;transform-origin:bottom;width:2px;-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}
.arrow.is-top{-moz-transform:rotate(225deg);-ms-transform:rotate(225deg);-webkit-transform:rotate(225deg);transform:rotate(225deg);}
.arrow.is-right{-moz-transform:rotate(315deg);-ms-transform:rotate(315deg);-webkit-transform:rotate(315deg);transform:rotate(315deg);}
.arrow.is-bottom{-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.arrow.is-left{-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-webkit-transform:rotate(135deg);transform:rotate(135deg);}
.arrow::after,.arrow .arrow::after{border-color:var(--theme-ui-colors-main);}
.arrow.is-triangle::after,.arrow .arrow.is-triangle::after{border-color:transparent;border-bottom-color:var(--theme-ui-colors-main);}
.arrow::before,.arrow .arrow::before{background-color:var(--theme-ui-colors-main);}

.display-chart{padding:4em;border-radius:1em;overflow:hidden;background:var(--theme-ui-colors-white);border:2px solid var(--theme-ui-colors-main);}

.display-infographic{margin:0 auto;padding:2em;background:#fff!important;border-radius:1em;overflow:hidden;background:var(--theme-ui-colors-white);border:2px solid var(--theme-ui-colors-main);}
.timeline{font-size:1.4em;height:100%;text-align:center;background0:var(--theme-ui-colors-secondary);align-items:center;justify-content:center;text-align:center;}
.timeline ul,.timeline li{list-style-type:none;padding:0;margin:0 auto;}
.timeline li{}

#Results{display:flex;}
#theme-indonesia-presidential-election .img-capsule{width:25%;position:relative;}
#tharman-shanmugaratnam{position:relative;z-index:1;}
.modal-window h3{font-weight:600;}
.modal-window .details{padding:2em;}
.modal-window .btn-group{text-align:center;}
.modal-window .details-profile{padding:3em 3em 0 3em;background000:var(--theme-ui-colors-muted);}
.modal-window .details-content{padding:3em;text-align:left;}
.modal-window .profile-img{width:60%;border-radius:50%;margin:0 auto 1em auto;}
.profile-set{margin-bottom:0.8em;}
.profile-name{margin:0 auto;}
.profile-name span{display:block;}
.profile-name .ch,.profile-party .ch{font-size:2em;font-weight:bold;}
.profile-name .en,.profile-party .en{font-size:14px;text-transform:uppercase;color:var(--theme-ui-colors-grey);}
.profile-party{background:var(--theme-ui-colors-muted);padding:0.6em;display:block;border-radius:0.6em;}
.profile-party .ch{font-size:1.2em;}
.profile-party span{display:block;}
.profile-social:before{content:'社交媒体关注';display:block;font-weight:bold;}
.profile-social .icon-social{margin:0.2em;display:inline-block;}
.profile-desc{margin-bottom:1em;}
.profile-desc b{font-weight:600;}
.profile-strength,.profile-challenge{padding:1.2em;border-radius:0.4em;background:var(--theme-ui-colors-muted);border:2px solid #000;}
.profile-challenge{background:var(--theme-ui-colors-mute-theme);}
.profile-strength .em,.profile-challenge .em{font-size:1.8em;font-weight:800;}

@media screen and (max-width:1000px){
.display-infographic{padding:3em;}
.display-infographic img{width:80%;margin:auto;}
.group-profile,.group-profile .display-profile{display:block;}
.group-profile{overflow:hidden;}
#theme-indonesia-presidential-election .img-capsule{width:24%;margin:0 auto;display:inline-block;}
#theme-indonesia-presidential-election .img-capsule000:after{content:'';width:80%;height:80%;position:absolute;bottom:0;left:10%;border-radius:50px;;background:rgba(255,255,255,0.6);}
#theme-indonesia-presidential-election .img-capsule img{position:relative;z-index:1;}
.btn-profile{bottom:0.8em;top:auto;padding:0.3em 0.2em 0.2em 0.2em;font-size:13px;font-weight:normal;}
.btn-profile i{display:none;}
.modal-window .details-profile{padding:1em;}
.profile-age,.profile-social{margin-bottom:0;}
.modal-window .details-content{padding:1.4em;}
}


body{background-image:url("/assets/interactive/2024/indonesia-presidential-election/imgs/bg-landscape.jpg");background-repeat:no-repeat;background-size:cover;background-position:center;background-attachment:fixed;}
.main{margin:0 auto;width:100%;}
.avt{padding:0;}
.fluid-iframe{margin:0 auto;padding-top:0!important;}
.js-stickybits-usefixed-spacer000{height:100px!important;1display:none!important;}
#block-customfreeformblock-2 .group{margin:0 auto;}
.topnavbar-primary{background:rgba(255,255,255,0.6);}
.theme-nav{padding-bottom:1em;margin-bottom:1em;border-radius:1.8em;background:rgba(255,255,255,0.1);border:4px solid rgba(255,255,255,0.5);border-bottom:0;overflow:hidden;position:relative;-webkit-box-shadow000:0 0 100px rgba(80,40,180,0.26);box-shadow000:0 0 100px rgba(80,40,180,0.26);z-index:1;}
.theme-nav ul,.theme-nav li{padding:0;margin:0;list-style-type:none;}
.theme-nav ul{display:flex;}
.theme-nav ul a{font-size:2.6em;color:#834aab;padding:0.6em 1em;display:block;font-weight:900;}
.theme-nav ul a:focus,.theme-nav ul a:hover{color:#000;font-weight:900;}
.theme-nav-bar{border-bottom:1px solid #834aab;}
#theme-indonesia-presidential-election{margin:0 auto;width:100%;}
.theme-header img{width:16%;margin:0 20em 2em 20em;display:block;}
.main .sec:nth-child(1){display:none;}


#jumbotron-video-display{margin:0 auto;padding:0;-webkit-box-shadow000:0 0 50px 0 rgba(0,0,0,0.4);box-shadow000:0 0 50px 0 rgba(0,0,0,0.4);}
#jumbotron-video .sph-video-box .vjs-playlist{width:100%;display:block;}
#jumbotron-video .sph-video-box .vjs-playlist .slick-list{padding:0!important;}
.sph-video-box .vjs-playlist{overflow-x:hidden!important;}

#jumbotron-video .slick-slide.slick-active img{opacity:0.5!important;}
#jumbotron-video .slick-slide.vjs-selected img{opacity:1!important;}
#jumbotron-video.sph-video-widget .slick-slide cite.vjs-playlist-name,#jumbotron-video.sph-video-widget .slick-slide.slick-active cite.vjs-playlist-name{color:#828282!important;}
#jumbotron-video.sph-video-widget .slick-slide.vjs-selected cite.vjs-playlist-name{color:#fff!important;}

#jumbotron-video.sph-video-widget{border-radius:0.8em;overflow:hidden;box-shadow:0 0 20px rgba(0,0,0,0.2);}
#jumbotron-video .vjs-playlist-thumbnail{border-radius:0.4em;}
.vjs-mouse.vjs-playlist .vjs-mouse.vjs-playlist{background-color:#222;}
.enclose #jumbotron-video .vjs-playlist-item{width:160px!important;}
.enclose #jumbotron-video .vjs-playlist-thumbnail{height:90px!important;}

@media screen and (max-width:1000px){
#jumbotron-video-display{width:100%!important;border:none;}
#jumbotron-video .vjs-playlist-item{width:160px!important;}
#jumbotron-video .vjs-playlist-thumbnail{height:84px!important;}
}

.shy-box{padding:2em 0;position:relative;scrollbar-color:#82B1FF #F5F5F5;-moz-box-shadow:inset 0 0 20px rgba(0,0,0,0.2);}
.shy-box::-webkit-scrollbar{width:6px;background-color:#F5F5F5;}
.shy-box::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.1);background-color:#F5F5F5;border-radius:10px;}
.shy-box::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.1);background:#ff818c;}

@media screen and (max-width:1000px){
body{background-image:url("/assets/interactive/2024/indonesia-presidential-election/imgs/bg-portrait.jpg");background-size:100%;background-position:0 0;}
.main{background-position:12em 4em;background-size:100%;}
.theme-header img{width:36%;margin:-1em 0 5em 0;}
.theme-nav{width:100%;margin:auto;border-radius:0.8em;}
.theme-nav ul a{font-size:1.65em;line-height:1.2;padding:0.6em 0;}
#jumbotron-video-display{width:100%!important;border:none;}
#jumbotron-video .vjs-playlist-item{width:160px!important;}
#jumbotron-video .vjs-playlist-thumbnail{height:84px!important;}
}

#imu,#innity-in-post,#dfp-ad-midarticlespecial-wrapper,.inline-figure.inline-figure-img,#outbrain-wrapper,.custom-paywall-free,#js-topnavbar-tertiary,#js-topnavbar-tertiary-mobile,.advertisement,.below-main-content,#shy-ladies-box,.mobile-text-links,.lb24-base-list-ad,.media-holder,.heading-border-categories-listing,.col-12.col-lg-4.col-xl-3,#block-dfptagprestitial,#block-dfptagcatfish{display:none!important;}

.col-12.col-lg-8.col-xl-9{width:100%;padding:0 1.4em 1em 1.8em;flex:100%;max-width:100%;background:#fff;-webkit-box-shadow000:0 0 100px rgba(80,40,180,0.26);box-shadow000:0 0 100px rgba(80,40,180,0.26);}

#event-listing .slick-list{padding:0 2em!important;margin:0;}
#event-listing{text-align:left;padding:0;margin:2em auto 0 auto;line-height:1.3;letter-spacing:0;overflow:hidden;}
.event-detail{padding:0 1em 1em 0;min-height:140px;border-radius:0.6em;border:1px solid #000;margin:0 0.8em;overflow:hidden;background:rgba(255,255,255,0.2);}
.event-detail:hover{background:#fff;}
.event-detail:hover a{color:#a50034;}
.event-detail ul{margin:0 0 0 1em;padding-left:1em;display:block;border-left:1px dotted #000;}
.event-detail ul,.event-detail li{list-st1yle-type:none;}
.event-detail li{font-size:initial;font-weight:normal;color:#666;}
.event-label{width:auto!important;}
.event-datetime{font-size:1.3em;padding:0.4em 1em 0.5em 1em;margin:0 auto 1em auto;color:#fff;background:#000;display:table;border-bottom-left-radius:0.4em;border-bottom-right-radius:0.4em;}
.event-title{padding:0 0 0 2em;color:#000;font-weight:bold;}
.event-title a{font-size:2em;line-height:1.2;padding:0 0 0.6em 0;display:block;}
.theme-nav .theme-nav-bar,.theme-nav .theme-nav-bar li{padding:0;margin:0 auto;}
.videobar-nav-prev,.videobar-nav-next{display:none!important;}


@media only screen and (max-width:767px){
.event-detail{min-height:160px;margin:0 0.2em;}
.event-detail ul{margin:1em 0 0 0;padding:1em 0 0 0;width:100%;border-left:none;border-top:1px dotted #000;}
.event-detail li{font-size:1.4em;}
.event-title{display:block;}
.event-datetime{margin:0 auto 1em auto;}
#event-listing a{width:100%;font-size:1.8em;}
}

#PollStatus .poll-msg{width:180px;padding:0.6em 1em;line-height:1.2;display:block;position:relative;margin:auto;background:var(--theme-ui-colors-white);color:var(--theme-ui-colors-secondary);align-items:center;justify-content:center;}
#PollStatus .poll-msg:before,#PollStatus .poll-msg:after{width:7px;height:7px;position:absolute;top:40%;display:inline-block;border-radius:50%;background:var(--theme-ui-colors-main);content:'';align-items:center;justify-content:center;text-decoration:blink;-webkit-animation-name:blinker;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:ease-in-out;-webkit-animation-direction:alternate;}
#PollStatus .poll-msg:before{left:1em;}
#PollStatus .poll-msg:after{right:1em;}

@-webkit-keyframes blinker {
from {opacity: 1.0;}
to {opacity: 0.0;}
}
.blink{text-decoration:blink;-webkit-animation-name:blinker;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:ease-in-out;-webkit-animation-direction:alternate;}

#Polling #theme-logo{margin-top:0;}
#Polling #theme-indonesia-presidential-election .img-capsule{width:33.333%;}
#Polling .scroller{margin-right:1em;}

#QuickNav ul,#QuickNav li{list-style-type:none;padding:0;margin:0 auto;}
#QuickNav ul{display:flex;width:80%;}
#QuickNav li{width:50%;}
#QuickNav li a{padding:1em;display:block;width:100%;border:1px solid rgba(0,0,0,0.8);text-align:center;text-decoration:none;backdrop-filter:blur(0.1em);}
#QuickNav li a:hover{background:var(--theme-ui-colors-main);color:var(--theme-ui-colors-white);border-color:transparent;}

.status a{position:relative;}
#Polling .status .btn-profile{top:70%em;}
.status{padding:0;overflow:hidden;}
.status a{display:flex;justify-content:center;}
.status-lost,.status-win{color:#fff;}
.template-com-template-b-view-con1 .status.status-stale{background:rgba(255,255,255,0)!important;}
.template-com-template-b-view-con1 .status.status-lost{background:#8d9bad!important;}
.template-com-template-b-view-con1 .status.status-win{background:var(--theme-ui-colors-main)!important;}
.group{display:flex;}
.group em{font-style:normal;}
.group .name{width:35%;font-size:1.2em;font-weight:500;}
.group .results{width:100%;text-align:center;}
.group .percent span,.group .percent em{font-size:2.4em;}
.group .percent span{font-weight:900;}


@media screen and (max-width:768px){
#Polling #theme-logo{width:70%;margin-top:0;}
#Polling .display-profile{margin-left:0;display:flex!important;}
#Polling .scroller{margin-right:0;}
#Polling .status .btn-profile{padding:0.3em 0.4em 0.4em 0.4em;font-size:12px;border-radius:4px;}
#Polling .group-profile{overflow:initial;}
#Polling .display-group{margin:0;}
#QuickNav ul{width:100%;margin-bottom:1em;}
#QuickNav li a{padding:0.4em;}
}

@media only screen and (max-width:1000px){
#PollStatus .poll-msg,.display-group{margin-bottom:1em;}
.group{display:block;}
.group .name,.group .results{text-align:left;}
.group .name,.group .results{width:100%;}
.group .percent span,.group .percent em{font-size:1.8em;}
.group .count{font-size:0.8em;line-height:1.2;}
.template-com-template-b-view-con1 .status.status-stale{background:rgba(255,255,255,0.6)!important;border:1px solid var(--theme-ui-colors-secondary);}
}



