.scroller {
    min-height: 600px;
    overflow-y: auto;
}

.modal-bodyf {
    max-height: 100%;
    min-height: 100%;
    overflow-y: auto;
}

img:hover {
    -webkit-transform: rotate(3deg) scale(1.1);
    transform: rotate(3deg) scale(1.1);
}

img:active {
    -webkit-transform: rotate(5deg) scale(1.15);
    transform: rotate(5deg) scale(1.15);
}

div.anim-div:hover {
    -webkit-transform: rotate(3deg) scale(1.1);
    transform: rotate(3deg) scale(1.1);
}

div.anim-div:active {
    -webkit-transform: rotate(5deg) scale(1.15);
    transform: rotate(5deg) scale(1.15);
}

.bound-div {
    border-style: ridge;
    border-color: #afafaf;
    border-width: 1px;
    padding: 6px 6px 6px 6px;
    margin: 5px 5px 5px 5px;
}

.no-bound-div {
    border-color: #afafaf;
    border-width: 1px;
    padding: 6px 6px 6px 6px;
    margin: 5px 5px 5px 5px;
}

#main-container {
    position: relative;
    border: 1px solid black;
    width: 2000px;
    height: 2000px;
}

.canvas-container {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: #00000000;
    width: 2000px;
    height: 2000px;
}

.bottom-canvas-container {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    width: 2000px;
    height: 2000px;
}

canvas {
    border: 1px solid black;
}

#canvas-info {
    min-width: 15%;
    right: 0;
    top: 40;
    padding: 4px 4px 4px 4px;
    margin: 50px 6px 6px 6px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    background-color: #b1b1b1e1;
    position: fixed;
}

.info-div {
    font-family: 'Courier New', Courier, monospace;
    font-size: 10pt;
}

.info-header {
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
    font-size: 10pt;
}