@CHARSET "UTF-8";

.bubble_red 
{
position: relative;
width: 70px;
height: 35px;
padding: 0px;
background: #777777;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
line-height: 35px;
}

.bubble_red:after 
{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(240, 86, 86, 0);
	border-top-color: #777777;
	border-width: 5px;
	margin-left: -5px;
}

.arrow_box:after {

}

.bubble_blue 
{
position: relative;
width: 70px;
height: 35px;
padding: 0px;
background: #0086ec;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
line-height: 35px;
}

.bubble_blue:after 
{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 134, 236, 0);
	border-top-color: #0086ec;
	border-width: 5px;
	margin-left: -5px;
}
 
.bubble_elec 
{
position: relative;
width: 80px;
height: 40px;
padding: 0px;
background: white;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
line-height: 35px;
border: 2px solid;
border-color: #0086EC;


}
.bubble_elec:after 
{
	top: 100%;
	left: 50%;
	border: solid;;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: #FFFFFF transparent;
	border-top-color: white;
	border-width: 5px;
	margin-left: -5px;
} 
.bubble_elec:before 
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 5px;
	border-color: #0086EC transparent ;
	display: block;
	width: 0;
	z-index: 0;
	top: 100%;
	left: 50%;
} 

/* .bubble_elec 
	{
	position: relative;
	padding: 10px 10px 10px 10px;
	background: #FFFFFF;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: #0086EC solid 2px;
	position: absolute;
	font-size: 16px;
	text-align: left;
	width: 80px;
	height: 40px;
	}
	
	.bubble_elec:after 
	{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -18.5px; 
	left: 49px; 
	}

	.bubble_elec:before 
	{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: #0086EC transparent;
	display: block;
	width: 0;
	z-index: 0;
	top: -20px;
	left: 49px;
	}
  */


.button {
  background-color: #ffffff; /* Green */
  border: none;
  color: black;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border:1pt solid #e5e5e5;
  border-radius: 50px;
}

