@media screen {
    body {
        background: #eee;
    }

    .container {
        position: absolute;
        top: 50px;
        right: 20px;
        bottom: 50px;
        left: 20px;
    }
    .container2 {
        position: absolute;
        top: 50px;
        right: 20px;
        bottom: 50px;
        left: 20px;
        background: #fff;
        padding: 10px;
        border-radius: 10px;
        overflow-y: scroll;
    }

    .content {
        width: 100%;
        height: 100%;
        min-height: 100%;
        resize: none;
        overflow-y: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .print {
        display: none;
    }

    .anowd {
        position: absolute;
        bottom: 25px;
        text-align: center;
        left: 0;
        right: 0;
    }
    .copyright {
        position: absolute;
        bottom: 0px;
        text-align: center;
        left: 0;
        right: 0;
    }

    .share {
        position: absolute;
        top: 5px;
        text-align: center;
        left: 0;
        right: 0;
    }


    .update {
        position: absolute;
        top: 30px;
        text-align: center;
        left: 0;
        right: 0;
    }

}

@media print {
    .container {
        display: none;
    }

    .print {
        font-size: 10px;
    }
}
