.hint-bubble.bubble-chrome {
    top: 200px;
    right: 10px;
}
.hint-bubble.bubble-safari {
    bottom: 30px;
    -webkit-transform: translateX(22%);
    transform: translateX(-50%);
	left: 50%;
}
.hint-bubble .bubble-close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
    z-index: 2;
}
.hint-bubble img {
    /*width: 30px;*/
    vertical-align: bottom;
}
.hint-bubble.bubble-chrome:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    top: -25px;
    border: 12px solid;
    border-top-width: 24px;
    border-color: transparent #e6f0ef #e6f0ef transparent;
}
.hint-bubble.bubble-safari:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: calc(50% - 12px);
    bottom: -30px;
    border: 12px solid;
    border-top-width: 24px;
    border-color: #e6f0ef transparent transparent;
}
.hint-bubble {
    background-color: #e6f0ef;
    display: inline-block;
    position: fixed;
    padding: 20px;
    z-index: 999;
    max-width: 70%;
    border-radius: 14px;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.7);
    box-shadow: 0 5px 5px rgba(0,0,0,.7);
	display:none;
	font-size:28px;
}