.lepopuptab {
font-family: arial, verdana !important;
display: none;
position: fixed;
z-index: 100000;
box-sizing: border-box !important;	
line-height: 1 !important;
cursor: pointer;
opacity: 1;
}
.lepopuptab:hover {
opacity: 0.97;
}
.lepopuptab-content {
padding: 0.6em 1em;
white-space: nowrap;
text-align: center;
}
.lepopuptab-content i.lepopuptab-icon-left {
margin-right: 0.5em;
width: 1.2em;
text-align: center;
}
.lepopuptab-content i.lepopuptab-icon-right {
margin-left: 0.5em;
width: 1.2em;
text-align: center;
}
.lepopuptab-right-top, .lepopuptab-right-middle, .lepopuptab-right-bottom {
right: 0px;
top: 0px;
-webkit-transform-origin: 100% 100%; 
transform-origin: 100% 100%; 
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.lepopuptab-right-top:not(.lepopuptab-icon-only), .lepopuptab-right-middle:not(.lepopuptab-icon-only), .lepopuptab-right-bottom:not(.lepopuptab-icon-only) {
border-bottom: none !important;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.lepopuptab-right-top.lepopuptab-icon-only, .lepopuptab-right-middle.lepopuptab-icon-only, .lepopuptab-right-bottom.lepopuptab-icon-only {
border-right: none !important;
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.lepopuptab-left-top, .lepopuptab-left-middle , .lepopuptab-left-bottom{
left: 0px;
top: 0px;
-webkit-transform-origin: 0 0; 
transform-origin: 0 0; 
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.lepopuptab-left-top:not(.lepopuptab-icon-only), .lepopuptab-left-middle:not(.lepopuptab-icon-only), .lepopuptab-left-bottom:not(.lepopuptab-icon-only) {
border-top: none !important;
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.lepopuptab-left-top.lepopuptab-icon-only, .lepopuptab-left-middle.lepopuptab-icon-only, .lepopuptab-left-bottom.lepopuptab-icon-only {
border-left: none !important;
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.lepopuptab-bottom-left, .lepopuptab-bottom-center, .lepopuptab-bottom-right {
left: 0px;
bottom: 0px;
border-bottom: none !important;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.lepopuptab-top-left, .lepopuptab-top-center, .lepopuptab-top-right {
left: 0px;
top: 0px;
border-top: none !important;
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.lepopuptab-no-icon {
display: none;
font-style: normal !important;
font-weight: 400;
}
.lepopuptab-icon-only {
-webkit-transform: none !important;
transform: none !important;
width: auto !important;
}
.lepopuptab-icon-only .lepopuptab-no-icon {
display: block;
}
.lepopuptab-icon-only .lepopuptab-content {
padding: 0 !important;
}
.lepopuptab-icon-only i.lepopuptab-icon-left {
font-size: 20px !important;
margin: 12px !important;
width: 1.2em;
text-align: center;
}
.lepopuptab-icon-only i.lepopuptab-icon-right {
display: none;
}
.lepopuptab-icon-only span {
display: none !important;
}
#lepopuptab-ready{width: 1px !important;}