.button-orange {
    background-color: #db6a00;
    color: white;
}

.button-orange:hover {
background-color:#db6a00e0;
}

.button-darkgreen {
    background-color:#004E38;
    color:white;
}

.button-blue {
    background-color:#0064D6;
    color:white;
}


.trif-link {
    letter-spacing: -.176px;
    color: #000000 !important;
}

.trif-link:hover {
    text-decoration: underline;
}


.trif-button {
    border: none;
    border-radius: 0;
    width:100%;
    height:40px;
    margin-top:8px;
    -webkit-user-select: none;
    user-select: none;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.7rem;
    letter-spacing: -.011em;
    transition: all .1s ease-out;
}

.trif-button:hover {
opacity:0.8;
}


.button-to-right {
    width:auto !important;
    padding:20px;
    float:right;
}

.button-disabled {
pointer-events:none;
opacity:0.5;
background-color: lightgray;
}

