div.fcp_inline {overflow: initial;}

.fcppop_container {display: none; position: absolute; max-width:276px; background-color:white;
	 border:1px solid lightgray; border-radius:6px; box-shadow:0 5px 10px rgba(0,0,0,0.2); z-index: 1000; }
.fcppop_outer {position: relative; }
.fcppop_inner {font-family:Arial, sans-serif; font-size: 13px; color: red; padding: 1px !important; line-height: 1; }
.fcp_pop_arrow {position: absolute; top: 100%; left:calc(50% - 11px); pointer-events: none; border: solid transparent;
	content: ""; height: 0;	width: 0; border-width: 11px; margin-top: 1px; margin-left: -1px;	border-top-color:gray; }
.fcp_pop_arrow:after {position: absolute; top: -12px; left: 50%;	pointer-events: none; border: solid transparent;
	content: ""; height: 0;	width: 0; border-width: 10px; margin-left: -10px; border-top-color: #f6fcff; }

.fcptip_container {display: none; position: absolute; max-width:276px; background-color:#f6fcff;
	 border:1px solid black; border-radius:3px; z-index: 1000; }
.fcptip_outer {position: relative; }
.fcptip_inner {font-family:Arial, sans-serif; font-size: 16px; color: #333;	padding: 6px !important; line-height: 1; }
.fcp_tip_arrow {position: absolute; top: 100%; left:calc(50% - 11px); pointer-events: none; border: solid transparent;
	content: ""; height: 0;	width: 0; border-width: 11px; margin-top: 1px; margin-left: -1px;	border-top-color:gray; }
.fcp_tip_arrow:after {position: absolute; top: -12px; left: 50%;	pointer-events: none; border: solid transparent;
	content: ""; height: 0;	width: 0; border-width: 10px; margin-left: -10px; border-top-color: #f6fcff; }