.tx_jhelink2esv {
    clear: both;
    margin-bottom: 6px;
}
.tx_jhelink2esv  .esv_button {
    background-color: #ff8f00;
    color: #fff;
    box-shadow: none;
    width: 100%;
    padding: 20px 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    border: 0px;
    font-size: 0.8125rem;
    border-radius: 4px;
    display: inline-block;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tx_jhelink2esv .esv_button:hover {
    text-decoration: none;
    background-color: #f29d50;
}
.tx_jhelink2esv .esv_button:active {
    text-decoration: none;
    position:relative;
    top:1px;
}