div.tooltip {	
    position: absolute;			
    text-align: center;			
    line-height: 2;    					
    padding: 6px;
    font: 18px sans-serif;	
    font-weight: 400;
    font-family:"avenir next", Arial, sans-serif;	
    background: rgba(0, 0, 0, 0.6);
    color: #FFA500;
    border: 0px;		
    border-radius: 8px;			
    pointer-events: none;			
}

.load {
  opacity: 0.7;
  z-index: 10000;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url('../images/loader.gif') 50% 50% no-repeat rgb(249,249,249);

}

.profit-aero-header{

    font-size: 2rem;
    
}

.profit-aero-link{
    font-size: 1.2rem;
}