#dapp-cta{
    min-width: 225px;
    background: #bdbdbd;
    border-radius: 5px;
    color: white;		
    text-align:center;			
}
#dapp-cta *{
    display: inline-block;
}
#dapp-cta img{
    max-height: 30px;				
    vertical-align:middle;
    margin: -5px;
    margin-left: 6px;
}

.dapp-container-spinner img{
    animation: rotation 1s infinite linear;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
#dapp-container{
    z-index: 9999 !important;
}