.btn span {
    background: rgba(0, 0, 0, 0) !important;
}

.btn-lg-force-padding {
    padding: 10px 16px !important;
}

.evalauto-green-button, input.evalauto-green-button {
    background-color: #78be20!important;
    color: #FFF!important;
    font-weight: 400;
    border: 0;
    box-shadow: none;
    text-shadow: none;
}

.evalauto-green-button:hover, 
.evalauto-red-button:hover,
.evalauto-blue-button:hover,
.evalauto-grey-button:hover {
    color: white!important;
    background-color: black!important;
    border-color: transparent;
}

.evalauto-blue-button, input.evalauto-blue-button {
    background-color: #0067a0;
    color: #FFF;
    font-weight: 400;
    border: 0;
    box-shadow: none;
    text-shadow: none;
}

.evalauto-red-button, input.evalauto-red-button {
    background-color: #FA0044;
    color: #FFF;
    font-weight: 400;
    border: 0;
    box-shadow: none;
    text-shadow: none;
}

.evalauto-grey-button, input.evalauto-grey-button {
    background-color: #6C6C6C;
    color: #FFF;
    font-weight: 400;
    border: 0;
    box-shadow: none;
    text-shadow: none;
}

.evalauto-small-button{
    width: 30%;
    padding: 10px !important;
    border-radius: 4px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.evalauto-medium-button{
    width: 50%;
    padding: 10px !important;
    border-radius: 4px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.evalauto-large-button {
    width: 90%;
    padding: 18px 0 !important;
    border-radius: 4px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (min-width: 200px) and (max-width: 425px) {
    .evalauto-large-button{
        font-size: 25px!important;
    }
}

@media screen and (min-width: 426px) and (max-width: 767px) {
    .evalauto-large-button {
        font-size: 30px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px){
    .evalauto-large-button {
        font-size: 12px !important;
    }
}

@media screen and (min-width: 960px) and (max-width: 1199px){
    .evalauto-large-button {
        font-size: 18px !important;
    }
}

@media screen and (min-width: 1200px){
    .evalauto-large-button {
        font-size: 20px !important;
    }
}
