    #widgetform {
        position: fixed;
        top: 50%;
        right: 10px;
        -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        z-index: 2;
    }

    #widgetform table {
        border: 3px solid #9F1F63;
    }

    #widgetform thead tr:first-child {
        background: #9F1F63;
    }

    #widgetform a {
        background: #9F1F63;
    }

 #loadingimg{width: 20px;}

#widgetform table{
    border-color: rgba(20, 18, 18, .96)!important;
      width: 220px;
}
#widgetform thead tr:first-child{
    background: rgba(20, 18, 18, .96);
}

#widgetform a{
    background: rgba(20, 18, 18, .96);
    color: #fff;
      text-align: center;
    
}
#widgetform input{
    width: auto;
}
  