/**
 *
 * @package Post Numbers
 * @version 1.0.4
 * @copyright (c) 2015 kasimi
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
 *
 */
.icon_post_target {
    display: inline-block;
    text-indent: -9000000px;
} 
 
.post-id {
    position: relative;
}

@media screen and (max-width: 2560px) and (min-width: 900px) {
.forum-answer .side-segment {
    margin-left: 80px;
    overflow: inherit!important;
} 
}
.tooltip-container {
	display: none;
	position: absolute;
	margin-top: -40px;
	z-index: 1000;
	border-radius:4px;
}

.tooltip-text {
	background-color: #000;
	padding: 4px;
	font-weight: bold;
	font-size:12px;
	font-family: "Source Sans Pro","Arial","Helvetica",sans-serif;
	text-transform: capitalize;
}

.tooltip-pointer  {
	position: relative;
	background: #000;
	border: 1px solid #BBB;
}

.tooltip-pointer:after, .tooltip-pointer:before {
	content: '';
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	top: 100%;
	height: 0;
	width: 0;
}

.tooltip-pointer:before {
	left: 50%;
	border-width: 7px;
	margin-left: -7px;
	border-top-color: #BBB;
}

.tooltip-pointer:after {
	left: 50%;
	border-width: 6px;
	margin-left: -6px;
	border-top-color: #FFF;
}
