.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    min-width: 80px;
    max-width: 300px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    /*line-height: 1.42857143;*/
    line-height: 1.5;
    color: #ffffff;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: rgba(53, 169, 84, 1);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #00c535;
    /*border: 1px solid rgba(0, 0, 0, .2);*/
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    opacity: 1;
    line-break: auto;
}
.popover.top {
    margin-top: -11px;
}
.popover.right {
    margin-left: 11px;
}
.popover.bottom {
    margin-top: 11px;
}
.popover.left {
    margin-left: -11px;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    content: "";
    border-width: 10px;
}
.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    /*border-top-color: #35a954;*/
    border-top-color: #00b530;
    border-bottom-width: 0;
}
.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: rgba(53, 169, 84, 0.90);
    border-bottom-width: 0;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #00b530;
    /*border-right-color: rgba(0, 0, 0, .25);*/
    border-left-width: 0;
}
.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: rgba(53, 169, 84, 0.90);
    border-left-width: 0;
}
.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: rgba(53, 169, 84, 0.90);
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    /*border-left-color: #999;*/
    border-left-color: rgba(53, 169, 84, 0.90);
}
.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: rgba(53, 169, 84, 0.90);
}

/* Smaller popover block */
.small-popover .popover-content {
    padding: 5px;
    line-height: 1.3;
    text-align: center;
}


/* Guides Custom popover icon */
.popover-hint {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(/img/guides/icons/hint-icon.png) no-repeat 0 0;
    /*color: #909eaf;*/
    color: #247cc4;
    cursor: help;
}
.popover-hint.white {
    background-position: 0 -17px;
    color: #ffffff;
}
.popover-hint.green {
    background-position: 0 -34px;
    color: #35a954;
}
.popover-hint.pink {
    background-position: 0 -51px;
    color: #e0004a;
}
span.popover-hint {
    margin-left: 10px
}
span.popover-hint.small {
    margin-left: 5px
}
div.popover-hint {
    position: absolute;
    top: 10px;
    right: 10px;
}
div.popover-hint.pos-0 {
     top: 0;
     right: 0;
 }
div.popover-hint.pos-5 {
    top: 5px;
    right: 5px;
}
.popover-hint.small {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    background: none;
    width: auto;
    height: auto;
}
.popover-hint.small:before {
    content: "\f059";
}
.popover-hint-lang {
    background-position: 0 -34px;
    color: #35a954;
}

/* Popover width */
.po-w300 .popover {
    width: 300px;
    max-width: 300px;
}
.po-w350 .popover {
    width: 350px;
    max-width: 350px;
}
.po-w400 .popover {
    width: 400px;
    max-width: 400px;
}
.po-w450 .popover {
    width: 450px;
    max-width: 450px;
}
.po-w500 .popover {
    width: 500px;
    max-width: 500px;
}
