@charset "utf-8";
/* CSS Document */

.tooltip4
{
display: inline;
position: relative;
}

.tooltip4:hover:after
{
background: #e8eaee;
border-radius: 5px;
top:36px;
color: #000;
font-family: Arial,Helvetica,"Nimbus Sans L",FreeSans,sans-serif;
font-weight:500;
text-align:left;
content: attr(tooltip4);
left: 30%;
padding: 5px 15px;
position: absolute;
z-index: 20;
width: 220px;
}
		
.tooltip4:hover:before
{
border: solid;
border-color: #e8eaee transparent;
border-width: 0 10px 10px 10px;
top:30px;
content: "";
left: 50%;
position: absolute;
z-index: 21;
}

.tooltip3
{
display: inline;
position: relative;
}
		
.tooltip3:hover:after
{
background: #e8eaee;
border-radius: 5px;
bottom:66px;
color: #000;
font-family: Arial,Helvetica,"Nimbus Sans L",FreeSans,sans-serif;
font-weight:500;
text-align:left;
content: attr(tooltip3);
left: 30%;
padding: 5px 15px;
position: absolute;
z-index: 20;
width: 220px;
}
		
.tooltip3:hover:before
{
border: solid;
border-color: #e8eaee transparent;
border-width: 10px 10px 0 10px;
bottom:60px;
content: "";
left: 30%;
position: absolute;
z-index: 21;
}

.tooltip2
{
display: inline;
position: relative;
}

.tooltip2:hover:after
{
background: #e8eaee;
border-radius: 5px;
bottom:46px;
color: #000;
font-family: Arial,Helvetica,"Nimbus Sans L",FreeSans,sans-serif;
font-weight:500;
text-align:left;
content: attr(tooltip2);
left: 30%;
padding: 5px 15px;
position: absolute;
z-index: 20;
width: 220px;
}
		
.tooltip2:hover:before
{
border: solid;
border-color: #e8eaee transparent;
border-width: 10px 10px 0 10px;
bottom:40px;
content: "";
left: 50%;
position: absolute;
z-index: 21;
}

.tooltip
{
display: inline;
position: relative;
}
		
.tooltip:hover:after
{
background: #e8eaee;
border-radius: 5px;
top:66px;
color: #000;
font-family: Arial,Helvetica,"Nimbus Sans L",FreeSans,sans-serif;
font-weight:500;
text-align:left;
content: attr(tooltip);
left: 30%;
padding: 5px 15px;
position: absolute;
z-index: 20;
width: 220px;
}
		
.tooltip:hover:before
{
border: solid;
border-color: #e8eaee transparent;
border-width: 0 10px 10px 10px;
top:60px;
content: "";
left: 50%;
position: absolute;
z-index: 21;
}