
.tooltipster-sidetip.tooltipster-punk .tooltipster-box{
    background:none!important;
    border:none!important;
}

.tooltipster-sidetip.tooltipster-punk .tooltipster-box .tooltipster-content{
    padding:0!important;    
}


.tooltipster-sidetip.tooltipster-punk .tooltipster-box .tooltipster-content .tooltip-graph{
background:rgba(0,0,0,.5)!important;
padding:0;
color:#00D604;
text-align:center;
font-family:'RBNo3.1 Book';
font-size:15px;
display:flex;
flex-direction:column;
}

.tooltipster-sidetip.tooltipster-punk .tooltipster-box .tooltipster-content .tooltip-img{
background:rgba(0,0,0,.5)!important;
padding:15px 20px;
color:#9CA0A8;
text-align:center;
font-family:'RBNo3.1 Book';
font-size:18px;
display:flex;
flex-direction:column;
}

.tooltipster-sidetip.tooltipster-punk .tooltipster-box .tooltipster-content .tooltip-img strong{	
margin:0 0 10px;
display:inline-block;
font-family:'RBNo3.1 Extra Bold';
font-size:22px;
font-weight:400!important;
width:100%;

}

.tooltipster-sidetip.tooltipster-punk .tooltipster-box .tooltipster-content .tooltip-img div{	
display:flex;
justify-content:center;
width:100%;
margin:10px 0 0;
font-size:18px;
font-family:'RBNo3.1 Book';
}

.tooltipster-sidetip.tooltipster-punk .tooltipster-box .tooltipster-content .tooltip-img div span{	
display:inline-block;
width:10px;
}
 
.tooltipster-sidetip .tooltipster-arrow{
	display:none!important;
}
 
.tooltipster-sidetip.tooltipster-base{	
	transition:all .3s!important;
	animation-duration: .3s!important;
}


.tooltipster-sidetip.tooltipster-top .tooltipster-box .tooltip-img{
 margin:0 0 50px;
 }
 
.tooltipster-sidetip.tooltipster-top .tooltipster-box .tooltip-img:after{
width:1px;
height:50px;
background:grey;
content:"";
display:block;
position:absolute;
left:0;
right:0;
bottom:8px;
margin:auto;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box .tooltip-img{
margin:50px 0 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box .tooltip-img:after{
width:1px;
height:50px;
background:grey;
content:"";
display:block;
position:absolute;
left:0;
right:0;
top:0; 
margin:auto;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box .tooltip-img{
margin:0 50px 0 0;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box .tooltip-img:after{
width:50px;
height:1px;
background:grey;
content:"";
display:block;
position:absolute;
right:0;
bottom:0;
top:0; 
margin:auto;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box .tooltip-img{
margin:0 0 0 50px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box .tooltip-img:after{
width:50px;
height:1px;
background:grey;
content:"";
display:block;
position:absolute;
left:0;
bottom:0;
top:0; 
margin:auto;
}



.image-holder svg{	
width:100%;
}

.graph-holder{	
width:100%;
overflow-x:auto;
}

/*
.page-id-23 .tooltipster-sidetip.tooltipster-top .tooltipster-box{
 padding:0!important;
 }
 
.page-id-23 .tooltipster-sidetip.tooltipster-top .tooltipster-box:after{
display:none!important;
}
*/

@media only screen and (max-width: 900px) {
    
    .tooltipster-sidetip.tooltipster-punk .tooltipster-box .tooltipster-content{
        font-size:15px!important;
    }
    
    
    .tooltipster-sidetip.tooltipster-punk .tooltipster-box .tooltipster-content strong{	
        font-size:16px!important;
    }
    
    .tooltipster-sidetip.tooltipster-punk .tooltipster-box .tooltipster-content div{	
        font-size:12px!important;
    }
}


@media only screen and (max-width: 640px) {
    .tooltipster-sidetip.tooltipster-punk .tooltipster-box .tooltipster-content div{	
        display:none;
    }
}
