.ts-btn{

    background-color:rgba(131, 193, 85, 1.0) !important;
    text-shadow:0 0 0 !important;
    color:white !important;
    font-size:1.0em !important;
    /*font-weight:bold !important;*/
    text-transform: uppercase;
    border: none !important;
    /*-moz-box-shadow: none !important;*/
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-align: center !important;
}

.ts-btn-color-continue {
    background-color:rgba(131, 193, 85, 1.0) !important;
}

.ts-btn-color-pay {
    background-color:rgba(131, 193, 85, 1.0) !important;
}

.ts-btn-color-judopay {
    background-color:rgba(169, 156, 235, 1.0) !important;
}

.ts-btn-color-unlock {
    /*background-color:rgb(35, 92, 138) !important;*/
    background-color:#34AADC !important;
    color:white !important;
}

.ts-btn-color-refill {
    background-color:rgba(50, 50, 50, 1.0) !important;
}


.ts-btn-color-email{
    background-color:rgba(131, 193, 85, 1.0) !important;
}

.ts-btn-color-home{
    background-color:rgba(131, 193, 85, 1.0) !important;
}

.ts-btn-color-receipt{
    background-color:rgba(131, 193, 85, 1.0) !important;
}

.ts-btn-color-delete{
    background-color:rgb(119, 16, 50) !important;
}

.ts-language-text {
    /*color:rgba(131, 193, 85, 1.0);*/
    color:black;
    padding:2px 4px 2px 4px;
    margin-right:4px;
    background-color:white;
}

.ts-language-icon{
    color:white;
}
