﻿


a.tooltips_top {
  position: relative;
  display: inline ;
}
a.tooltips_top span {
    
  position: absolute;
  width:auto;
   font-style:italic;
  color: #0e42ee;
  background: #FFFDDB;
  border: 1px solid #0e42ee;
  box-shadow: 5px 5px 8px #CCC;
  height: auto ;
  line-height: 25px;
  text-align: left;
  visibility: hidden;
  border-radius: 5px;
  padding:10px;
 
  
}
a.tooltips_top span:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0; height: 0;
  border-top: 10px solid #0e42ee;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
a.tooltips_top span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #FFFDDB;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips_top span {
  visibility: visible;
  opacity: 1;
  bottom: 30px;
  left: 50%;
  margin-left: -176px;
  z-index: 999;
}
a.tooltips_top strong {line-height:30px; color:#ff6a00;  font-style:normal;}



a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width:auto;
   font-style:italic;
  color: #0e42ee;
  background: #FFFDDB;
  border: 1px solid #0e42ee;
  box-shadow: 2px 2px 4px #CCC;
  height: auto ;
  line-height: 25px;
  text-align: left;
  visibility: hidden;
  border-radius: 5px;
  padding:10px;
 
  
}
a.tooltips span:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0; height: 0;
  border-bottom: 10px solid #0e42ee;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #FFFDDB;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 1;
  top: 50px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
}
a.tooltips strong {line-height:30px; color:#ff6a00;  font-style:normal;}

