.tour-socialcharts { background: #fff; padding: 5px; border-radius: 4px; max-width: 400px; min-width: 335px; box-shadow: 0 5px 15px rgba(0,0,0,.5); }
.tour-socialcharts .popover-title { background: #fff; color: #ff7200; font-size: 20px; border-bottom: none; font-weight: bold; margin-top: 5px; line-height: 1.1; }
.tour-socialcharts .popover-close { position: absolute; right: 8px; font-size: 18px; cursor: pointer; top: 5px; opacity: 0.5; }
.tour-socialcharts .popover-close:hover { opacity: 1; }
.tour-socialcharts .arrow { margin-top: 0 !important; }
.tour-socialcharts.popover.left > .arrow:after { border-left-color: #fff !important; }
.tour-socialcharts.popover.right > .arrow:after { border-right-color: #fff !important; }
.tour-socialcharts.popover.top > .arrow:after { border-top-color: #fff !important; }
.tour-socialcharts.popover.bottom > .arrow:after { border-bottom-color: #fff !important; }
.tour-socialcharts .popover-content { font-size: 14px; line-height: 1.4; color: #424242; }
.tour-socialcharts .popover-navigation { text-align: right; }
.tour-socialcharts .popover-navigation #close-tour { display: none; float: none; }

.tour-socialcharts.rtl { text-align: right; }
.tour-socialcharts.rtl .popover-close { right: auto; left: 8px; }
.tour-socialcharts.rtl .popover-navigation { text-align: left; }
