﻿/* balloon-2 bottom */
.balloon-2-bottom {
	font-weight:900;
	margin:0 10px;
	position: relative;
	display: inline-block;
	padding:15px 15px 2px 15px;
	width: auto;
	min-width: 100px; 
	height: 40px;
	color: #F6F6F6;
	line-height: 40px;
	text-align: center;
	background: #6B6969;
	z-index: 0;
}

.balloon-2-bottom:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #6B6969 transparent transparent transparent;
}
