.tooltipster-default {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #000;
    background: #4c4c4c;
    color: #fff
    }
.tooltipster-default .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 14px;
    padding: 10px;
    overflow: hidden
    }
.tooltipster-icon {
    display: inline-block;
    cursor: help;
    background: #0078c9;
    border: 3px solid #ccc;
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #ededed;
    text-align: center;
    text-transform: uppercase;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
    }
.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
    }
.tooltipster-base * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
    }
.tooltipster-base .tooltipster-content {
    overflow: hidden
    }
.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
    }
.tooltipster-arrow span, .tooltipster-arrow-border {
    display: block;
    width: 0;
    height: 0;
    position: absolute
    }
.tooltipster-arrow-top span, .tooltipster-arrow-top-left span, .tooltipster-arrow-top-right span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px
    }
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px
    }
.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-left span, .tooltipster-arrow-bottom-right span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -7px
    }
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -7px
    }
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top span {
    left: 0;
    right: 0;
    margin: 0 auto
    }
.tooltipster-arrow-bottom-left span, .tooltipster-arrow-top-left span {
    left: 6px
    }
.tooltipster-arrow-bottom-left .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
    left: 5px
    }
.tooltipster-arrow-bottom-right span, .tooltipster-arrow-top-right span {
    right: 6px
    }
.tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border {
    right: 5px
    }
.tooltipster-arrow-left .tooltipster-arrow-border, .tooltipster-arrow-left span {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px
    }
.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid;
    margin-top: -8px
    }
.tooltipster-arrow-right .tooltipster-arrow-border, .tooltipster-arrow-right span {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px
    }
.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-right: 9px solid;
    margin-top: -8px
    }
.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity
    }
.tooltipster-fade-show {
    opacity: 1
    }
.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden
    }
.tooltipster-grow-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15)
    }
.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotatez(4deg);
    -moz-transform: rotatez(4deg);
    -o-transform: rotatez(4deg);
    -ms-transform: rotatez(4deg);
    transform: rotatez(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform
    }
.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotatez(0deg);
    -moz-transform: rotatez(0deg);
    -o-transform: rotatez(0deg);
    -ms-transform: rotatez(0deg);
    transform: rotatez(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4)
    }
.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15)
    }
.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0
    }
.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15)
    }
.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0
    }
.tooltipster-content-changing {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
    }
.tooltipster-black .tooltipster-content, .tooltipster-blue .tooltipster-content, .tooltipster-gray .tooltipster-content, .tooltipster-green .tooltipster-content, .tooltipster-orange .tooltipster-content, .tooltipster-pink .tooltipster-content, .tooltipster-purple .tooltipster-content, .tooltipster-red .tooltipster-content, .tooltipster-thumb .tooltipster-content, .tooltipster-white .tooltipster-content, .tooltipster-yellow .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 14px;
    padding: 10px
    }
.tooltipster-thumb .tooltipster-content {
    padding: 0
    }
.tooltipster-black.tooltipster-image .tooltipster-content, .tooltipster-blue.tooltipster-image .tooltipster-content, .tooltipster-gray.tooltipster-image .tooltipster-content, .tooltipster-green.tooltipster-image .tooltipster-content, .tooltipster-orange.tooltipster-image .tooltipster-content, .tooltipster-pink.tooltipster-image .tooltipster-content, .tooltipster-purple.tooltipster-image .tooltipster-content, .tooltipster-red.tooltipster-image .tooltipster-content, .tooltipster-thumb.tooltipster-image .tooltipster-content, .tooltipster-white.tooltipster-image .tooltipster-content, .tooltipster-yellow.tooltipster-image .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 0
    }
.tooltipster-white {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ededed;
    background: #FFF;
    color: gray
    }
.tooltipster-gray {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #989898;
    background: #989898;
    color: #ecf0f1
    }
.tooltipster-blue {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #5bc0de;
    background: #5bc0de;
    color: #ecf0f1
    }
.tooltipster-green {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #62c462;
    background: #62c462;
    color: #ecf0f1
    }
.tooltipster-red {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e74c3c;
    background: #e74c3c;
    color: #ecf0f1
    }
.tooltipster-orange {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e67e22;
    background: #e67e22;
    color: #ecf0f1
    }
.tooltipster-yellow {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #FFD73A;
    background: #FFD73A;
    color: gray
    }
.tooltipster-purple {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #7930b7;
    background: #7930b7;
    color: #ecf0f1
    }
.tooltipster-pink {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #FF68FF;
    background: #FF68FF;
    color: #404040
    }
.tooltipster-black {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000;
    background: #000;
    color: #ededed
    }
.tooltipster-thumb {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #000;
    background: #000;
    color: #ededed
    }
.tooltipster-black.tooltipster-image, .tooltipster-blue.tooltipster-image, .tooltipster-gray.tooltipster-image, .tooltipster-green.tooltipster-image, .tooltipster-orange.tooltipster-image, .tooltipster-pink.tooltipster-image, .tooltipster-purple.tooltipster-image, .tooltipster-red.tooltipster-image, .tooltipster-thumb.tooltipster-image, .tooltipster-white.tooltipster-image, .tooltipster-yellow.tooltipster-image {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
    }
.tooltipster-light {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #ededed;
    color: #666
    }
.tooltipster-light .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px
    }
.tooltipster-noir {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 3px solid #2c2c2c;
    background: #fff;
    color: #2c2c2c
    }
.tooltipster-noir .tooltipster-content {
    font-family: Georgia, serif;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px
    }
.tooltipster-punk {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 3px solid #f71169;
    background: #2a2a2a;
    color: #fff
    }
.tooltipster-punk .tooltipster-content {
    font-family: Courier, monospace;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px
    }
.tooltipster-shadow {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
    color: #2c2c2c
    }
.tooltipster-shadow .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px
    }
.tooltipster-content-title {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ededed;
    padding: 0 0 5px
    }
.tooltipster-content-text {
    display: block;
    width: 100%;
    text-align: justify
    }
.tooltipster-content-text ul {
    margin: 10px 0 10px 15px;
    padding: 0;
    text-align: justify
    }
.tooltipster-content-text ul li {
    margin: 5px 0;
    padding: 0;
    text-align: justify
    }
.tooltipster-content-image {
    padding: 0;
    margin: 0;
    width: 75px;
    height: 75px
    }