
* {
	padding: 0;
	margin: 0;
}

/* tbi float */
.tbigr-label-container {
	z-index: 999;
	position: fixed;
	top: calc(100% / 2 - 130px);
	left: 107px;
	display: table;
	visibility: hidden;
}

.tbigr-label-text {
	width: 410px;
	height: 260px;
	color: #696969;
	background: #f5f5f5;
	display: table-cell;
	vertical-align: top;
	padding-left: 5px;
	border: 1px solid #f18900;
	border-radius: 3px;
}

.tbigr-label-text-a {
	text-align: center;
}

.tbigr-label-text-a a {
	color: #b73607;
}

.tbigr-label-text-a a:hover {
	color: #672207;
	text-decoration: underline;
}

.tbigr-label-arrow {
	display: table-cell;
	vertical-align: middle;
	color: #f5f5f5;
	opacity: 1;
}

.tbigr_float {
	z-index: 999;
	position: fixed;
	width: 100px;
	height: 60px;
	top: calc(100% / 2 - 30px);
	left: 0px;
	background-color: #fff;
	border-top: 1px solid #f18900;
	border-right: 1px solid #f18900;
	border-bottom: 1px solid #f18900;
	color: #fff;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	cursor: pointer;
}

.tbigr-my-float {
	margin-top: 12px;
}
