#lean_overlay {
    background: #000;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.modal {
    background: #fff;
    display: none;
    padding: 10px;
}

.modal-body {
    margin-top: 20px;
    padding: 20px;
}

.close-modal {
    background: url('../img/close.png');
    cursor: pointer;
    display: block;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 5px;
    width: 26px;
}
