.prokrutka {
height: 90%; /* высота нашего блока */
overflow-y: auto; /* прокрутка по вертикали */
}
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.jinn_page {
    width: 100%;
    height: 90%;
    overflow: hidden;
}
.jinn_page-blured {
    text-shadow: 0 0 8px black;
    color: transparent;
    color: inherit\9;
    filter: progid:DXImageTransform.Microsoft.MotionBlur(Strength=8, Direction=45), progid:DXImageTransform.Microsoft.MotionBlur(Strength=8, Direction=225);
}
.jinn_popup {
    position:       fixed;
    left:           10%;
    top:            10%;
    right:          10%;
    bottom:         10%;
    z-index:        1;
    text-align:     center;
    vertical-align: middle;
    white-space:    nowrap;
    border-radius:  5px;
    font:           0/0;
    box-sizing:     border-box;
    -moz-box-sizing:border-box;
}

.jinn_popup ~ .jinn_popup {
    margin: 3em -1em -1em 1em;
}

.jinn_popup ~ .jinn_popup ~ .jinn_popup {
    margin: 6em -2em -2em 2em;
}

.jinn_popup-card {
    display:        block;
    position:       absolute;
    top: 0;
    z-index:        1;
    vertical-align: top;
    border:         1px solid #bbb;
    border-radius:  10px;
    white-space:    normal;
    background:     white;
    min-width:      3em;
    min-height:     3em;
    text-align:     center;
    max-height:     100%;
    overflow:       hidden;
    font:           12px/1.2 'Verdana', sans-serif;
    box-shadow: 5px 5px 10px #aaa;
}

.jinn_popup-head {
    overflow: auto;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.jinn_popup-body {
    overflow: auto;
    position: relative;
    box-sizing: inherit;
    -moz-box-sizing: border-box;
}

.jinn_popup-foot {
    overflow: auto;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.jinn_popup-maximize {
    position: fixed;
    display: block;
    left: 5%;
    right: 5%;
    top: 7%;
    bottom: 7%;
}

.jinn_popup-blur {
    content:    '';
    position:   fixed;
    left:       0;
    right:      0;
    top:        0;
    bottom:     0;
    background: rgba( 200, 200, 200, .5 );
    z-index:    0;
}

.jinn_popup:before {
    content:    '';
    display:    inline-block;
    height:     50%;
    vertical-align: text-bottom;
}

.jinn_popup-escape {
    display:             block;
    position:            absolute;
    cursor:              pointer;
    z-index:             1;
    right:               5px;
    margin-top:          5px;
    opacity:             .5;
}

.jinn_popup-escape:hover {
    opacity: 1;
}

.mouse_over {
 font-weight:    bold;
 text-shadow:    2px 2px 0 #fff;
}