.hops-shift-wrapper {
    padding: 15px;
}

.hops-btn {
    background: #4a90e2;
    color: #fff;
    padding: 8px 14px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
}

.hops-btn.danger {
    background: #d9534f;
}

.hops-modal {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.4);
}

.hops-modal-content {
    background: #fff;
    margin: 15% auto;
    padding: 20px;
    width: 90%;
    max-width: 420px;
    border-radius: 10px;
}

.close {
    float: right;
    cursor: pointer;
    font-size: 20px;
    color: #444;
}