.content-aj{
    display:none;
}
.header-aj {

}

.header-aj-title{
    font-weight: 600;
    margin-left: 3px;
}

.chevron::before {
    border-style: solid;
    border-width: 0.25em 0.25em 0 0;
    content: '';
    display: inline-block;
    height: 0.85em;
    left: 0.15em;
    position: relative;
    top: 0.15em;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.85em;
    margin-right: 5px;
    color:#818181;
}

.chevron.right:before {
    left: 0;
    transform: rotate(45deg);
}

.chevron.bottom:before {
    top: 0;
    transform: rotate(135deg);
}

.chevron.left:before {
    left: 0.25em;
    transform: rotate(-135deg);
}

.i {
    width: 12px;
    height: 12px;
    margin-left: 2px;
    background: url('../img/sprite-2.png') -121px 0;
    display: inline-block;
}

.ui-tooltip-content {
    font-size: 10px;
}