.tooltipster-g4b {
    max-width: 42rem;
    opacity: 0.9;
}

.tooltipster-g4b .tooltipster-content {
    font-family: 'Roboto', 'Arial', 'Verdana';
    font-size: 1.8rem;
    line-height: 1.25;
    padding: 1.2rem 2rem;
    font-weight: 400;
    color: #8bb6e5;
}

.tooltipster-g4b .tooltipster-box {
    border: 0 none;
    border-radius: 0.3rem;
    background: #000;
}

.tooltipster-g4b .tooltipster-arrow-background {
    border: 10px solid transparent;
}

.tooltipster-g4b.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #000;
    left: 0px;
    top: 3px;
}

.tooltipster-g4b.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #000;
    left: -3px;
    top: 0px;
}

.tooltipster-g4b.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #000;
    left: 3px;
    top: 0px;
}

.tooltipster-g4b.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #000;
    left: 0px;
    top: -3px;
}

.tooltipster-g4b .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0;
}

.tooltipster-g4b.tooltipster-bottom .tooltipster-arrow-border { border-bottom-color: #000; }
.tooltipster-g4b.tooltipster-left .tooltipster-arrow-border { border-left-color: #000; }
.tooltipster-g4b.tooltipster-right .tooltipster-arrow-border { border-right-color: #000; }
.tooltipster-g4b.tooltipster-top .tooltipster-arrow-border { border-top-color: #000; }

.tooltipster-g4b .tooltipster-content .HtmlContent {
    padding: 0.8rem 0.5rem;
}

.tooltipster-g4b .tooltipster-content .HtmlContent .Title {
    font-family: "Roboto Condensed";
    color: #2bc191;
    line-height: 1;
    font-size: 2.4rem;
    font-weight: bold;
}

.tooltipster-g4b .tooltipster-content .HtmlContent .ShortDescription {
    font-size: 1.8rem;
    line-height: 1.25;
    color: #8bb6e5;
    margin-top: 1rem;
}

.tooltipster-g4b .tooltipster-content .HtmlContent .Objects {
    font-size: 1.8rem;
    margin-top: 1rem;
}

.tooltipster-g4b .tooltipster-content .HtmlContent .Object {
    padding-left: 2.8rem;
    margin: 0.5rem 0;
    position: relative;
}

.tooltipster-g4b .tooltipster-content .HtmlContent .Object i {
    position: absolute;
    margin: 0 0 0 -2.8rem;
}

.tooltipster-g4b .tooltipster-content .HtmlContent .Object.Active {
    color: #f9cb4b;
}

.tooltipster-g4b .tooltipster-content .HtmlContent .Object.Inactive {
    color: rgba(255,255,255,0.5);
}

.tooltipster-g4b .tooltipster-content .HtmlContent .Object.ControlNotHave.Inactive {
    display: none;
}
