html {
    overflow: auto;
}

html,
body,
div,
iframe {
    margin: 0px;
    padding: 0px;
    height: 100%;
    border: none;
}

iframe {
    display: block;
    width: 100%;
    border: none;
    overflow-y: auto;
    overflow-x: hidden;
}

.hide {
    /* background-color: #eaeaea; */
    background-color: #e8e8e8;
    width: 100%;
    height: 42px;
    position: absolute;
    bottom: 0;
    text-align: center;
}

.myButton {
    text-align: center;
    min-width: 250px;
    background-color:#ed1c24;
    border-radius:2px;
    border:1px solid #780509;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:1.4rem;

    padding-top:5px;
    text-decoration:none;
    text-shadow:0px 1px 0px #79070b;
}
.myButton:hover {
    background-color: #9a1317;
}
.myButton:active {
    position:relative;
    top:1px;
}