

iframe {
    /*border: 1px solid lightgrey;*/
    border: none;
    width: 100%;
    height: 90%;
    margin: 10px 0 0 0;
}

iframe:focus {
    outline: none;
}

iframe[seamless] {
    display: block;
}
