.mtdruitt-manual-btn{
    display:inline-block;
    padding:0 28px;
    border:0px solid rgba(141,198,63,0.5);
    border-radius:5px;
    text-decoration:none;
    color:rgba(141,198,63,0.5);
    background:transparent;
    transition:all .3s ease;
    
    font-family: inherit;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.42857143;
    letter-spacing: 0;
    text-transform: none;
    
    cursor:pointer;
}

.mtdruitt-manual-btn:hover{
    border-color:#ee1d24;
    background:#ee1d24;
    color:#8dc63f;
    text-decoration:none;
}