}
body{
    font-family: Helvetica;
    -webkit-font-smoothing: antialiased;
    background: rgba( 255, 255, 255, 1);
}

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

.tooltip2 .tooltiptext2 {
   visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: left;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

.tooltip2:hover .tooltiptext2 {
   visibility: visible;
   
}
p.a {
 word-break: break-all; 
}
.i{
	
	float:right;
	margin-top:0%;
	word-break: break-all;
}
.m{
	
	float:right;
	margin-top:0%;
	word-break: break-all;
}

.cr{

 float:left;  
}

.inside {
 
 border-bottom:3px solid black;
}

.table-wrapper{
    margin: 0px 0px 0px 0px;
    box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );
}

.fl-table {
 font-size: 12px;
 font-weight: normal;
 
}

.fl-table th {
    text-align:center;
    padding: 0px;
    
}
.fl-table thead th {
    color: #FFFFFF;
    background: #1B6FB6;
    
}
.fl-table td {
 border: 1px solid black;
 
}
.thing {
min-width:240px;
height:20px;	
font-size: 11px;
border: 0px solid black;
background-color:gray; 

display:inline-block;	
}

.thin {
min-width:240px;
height:20px;	
font-size: 11px;
border: 0px solid black;


display:inline-block;	
}

.menu{
    display: block;
	color: #FFFFFF;
	text-decoration: none;  
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #1B6FB6;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 2px 50px;
  margin-bottom:1px;
  text-decoration: none;
  font-size: 12px;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #111;
}

.active {
  background-color: #4CAF50;
}





#menu-accordeon {
  padding:0;
  margin:0;
  list-style:none;
  text-align: center;
  width: 35px;
}
#menu-accordeon ul {
  padding:0;
  margin:0;
  list-style:none;
  text-align: center;
}

.data_1{
text-align:center;
background-color: #1B6FB6;
width: 100%;
height: 9%;
border: 2px solid white;
color:white;
}


















