#iframeWindow {
    display: none;
    position: absolute;
    z-index: 999999;
    bottom: 0;
    right: 100px;
    width: 820px;
    overflow: hidden;

    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    background-color:white;
}

#iframeWindow .timeframeTitle {
    background-color: #364D65;
    padding: 6px 10px;
    font-size: 12px;
    color: white;
}

#iframeWindow .timeframeBody {
    height:700px;
    position:relative;
}

#iframeWindow iframe {
    width: 100%;
    height:100%;
    border:none;
}