.tooltipstered {
    border-bottom: 1px solid;
    margin: 0 !important;
    font-weight: bold;
    display:inline-block;
    word-spacing: -0.5px;
    letter-spacing: -0.5px;
}
.tooltipster-default {
    border-radius: 0;
    border: 2px solid #fff;
    background: #fff;
     color: #000;
    box-shadow: 2px 2px 10px #666;
}
.tooltipster-base{
    width: 77%;
    margin: 0 auto;
    right: 0; 
    border-radius: 10px;
}
.tooltipster-content p {

    font-size: 15px;
    font-family: HelveticaNeueLTStd-It;
    margin-top: 6px;
}
.tooltipster-content p:last-child {
   /* margin-top: 14px*/
}
.tooltipster-content p strong {
    font-style: italic
}
.tooltipster-content p a {
    text-decoration: none;
    
    font-weight: bold;
    font-size: 16px
}
.tooltipster-arrow-top .tooltipster-arrow-border {
    border-top: 14px solid;
    margin-bottom: -8px!important
}
.tooltipster-arrow-bottom .tooltipster-arrow-border {
    border-bottom: 14px solid;
    margin-top: -8px!important
}
.tooltipster-base .tooltipster-content {
    padding:19px;

}
a.tooltip-close {
    position: absolute;
    right: 12px;
    top: 6px;
}
.tooltipster-arrow {
width:80%;
}


.medicarePart.tooltipstered{
	display:block;
}


@media screen and (min-width: 320px) and (max-width: 991px) {

.tooltipster-base {
    width: 290px;
    margin: 0 auto;
    right: 0;
    border-radius: 10px;
    left: 0!important;
}


}
@media screen and (min-width: 320px) and (max-width: 374px) {
.tooltipster-base {
    width: 250px;
}
a.tooltip-close {
    right: 6px;
}
}

@media screen and (min-width: 600px) {
    .tooltipster-base {
        width: 450px
    }
    .tooltipster-content p {
        font-size: 16px;
        margin-top: 0;
    }
    .tooltipster-default {
        border-radius: 15px;
    }
    .tooltipster-base .tooltipster-content {
        padding: 10px 36px 10px 10px;
    }
	}
	@media screen and (min-width: 801px) {
	
	.tooltipster-base .tooltipster-content {
        padding: 20px 30px 20px 25px;
    }
	
	
	}
        @media screen and (min-width: 992px) {





                    .tooltipster-base {

    right:auto; 

}
        }
