.yodaSGcontainer {
    display:none;
    height:0;
    width:0;
}

.yodaSpamGuardWidget {
    background-color: #3ba15a;
    color: white;
    padding: 15px;
    position: fixed;
    right: 20px;
    z-index: 99;
    bottom: 20px;
    cursor: pointer;
    border-radius: 100px;
    display: none;
    
}
.yodaSpamGuardWidget.imbotstatus {
    background-color: #bf2428;
}   
.yodaSpamGuardWidget.active {
    border-radius: 10px;
}
.yodaSpamGuardWidget.active .text {
    display: block;
    
}
.yodaSpamGuardWidget img {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
}
.yodaSpamGuardWidget .text {
    display: none;
    margin-top: 10px;
}
.yodaSpamGuardWidget .text h4{
    font-size: 15px;
    line-height: 15px;
    margin: 0;
    color: white;
}
.yodaSpamGuardWidget .text p {
    font-size: 13px;
    margin: 0;
}
.yodaSpamGuardWidget .text button {
    padding: 2px 10px;
    border-radius: 5px;
    display: block;
    margin-top: 10px;
    font-size: 13px;
}