.tipNoMore{
	
	color: gray;
  	font-size: smaller;
  	float: right;
	
}

.tipNoMore:hover{
	
	text-decoration: underline;
	
}

.warning_sign{
	
	height: 1vw;
	width: 1vw;
	float:left;
	
}

.tippy-box[data-theme~=my-tippy-theme] {
    background-color: rgba(255, 248, 154, 0.95);
    font-size: 13px;
    color: #666;
    border: 1px solid #888;
}

.tippy-box[data-theme~=my-tippy-theme-smaller] {
    background-color: rgba(255, 248, 154, 0.95);
    font-size: 12px;
    color: #666;
    border: 1px solid #888;
}

.tippy-box[data-theme~=my-tippy-error] {
    background-color: rgba(195, 17, 17, 0.95);
    font-size: 12px;
    color: #fff;
    border: 1px solid #fff;
}


[data-tippy-root] {
    overflow: unset;
}

.tippy-box {
    overflow: unset;
}

.tippy-arrow {
    overflow: unset;
}

.tippy-arrow:before {
    color: #000;
}

a.tipNoMore {
    line-height: unset;
}

div.tippy-content {
    overflow: hidden !important;
}