.Zebra_Tooltip {
position: absolute;
z-index: 99999;
background: transparent;
font-family: Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}
.Zebra_Tooltip .Zebra_Tooltip_Message {
position: relative;
padding: 20px;
font-size: inherit;
text-align: left;
font-weight: normal;
line-height: inherit;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
*margin-right: 0;
_width:expression(document.body.clientWidth > 250 ? '250px': 'auto'); }
.Zebra_Tooltip .Zebra_Tooltip_Arrow         { position: absolute; height: 10px; width: 20px; overflow: hidden }
.Zebra_Tooltip .Zebra_Tooltip_Arrow_Bottom  { bottom: 0 }
.Zebra_Tooltip .Zebra_Tooltip_Arrow_Top     { top: 0    }
.Zebra_Tooltip .Zebra_Tooltip_Arrow div {
position: absolute;
border-style: solid;
border-width: 10px;
height: 0;
width: 0;
left: 0;
_border-left-color: pink;
_border-right-color: pink;
_filter: chroma(color=pink);
}
.Zebra_Tooltip .Zebra_Tooltip_Arrow_Bottom div  {
top: 0;
_border-bottom-color: pink;
}
.Zebra_Tooltip .Zebra_Tooltip_Arrow_Top div     {
bottom: 0;
_border-top-color: pink;
}
.Zebra_Tooltip .Zebra_Tooltip_Close {
text-decoration: none;
color: #FFF;
position: absolute;
right: 8px;
top: 1px;
font-size: inherit;
font-weight: bold;
}
.Zebra_Tooltip .Zebra_Tooltip_Close:hover {
color: #C40000;
}.wp-block-civist-progress .civist-progress {
position: relative;
margin-bottom: 16px;
margin: auto;
min-width: 320px;
max-width: 480px;
}
.wp-block-civist-civist.is-style-progress .civist-progress {
max-width: 100%;
}
.wp-block-civist-progress .civist-progress > .civist-progress__civist-progress-counters > * h3,
.wp-block-civist-progress .civist-progress > .civist-progress__civist-progress-counters > * h4 {
margin: 0;
padding: 0;
white-space: nowrap;
}
.wp-block-civist-progress .civist-progress
> .civist-progress__civist-progress-counters
> .civist-progress-counters__civist-progress-counters-clear {
clear: both;
}
.wp-block-civist-progress .civist-progress
> .civist-progress__civist-progress-counters
> .civist-progress-counters__civist-progress-counters-signings {
float: left;
width: 50%;
text-align: left;
}
.wp-block-civist-progress .civist-progress
> .civist-progress__civist-progress-counters
> .civist-progress-counters__civist-progress-counters-goal {
float: right;
text-align: right;
width: 50%;
}
.wp-block-civist-progress .civist-progress > .civist-progress__civist-progress-bar {
height: 100%;
}
.wp-block-civist-progress .civist-progress > .civist-progress__civist-progress-bar {
background-color: #f6f5ee;
}
.wp-block-civist-progress .civist-progress
> .civist-progress__civist-progress-bar
> .civist-progress-bar {
height: 20px;
}
.wp-block-civist-progress .civist-progress.civist-progress--loading {
display: none;
}
.wp-block-civist-progress .civist-progress.civist-progress--no-goal
> .civist-progress__civist-progress-counters
> .civist-progress-counters__civist-progress-counters-goal,
.civist-progress.civist-progress--no-goal > .civist-progress__civist-progress-bar {
display: none;
}