.jitso-button {
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    line-height: 28px;
    margin: 12px auto;
    padding: 12px 24px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 600;
}

.jitso-button-primary {
    background: #2ea85a;
    border: 1px solid #2ea85a;
    -webkit-box-shadow: 0 3px 0 #278f4d;
    box-shadow: 0 3px 0 #278f4d;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}

.jitso-button-primary:hover {
    background: #278f4d;
    border: 1px solid #278f4d;
    -webkit-box-shadow: 0 3px 0 #20753f;
    box-shadow: 0 3px 0 #20753f;
    color: #fff;
}

.jitso-button-primary[ disabled="disabled" ] {
    color: #34c268 !important;
    background: #278f4d !important;
    border: 1px solid #278f4d !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    cursor: default;
}

.jitso-button-secondary {
    color: #555;
    border: 1px solid #e5e5e5;
    background: #e5e5e5;
    -webkit-box-shadow: 0 3px 0 #cccccc;
    box-shadow: 0 3px 0 #cccccc;
    vertical-align: top;
}
.jitso-button-secondary:hover {
    background: #cccccc;
    border: 1px solid #cccccc;
    -webkit-box-shadow: 0 3px 0 #b3b3b3;
    box-shadow: 0 3px 0 #b3b3b3;
    color: #3b3b3b;
}
.jitso-button-secondary[ disabled="disabled" ] {
    color: #a0a5aa !important;
    border: 1px solid #ddd !important;
    background: #f7f7f7 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: 0 1px 0 #fff !important;
    cursor: default;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}
