
.forex{
    position: fixed; 
    z-index: 1; 
    bottom: 10px; 
    left: 10px; 
    width: auto; 
    height: auto; 
    padding: 10px; 
    border-radius:10px; 
    border: 2px solid #ffffff;
}
.forex-action{
    position: fixed; 
    z-index: 1; 
    bottom: 10px; 
    left: 10px; 
    width: 75px; 
    height: 75px;
}
.forex-action:hover{
    transform: scale(0.9);
}
.forex-action-mini:hover{
    color: #f71735;
    cursor: pointer;
}
.ignosi-tag{
    margin: -10px 0; 
    font-size: 8pt;
}
.ignosi-tag a{
    color: #ffffff;
}
